foxhound |
|
---|---|
Some kid was sending us request after request continously trying an injection script. At first I ignored it cause it was catched by the logs but when he/she managed to crash apache with the constant flow after like 4 days it was time for some contra actions. This is what I did: RewriteCond %{QUERY_STRING} ^id=¶=xxxxxxxxxxxxx$ [NC] RewriteRule page.php http://127.0.0.1/index.php? [NS,S,L] RewriteCond %{QUERY_STRING} ^e=¶=xxxxxxxxxxxxx$ [NC] RewriteRule plug.php http://127.0.0.1/index.php? [NS,S,L]
Redirecting to a local IP hoping it would flow back on his own server. This solved the issue and he is hardly coming through at the site anymore but still trying so I think he has not yet figured out the traffic he is sending in is redirected. <img src="http://www.armaholic.com/datas/thumbs/green-sea-battalion-uniforms-version-03-preview_4.jpg" alt="green-sea-battalion-uniforms-version-03-" />
|