mrbrutti / Cartero

Mailing Phishing Framework - This Branch is UNSTABLE :: Official STABLE master branch at https://github.com/Section9Labs/Cartero
http://section9labs.github.io/Cartero
49 stars 52 forks source link

Create DNSServer command #4

Closed mrbrutti closed 8 years ago

mrbrutti commented 9 years ago

Create a malicious DNSServer that could allow a tester to work with router hacks such as the recent ones pop-ing up in the itnernez Library Candidate:

$ cartero DNSServer --dns test.example.com --ip 10.10.10.1
$ cat dns_hooks.json
[
{  "dns" : "test.example.com", "ip" : "10.10.10.1" },
{  "dns" : "test2.example.com", "ip" : "10.10.10.2" },
{  "dns" : "test3.example.com", "ip" : "10.10.10.3" }
]
$ cartero DNSServer --file dns_hooks.json
mrbrutti commented 8 years ago

Work Done... Will be part of next commit.