Advertisement
joeydrizz

Untitled

Jul 4th, 2021
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. if ($http_user_agent = "Java/1.8.0_131 SinusBot/1.0.0-beta.14-dc94a7c"){
  2. return 503;
  3. }
  4.  
  5.  
  6. if ($http_user_agent ~ (Java/1.8.0_131|SinusBot/1.0.0-beta.14-dc94a7c) ) {
  7. return 403;
  8. }
  9.  
  10.  
  11. wget -U "Java/1.8.0_131" "https://boxradio-edge-00.streamafrica.net/"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement