Guest User

Untitled

a guest
Jun 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. RewriteCond %{QUERY_STRING} print.*(.*) [OR]
  2. RewriteCond %{QUERY_STRING} methodCall [OR]
  3. RewriteCond %{QUERY_STRING} base64_encode.*(.*) [OR]
  4. RewriteCond %{QUERY_STRING} base64_decode.*(.*) [OR]
  5. RewriteCond %{QUERY_STRING} stream_set_blocking.*(.*) [OR]
  6. RewriteCond %{QUERY_STRING} eval.*(.*) [OR]
  7. RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
  8. RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [NC,OR]
  9. RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
  10. RewriteCond %{QUERY_STRING} concat.*\( [NC,OR]
  11. RewriteCond %{QUERY_STRING} union.*select.*\( [NC,OR]
  12. RewriteCond %{QUERY_STRING} union.*all.*select [NC]
  13. RewriteRule ^(.*)$ index.php [F,L]
Add Comment
Please, Sign In to add comment