blackhat1337

Untitled

Aug 16th, 2024 (edited)
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.44 KB | None | 0 0
  1.  
  2.  
  3. <IfModule mod_rewrite.c>
  4. RewriteEngine on
  5. RewriteCond %{HTTP_HOST} !^www\.
  6. RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]
  7.  
  8. ErrorDocument 404 https://www.serambagiantimurkab.go.id
  9. ErrorDocument 403 https://www.serambagiantimurkab.go.id
  10. ErrorDocument 401 https://www.serambagiantimurkab.go.id
  11.  
  12. #Modul Utama
  13. RewriteRule ^$ media.php?module=home [L]
  14. RewriteRule ^profil-kami\.html$ media.php?module=profilkami&id=$1 [L]
  15. RewriteRule ^konsultasi\.html$ media.php?module=konsultasi&id=$1 [L]
  16. RewriteRule ^reply-konsultasi-(.*)\.html$ media.php?module=konsultasi&reply=$1 [L]
  17. RewriteRule ^registerkem\.html$ media.php?module=register&id=$1 [L]
  18. RewriteRule ^berita-(.*)\.html$ media.php?module=detailberita&judul=$1
  19. RewriteRule ^detail-berita-(.*)-page-(.*)\.html$ media.php?module=detailberita&judul=$1&page=$2 [L]
  20. RewriteRule ^hal-(.*)\.html$ media.php?module=detailmenu&halaman=$1
  21. RewriteRule ^halkomentar-(.*)-([0-9]+)\.html$ media.php?module=detailberita&judul=$1&halkomentar=$2 [L]
  22. RewriteRule ^indeks-berita\.html$ media.php?module=indeksberita&idx=$1 [L]
  23. RewriteRule ^halberita-(.*)\.html$ media.php?module=semuaberita&halberita=$1 [L]
  24. RewriteRule ^kategori-(.*)\.html$ media.php?module=detailkategori&kt=$1 [L]
  25. RewriteRule ^halkategori-(.*)-([0-9]+)\.html$ media.php?module=detailkategori&kt=$1&halkategori=$2 [L]
  26. RewriteRule ^tag-(.*)\.html$ media.php?module=detailtag&idt=$1 [L]
  27. RewriteRule ^haltag-(.*)-([0-9]+)\.html$ media.php?module=detailtag&idt=$1&haltag=$2 [L]
  28. RewriteRule ^hasil-pencarian\.html$ media.php?module=hasilcari&id=$1 [L]
  29. RewriteRule ^semua-berita\.html$ media.php?module=semuaberita&id=$1 [L]
  30. RewriteRule ^album-(.*)\.html$ media.php?module=detailalbum&ald=$1 [L]
  31. RewriteRule ^halaman-album-(.*)-([0-9]+)\.html$ media.php?module=detailalbum&ald=$1&halfotoberita=$2 [L]
  32. RewriteRule ^semua-album\.html$ media.php?module=semuaalbum&alb=$1 [L]
  33. RewriteRule ^galeri-(.*)\.html$ zoom.php?id=$1 [L]
  34. RewriteRule ^halgaleri-([0-9]+)-(.*)\.html$ media.php?module=detailalbum&id=$1&halgaleri=$2 [L]
  35. RewriteRule ^semua-agenda\.html$ media.php?module=semuaagenda&agd=$1 [L]
  36. RewriteRule ^halagenda-(.*)\.html$ media.php?module=semuaagenda&halagenda=$1 [L]
  37. RewriteRule ^agenda-(.*)\.html$ media.php?module=detailagenda&tema=$1 [L]
  38. RewriteRule ^hasil-poling\.html$ media.php?module=hasilpoling&hp=$1 [L]
  39. RewriteRule ^lihat-poling\.html$ media.php?module=lihatpoling&lp=$1 [L]
  40. RewriteRule ^semua-download\.html$ media.php?module=semuadownload&dwn=$1 [L]
  41. RewriteRule ^haldownload-(.*)\.html$ media.php?module=semuadownload&haldownload=$1 [L]
  42. RewriteRule ^data-ipkd\.html$ media.php?module=dataipkd&ikd=$1 [L]
  43. RewriteRule ^halipkd-(.*)\.html$ media.php?module=dataipkd&halipkd=$1 [L]
  44. RewriteRule ^play-([0-9]+)-(.*)\.html$ media.php?module=play&id=$1 [L]
  45. RewriteRule ^halkomentarvideo-([0-9]+)-(.*)\.html$ media.php?module=play&id=$1&halkomentarvideo=$2 [L]
  46. RewriteRule ^halvideo-([0-9]+)-(.*)\.html$ media.php?module=detailplaylist&id=$1&halvideo=$2 [L]
  47. RewriteRule ^playlist-([0-9]+)-(.*)\.html$ media.php?module=detailplaylist&id=$1 [L]
  48. RewriteRule ^semua-playlist\.html$ media.php?module=semuaplaylist&play=$1 [L]
  49. RewriteRule ^halplaylist-(.*)\.html$ media.php?module=semuaplaylist&halplaylist=$1 [L]
  50. RewriteRule ^hubungi-kami\.html$ media.php?module=hubungikami&hub=$1 [L]
  51. RewriteRule ^hubungi-aksi\.html$ media.php?module=hubungiaksi&id=$1 [L]
  52. RewriteRule ^login\.html$ media.php?module=login [L]
  53. RewriteRule ^daftar\.html$ media.php?module=daftar [L]
  54. RewriteRule ^cek-login\.html$ media.php?module=ceklogin [L]
  55. RewriteRule ^daftar-aksi\.html$ media.php?module=daftaraksi [L]
  56. RewriteRule ^logout\.html$ media.php?module=logout [L]
  57. RewriteRule ^not-found\.html$ media.php?module=notfound&id=$1 [L]
  58. RewriteRule ^hal-(.*)\.html$ media.php?module=halamanstatis&judul=$1 [L]
  59.  
  60. #Modul Tambahan
  61. RewriteRule ^epaper\.html$ media.php?module=epaper&ep=$1 [L]
  62. RewriteRule ^detail-epaper-(.*)\.html$ media.php?module=detailepaper&dep=$1 [L]
  63. RewriteRule ^pegawai\.html$ media.php?module=pegawai&ep=$1 [L]
  64. RewriteRule ^siswa\.html$ media.php?module=siswa&ep=$1 [L]
  65.  
  66. #Options All -Indexes
  67. </IfModule>
  68.  
  69. ## EXPIRES CACHING ##
  70. <IfModule mod_expires.c>
  71. ExpiresActive On
  72. ExpiresByType image/jpg "access 1 year"
  73. ExpiresByType image/jpeg "access 1 year"
  74. ExpiresByType image/gif "access 1 year"
  75. ExpiresByType image/png "access 1 year"
  76. ExpiresByType text/css "access 1 month"
  77. ExpiresByType application/pdf "access 1 month"
  78. ExpiresByType text/x-javascript "access 1 month"
  79. ExpiresByType application/x-shockwave-flash "access 1 month"
  80. ExpiresByType image/x-icon "access 1 year"
  81. ExpiresDefault "access 1 month"
  82. </IfModule>
  83. ## EXPIRES CACHING ##
  84. # compress text, html, javascript, css, xml:
  85. AddOutputFilterByType DEFLATE text/plain
  86. AddOutputFilterByType DEFLATE text/html
  87. AddOutputFilterByType DEFLATE text/xml
  88. AddOutputFilterByType DEFLATE text/css
  89. AddOutputFilterByType DEFLATE application/xml
  90. AddOutputFilterByType DEFLATE application/xhtml+xml
  91. AddOutputFilterByType DEFLATE application/rss+xml
  92. AddOutputFilterByType DEFLATE application/javascript
  93. AddOutputFilterByType DEFLATE application/x-javascript
  94.  
  95. # Or, compress certain file types by extension:
  96.  
  97.  
  98. # Block suspicious request methods
  99. RewriteCond %{REQUEST_METHOD} ^(HEAD|TRACE|DELETE|TRACK|DEBUG) [NC]
  100. RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
  101. RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
  102. RewriteRule ^(.*)$ - [F,L]
  103.  
  104. # Block suspicious user agents and requests
  105. RewriteCond %{HTTP_USER_AGENT} (libwww-perl|wget|python|nikto|curl|scan|java|winhttp|clshttp|loader) [NC,OR]
  106. RewriteCond %{HTTP_USER_AGENT} (<|>|'|%0A|%0D|%27|%3C|%3E|%00) [NC,OR]
  107. RewriteCond %{HTTP_USER_AGENT} (;|<|>|'|"|\)|\(|%0A|%0D|%22|%27|%28|%3C|%3E|%00).*(libwww-perl|wget|python|nikto|curl|scan|java|winhttp|HTTrack|clshttp|archiver|loader|email|harvest|extract|grab|miner) [NC,OR]
  108. RewriteCond %{THE_REQUEST} etc/passwd [NC,OR]
  109. RewriteCond %{THE_REQUEST} cgi-bin [NC,OR]
  110. RewriteCond %{THE_REQUEST} (%0A|%0D) [NC,OR]
  111.  
  112. # Block MySQL injections, RFI, base64, etc.
  113. RewriteCond %{QUERY_STRING} [a-zA-Z0-9_]=http:// [OR]
  114. RewriteCond %{QUERY_STRING} [a-zA-Z0-9_]=(\.\.//?)+ [OR]
  115. RewriteCond %{QUERY_STRING} [a-zA-Z0-9_]=/([a-z0-9_.]//?)+ [NC,OR]
  116. RewriteCond %{QUERY_STRING} \=PHP[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12} [NC,OR]
  117. RewriteCond %{QUERY_STRING} (\.\./|\.\.) [OR]
  118. RewriteCond %{QUERY_STRING} ftp\: [NC,OR]
  119. RewriteCond %{QUERY_STRING} http\: [NC,OR]
  120. RewriteCond %{QUERY_STRING} https\: [NC,OR]
  121. RewriteCond %{QUERY_STRING} \=\|w\| [NC,OR]
  122. RewriteCond %{QUERY_STRING} ^(.*)/self/(.*)$ [NC,OR]
  123. RewriteCond %{QUERY_STRING} ^(.*)cPath=http://(.*)$ [NC,OR]
  124. RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
  125. RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]
  126. RewriteCond %{QUERY_STRING} (\<|%3C).*iframe.*(\>|%3E) [NC,OR]
  127. RewriteCond %{QUERY_STRING} (<|%3C)([^i]*i)+frame.*(>|%3E) [NC,OR]
  128. RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [NC,OR]
  129. RewriteCond %{QUERY_STRING} base64_(en|de)code[^(]*\([^)]*\) [NC,OR]
  130. RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
  131. RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2}) [OR]
  132. RewriteCond %{QUERY_STRING} ^.*(\[|\]|\(|\)|<|>).* [NC,OR]
  133. RewriteCond %{QUERY_STRING} (NULL|OUTFILE|LOAD_FILE) [OR]
  134. RewriteCond %{QUERY_STRING} (\./|\../|\.../)+(motd|etc|bin) [NC,OR]
  135. RewriteCond %{QUERY_STRING} (localhost|loopback|127\.0\.0\.1) [NC,OR]
  136. RewriteCond %{QUERY_STRING} (<|>|'|%0A|%0D|%27|%3C|%3E|%00) [NC,OR]
  137. RewriteCond %{QUERY_STRING} concat[^\(]*\( [NC,OR]
  138. RewriteCond %{QUERY_STRING} union([^s]*s)+elect [NC,OR]
  139. RewriteCond %{QUERY_STRING} union([^a]*a)+ll([^s]*s)+elect [NC,OR]
  140. RewriteCond %{QUERY_STRING} (;|<|>|'|"|\)|%0A|%0D|%22|%27|%3C|%3E|%00).*(/\*|union|select|insert|drop|delete|update|cast|create|char|convert|alter|declare|order|script|set|md5|benchmark|encode) [NC,OR]
  141. RewriteCond %{QUERY_STRING} (sp_executesql) [NC]
  142. RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
  143. RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
  144. RewriteRule ^(.*)$ - [F,L]
  145.  
  146. # Disable script execution
  147. AddHandler cgi-script .php2 .php3 .php4 .php5 .php6 .php7 .php8 .pl .py .shtml .sh .cgi
  148. Options -ExecCGI -Indexes
  149.  
  150. # Block Bad Bots & Scrapers
  151. SetEnvIfNoCase User-Agent "Aboundex" bad_bot
  152. SetEnvIfNoCase User-Agent "80legs" bad_bot
  153. SetEnvIfNoCase User-Agent "360Spider" bad_bot
  154. SetEnvIfNoCase User-Agent "^Java" bad_bot
  155. SetEnvIfNoCase User-Agent "^Cogentbot" bad_bot
  156. SetEnvIfNoCase User-Agent "^Alexibot" bad_bot
  157. SetEnvIfNoCase User-Agent "^asterias" bad_bot
  158. SetEnvIfNoCase User-Agent "^attach" bad_bot
  159. SetEnvIfNoCase User-Agent "^BackDoorBot" bad_bot
  160. SetEnvIfNoCase User-Agent "^BackWeb" bad_bot
  161. SetEnvIfNoCase User-Agent "Bandit" bad_bot
  162. SetEnvIfNoCase User-Agent "^BatchFTP" bad_bot
  163. SetEnvIfNoCase User-Agent "^Bigfoot" bad_bot
  164. SetEnvIfNoCase User-Agent "^Black.Hole" bad_bot
  165. SetEnvIfNoCase User-Agent "^BlackWidow" bad_bot
  166. SetEnvIfNoCase User-Agent "^BlowFish" bad_bot
  167. SetEnvIfNoCase User-Agent "^BotALot" bad_bot
  168. SetEnvIfNoCase User-Agent "Buddy" bad_bot
  169. SetEnvIfNoCase User-Agent "^BuiltBotTough" bad_bot
  170. SetEnvIfNoCase User-Agent "^Bullseye" bad_bot
  171. SetEnvIfNoCase User-Agent "^BunnySlippers" bad_bot
  172. SetEnvIfNoCase User-Agent "^Cegbfeieh" bad_bot
  173. SetEnvIfNoCase User-Agent "^CheeseBot" bad_bot
  174. SetEnvIfNoCase User-Agent "^CherryPicker" bad_bot
  175. SetEnvIfNoCase User-Agent "^ChinaClaw" bad_bot
  176. SetEnvIfNoCase User-Agent "Collector" bad_bot
  177. SetEnvIfNoCase User-Agent "Copier" bad_bot
  178. SetEnvIfNoCase User-Agent "^CopyRightCheck" bad_bot
  179. SetEnvIfNoCase User-Agent "^cosmos" bad_bot
  180. SetEnvIfNoCase User-Agent "^Crescent" bad_bot
  181. SetEnvIfNoCase User-Agent "^Custo" bad_bot
  182. SetEnvIfNoCase User-Agent "^AIBOT" bad_bot
  183. SetEnvIfNoCase User-Agent "^DISCo" bad_bot
  184. SetEnvIfNoCase User-Agent "^DIIbot" bad_bot
  185. SetEnvIfNoCase User-Agent "^DittoSpyder" bad_bot
  186. SetEnvIfNoCase User-Agent "^Download\ Demon" bad_bot
  187. SetEnvIfNoCase User-Agent "^Download\ Devil" bad_bot
  188. SetEnvIfNoCase User-Agent "^Download\ Wonder" bad_bot
  189. SetEnvIfNoCase User-Agent "^dragonfly" bad_bot
  190. SetEnvIfNoCase User-Agent "^Drip" bad_bot
  191. SetEnvIfNoCase User-Agent "^eCatch" bad_bot
  192. SetEnvIfNoCase User-Agent "^EasyDL" bad_bot
  193. SetEnvIfNoCase User-Agent "^ebingbong" bad_bot
  194. SetEnvIfNoCase User-Agent "^EirGrabber" bad_bot
  195. SetEnvIfNoCase User-Agent "^EmailCollector" bad_bot
  196. SetEnvIfNoCase User-Agent "^EmailSiphon" bad_bot
  197. SetEnvIfNoCase User-Agent "^EmailWolf" bad_bot
  198. SetEnvIfNoCase User-Agent "^EroCrawler" bad_bot
  199. SetEnvIfNoCase User-Agent "^Exabot" bad_bot
  200. SetEnvIfNoCase User-Agent "^Express\ WebPictures" bad_bot
  201. SetEnvIfNoCase User-Agent "Extractor" bad_bot
  202. SetEnvIfNoCase User-Agent "^EyeNetIE" bad_bot
  203. SetEnvIfNoCase User-Agent "^Foobot" bad_bot
  204. SetEnvIfNoCase User-Agent "^flunky" bad_bot
  205. SetEnvIfNoCase User-Agent "^FrontPage" bad_bot
  206. SetEnvIfNoCase User-Agent "^Go-Ahead-Got-It" bad_bot
  207. SetEnvIfNoCase User-Agent "^gotit" bad_bot
  208. SetEnvIfNoCase User-Agent "^GrabNet" bad_bot
  209. SetEnvIfNoCase User-Agent "^Grafula" bad_bot
  210. SetEnvIfNoCase User-Agent "^Harvest" bad_bot
  211. SetEnvIfNoCase User-Agent "^hloader" bad_bot
  212. SetEnvIfNoCase User-Agent "^HMView" bad_bot
  213. SetEnvIfNoCase User-Agent "^HTTrack" bad_bot
  214. SetEnvIfNoCase User-Agent "^humanlinks" bad_bot
  215. SetEnvIfNoCase User-Agent "^IlseBot" bad_bot
  216. SetEnvIfNoCase User-Agent "^Image\ Stripper" bad_bot
  217. SetEnvIfNoCase User-Agent "^Image\ Sucker" bad_bot
  218. SetEnvIfNoCase User-Agent "Indy\ Library" bad_bot
  219. SetEnvIfNoCase User-Agent "^InfoNaviRobot" bad_bot
  220. SetEnvIfNoCase User-Agent "^InfoTekies" bad_bot
  221. SetEnvIfNoCase User-Agent "^Intelliseek" bad_bot
  222. SetEnvIfNoCase User-Agent "^InterGET" bad_bot
  223. SetEnvIfNoCase User-Agent "^Internet\ Ninja" bad_bot
  224. SetEnvIfNoCase User-Agent "^Iria" bad_bot
  225. SetEnvIfNoCase User-Agent "^Jakarta" bad_bot
  226. SetEnvIfNoCase User-Agent "^JennyBot" bad_bot
  227. SetEnvIfNoCase User-Agent "^JetCar" bad_bot
  228. SetEnvIfNoCase User-Agent "^JOC" bad_bot
  229. SetEnvIfNoCase User-Agent "^JustView" bad_bot
  230. SetEnvIfNoCase User-Agent "^Jyxobot" bad_bot
  231. SetEnvIfNoCase User-Agent "^Kenjin.Spider" bad_bot
  232. SetEnvIfNoCase User-Agent "^Keyword.Density" bad_bot
  233. SetEnvIfNoCase User-Agent "^larbin" bad_bot
  234. SetEnvIfNoCase User-Agent "^LexiBot" bad_bot
  235. SetEnvIfNoCase User-Agent "^lftp" bad_bot
  236. SetEnvIfNoCase User-Agent "^libWeb/clsHTTP" bad_bot
  237. SetEnvIfNoCase User-Agent "^likse" bad_bot
  238. SetEnvIfNoCase User-Agent "^LinkextractorPro" bad_bot
  239. SetEnvIfNoCase User-Agent "^LinkScan/8.1a.Unix" bad_bot
  240. SetEnvIfNoCase User-Agent "^LNSpiderguy" bad_bot
  241. SetEnvIfNoCase User-Agent "^LinkWalker" bad_bot
  242. SetEnvIfNoCase User-Agent "^lwp-trivial" bad_bot
  243. SetEnvIfNoCase User-Agent "^LWP::Simple" bad_bot
  244. SetEnvIfNoCase User-Agent "^Magnet" bad_bot
  245. SetEnvIfNoCase User-Agent "^Mag-Net" bad_bot
  246. SetEnvIfNoCase User-Agent "^MarkWatch" bad_bot
  247. SetEnvIfNoCase User-Agent "^Mass\ Downloader" bad_bot
  248. SetEnvIfNoCase User-Agent "^Mata.Hari" bad_bot
  249. SetEnvIfNoCase User-Agent "^Memo" bad_bot
  250. SetEnvIfNoCase User-Agent "^Microsoft.URL" bad_bot
  251. SetEnvIfNoCase User-Agent "^Microsoft\ URL\ Control" bad_bot
  252. SetEnvIfNoCase User-Agent "^MIDown\ tool" bad_bot
  253. SetEnvIfNoCase User-Agent "^MIIxpc" bad_bot
  254. SetEnvIfNoCase User-Agent "^Mirror" bad_bot
  255. SetEnvIfNoCase User-Agent "^Missigua\ Locator" bad_bot
  256. SetEnvIfNoCase User-Agent "^Mister\ PiX" bad_bot
  257. SetEnvIfNoCase User-Agent "^moget" bad_bot
  258. SetEnvIfNoCase User-Agent "^Mozilla/3.Mozilla/2.01" bad_bot
  259. SetEnvIfNoCase User-Agent "^Mozilla.*NEWT" bad_bot
  260. SetEnvIfNoCase User-Agent "^NAMEPROTECT" bad_bot
  261. SetEnvIfNoCase User-Agent "^Navroad" bad_bot
  262. SetEnvIfNoCase User-Agent "^NearSite" bad_bot
  263. SetEnvIfNoCase User-Agent "^NetAnts" bad_bot
  264. SetEnvIfNoCase User-Agent "^Netcraft" bad_bot
  265. SetEnvIfNoCase User-Agent "^NetMechanic" bad_bot
  266. SetEnvIfNoCase User-Agent "^NetSpider" bad_bot
  267. SetEnvIfNoCase User-Agent "^Net\ Vampire" bad_bot
  268. SetEnvIfNoCase User-Agent "^NetZIP" bad_bot
  269. SetEnvIfNoCase User-Agent "^NextGenSearchBot" bad_bot
  270. SetEnvIfNoCase User-Agent "^NG" bad_bot
  271. SetEnvIfNoCase User-Agent "^NICErsPRO" bad_bot
  272. SetEnvIfNoCase User-Agent "^niki-bot" bad_bot
  273. SetEnvIfNoCase User-Agent "^NimbleCrawler" bad_bot
  274. SetEnvIfNoCase User-Agent "^Ninja" bad_bot
  275. SetEnvIfNoCase User-Agent "^NPbot" bad_bot
  276. SetEnvIfNoCase User-Agent "^Octopus" bad_bot
  277. SetEnvIfNoCase User-Agent "^Offline\ Explorer" bad_bot
  278. SetEnvIfNoCase User-Agent "^Offline\ Navigator" bad_bot
  279. SetEnvIfNoCase User-Agent "^Openfind" bad_bot
  280. SetEnvIfNoCase User-Agent "^OutfoxBot" bad_bot
  281. SetEnvIfNoCase User-Agent "^PageGrabber" bad_bot
  282. SetEnvIfNoCase User-Agent "^Papa\ Foto" bad_bot
  283. SetEnvIfNoCase User-Agent "^pavuk" bad_bot
  284. SetEnvIfNoCase User-Agent "^pcBrowser" bad_bot
  285. SetEnvIfNoCase User-Agent "^PHP\ version\ tracker" bad_bot
  286. SetEnvIfNoCase User-Agent "^Pockey" bad_bot
  287. SetEnvIfNoCase User-Agent "^ProPowerBot/2.14" bad_bot
  288. SetEnvIfNoCase User-Agent "^ProWebWalker" bad_bot
  289. SetEnvIfNoCase User-Agent "^psbot" bad_bot
  290. SetEnvIfNoCase User-Agent "^Pump" bad_bot
  291. SetEnvIfNoCase User-Agent "^QueryN.Metasearch" bad_bot
  292. SetEnvIfNoCase User-Agent "^RealDownload" bad_bot
  293. SetEnvIfNoCase User-Agent "Reaper" bad_bot
  294. SetEnvIfNoCase User-Agent "Recorder" bad_bot
  295. SetEnvIfNoCase User-Agent "^ReGet" bad_bot
  296. SetEnvIfNoCase User-Agent "^RepoMonkey" bad_bot
  297. SetEnvIfNoCase User-Agent "^RMA" bad_bot
  298. SetEnvIfNoCase User-Agent "Siphon" bad_bot
  299. SetEnvIfNoCase User-Agent "^SiteSnagger" bad_bot
  300. SetEnvIfNoCase User-Agent "^SlySearch" bad_bot
  301. SetEnvIfNoCase User-Agent "^SmartDownload" bad_bot
  302. SetEnvIfNoCase User-Agent "^Snake" bad_bot
  303. SetEnvIfNoCase User-Agent "^Snapbot" bad_bot
  304. SetEnvIfNoCase User-Agent "^Snoopy" bad_bot
  305. SetEnvIfNoCase User-Agent "^sogou" bad_bot
  306. SetEnvIfNoCase User-Agent "^SpaceBison" bad_bot
  307. SetEnvIfNoCase User-Agent "^SpankBot" bad_bot
  308. SetEnvIfNoCase User-Agent "^spanner" bad_bot
  309. SetEnvIfNoCase User-Agent "^Sqworm" bad_bot
  310. SetEnvIfNoCase User-Agent "Stripper" bad_bot
  311. SetEnvIfNoCase User-Agent "Sucker" bad_bot
  312. SetEnvIfNoCase User-Agent "^SuperBot" bad_bot
  313. SetEnvIfNoCase User-Agent "^SuperHTTP" bad_bot
  314. SetEnvIfNoCase User-Agent "^Surfbot" bad_bot
  315. SetEnvIfNoCase User-Agent "^suzuran" bad_bot
  316. SetEnvIfNoCase User-Agent "^Szukacz/1.4" bad_bot
  317. SetEnvIfNoCase User-Agent "^tAkeOut" bad_bot
  318. SetEnvIfNoCase User-Agent "^Teleport" bad_bot
  319. SetEnvIfNoCase User-Agent "^Telesoft" bad_bot
  320. SetEnvIfNoCase User-Agent "^TurnitinBot/1.5" bad_bot
  321. SetEnvIfNoCase User-Agent "^The.Intraformant" bad_bot
  322. SetEnvIfNoCase User-Agent "^TheNomad" bad_bot
  323. SetEnvIfNoCase User-Agent "^TightTwatBot" bad_bot
  324. SetEnvIfNoCase User-Agent "^Titan" bad_bot
  325. SetEnvIfNoCase User-Agent "^True_Robot" bad_bot
  326. SetEnvIfNoCase User-Agent "^turingos" bad_bot
  327. SetEnvIfNoCase User-Agent "^TurnitinBot" bad_bot
  328. SetEnvIfNoCase User-Agent "^URLy.Warning" bad_bot
  329. SetEnvIfNoCase User-Agent "^Vacuum" bad_bot
  330. SetEnvIfNoCase User-Agent "^VCI" bad_bot
  331. SetEnvIfNoCase User-Agent "^VoidEYE" bad_bot
  332. SetEnvIfNoCase User-Agent "^Web\ Image\ Collector" bad_bot
  333. SetEnvIfNoCase User-Agent "^Web\ Sucker" bad_bot
  334. SetEnvIfNoCase User-Agent "^WebAuto" bad_bot
  335. SetEnvIfNoCase User-Agent "^WebBandit" bad_bot
  336. SetEnvIfNoCase User-Agent "^Webclipping.com" bad_bot
  337. SetEnvIfNoCase User-Agent "^WebCopier" bad_bot
  338. SetEnvIfNoCase User-Agent "^WebEMailExtrac.*" bad_bot
  339. SetEnvIfNoCase User-Agent "^WebEnhancer" bad_bot
  340. SetEnvIfNoCase User-Agent "^WebFetch" bad_bot
  341. SetEnvIfNoCase User-Agent "^WebGo\ IS" bad_bot
  342. SetEnvIfNoCase User-Agent "^Web.Image.Collector" bad_bot
  343. SetEnvIfNoCase User-Agent "^WebLeacher" bad_bot
  344. SetEnvIfNoCase User-Agent "^WebmasterWorldForumBot" bad_bot
  345. SetEnvIfNoCase User-Agent "^WebReaper" bad_bot
  346. SetEnvIfNoCase User-Agent "^WebSauger" bad_bot
  347. SetEnvIfNoCase User-Agent "^Website\ eXtractor" bad_bot
  348. SetEnvIfNoCase User-Agent "^Website\ Quester" bad_bot
  349. SetEnvIfNoCase User-Agent "^Webster" bad_bot
  350. SetEnvIfNoCase User-Agent "^WebStripper" bad_bot
  351. SetEnvIfNoCase User-Agent "^WebWhacker" bad_bot
  352. SetEnvIfNoCase User-Agent "^WebZIP" bad_bot
  353. SetEnvIfNoCase User-Agent "Whacker" bad_bot
  354. SetEnvIfNoCase User-Agent "^Widow" bad_bot
  355. SetEnvIfNoCase User-Agent "^WISENutbot" bad_bot
  356. SetEnvIfNoCase User-Agent "^WWWOFFLE" bad_bot
  357. SetEnvIfNoCase User-Agent "^WWW-Collector-E" bad_bot
  358. SetEnvIfNoCase User-Agent "^Xaldon" bad_bot
  359. SetEnvIfNoCase User-Agent "^Xenu" bad_bot
  360. SetEnvIfNoCase User-Agent "^Zeus" bad_bot
  361. SetEnvIfNoCase User-Agent "ZmEu" bad_bot
  362. SetEnvIfNoCase User-Agent "^Zyborg" bad_bot
  363.  
  364. # Vulnerability Scanners
  365. SetEnvIfNoCase User-Agent "Acunetix" bad_bot
  366. SetEnvIfNoCase User-Agent "FHscan" bad_bot
  367.  
  368. # Aggressive Chinese Search Engine
  369. SetEnvIfNoCase User-Agent "Baiduspider" bad_bot
  370.  
  371. # Aggressive Russian Search Engine
  372. SetEnvIfNoCase User-Agent "Yandex" bad_bot
  373.  
Add Comment
Please, Sign In to add comment