Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 1.06 KB

dns-spoofing.md

File metadata and controls

16 lines (14 loc) · 1.06 KB

[wiki]::DNS spoofing

  1. Write this to a file:
    { "mydomain.it.": "192.168.1.113", "otherdomain.com.": "192.168.1.113" }
  2. (or just insert 'all_192.168.x.x' as the file name to spoof all domains)
  3. Discover your target's ip and gateway ip: you can use subdisc for this task.
  4. Run: sudo python3 main.py [target ip] [gateway ip] dns records.json
  5. New dns requests to mydomain.it and otherdomain.com will make the target go to 192.168.1.113, where the Youtube Phishing Page is being hosted.

Screenshots

screenshot
screen2

Next wiki page: js injection