DNS Spoofing not doing anything
Opened this issue · 1 comments
jigsaw678 commented
`| \ ___ ___ ___ | | || | ___ ___ ___ | |
| | || -|| || . || | | || || . || . || . || |
|/ |||| | ||||||| |||||||
|| ||
Coded by Adrián Fernández Arnal-(@adrianfa5)
--------------------------------------
[!] Options to use:
<ip> - Spoof the DNS query packets of a certain IP address
<all> - Spoof the DNS query packets of all hosts
[!] Examples:
# python3 DerpNSpoof.py 192.168.1.20 myfile.txt
# python3 DerpNSpoof.py all myfile.txt
--------------------------------------
[i] Spoofing DNS responses...
`
Its not doing anything else
testhaha1234 commented
Yes it is absolutely working, you might probably facing one of the issue below
1, you are trying to dnsspoof HTTPS
dnsspoof cant spoof https, cause there is something call ssl
HERE-> https://stackoverflow.com/questions/60727879/dns-spoofing-with-python-and-netfilterqueue/65810186#65810186
2, your dns is not flush
if you are in window, go try ipconfig /dnsflush
3, you didn't run it with arpspoof
this tool can only modify the packet into the address you like and not sniff the packet