Guest User

Untitled

a guest
Apr 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. # Baslangici
  2. RewriteEngine on
  3.  
  4. # Allow only GET and POST verbs
  5. RewriteCond %{REQUEST_METHOD} !^(GET|POST)$ [NC,OR]
  6.  
  7. # Ban Typical Vulnerability Scanners and others
  8. # Kick out Script Kiddies
  9. RewriteCond %{HTTP_USER_AGENT} ^(java|curl|wget).* [NC,OR]
  10. RewriteCond %{HTTP_USER_AGENT} ^.*(libwww-perl|curl|wget|python|nikto|wkito|pikto|scan|acunetix).* [NC,OR]
  11. RewriteCond %{HTTP_USER_AGENT} ^.*(winhttp|HTTrack|clshttp|archiver|loader|email|harvest|extract|grab|miner).* [NC,OR]
  12. #Sonu
  13. # Bu spam bota Deny veririk.
  14. deny from 212.95.63.244
Add Comment
Please, Sign In to add comment