Skip to content

Python script using nfqueue and scapy that demonstrates how to mess with DNS requests

Notifications You must be signed in to change notification settings

ho1ger/dns_hijacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

dns_hijacker

Python script using nfqueue and scapy that demonstrates how to mess with DNS requests:

1 We intercept all DNS queries. 2 We test if the queried Domain Name ends with whateverdomain. 3 If 2 is true we create a faked DNS response that gives back the IP of the local machine. 4 If 2 is not true we just pass the DNS request to the real DNS server. 5 DNS replies are untouched by the script.

About

Python script using nfqueue and scapy that demonstrates how to mess with DNS requests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages