Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNS Spoofing not doing anything #6

Open
jigsaw678 opened this issue Dec 4, 2020 · 1 comment
Open

DNS Spoofing not doing anything #6

jigsaw678 opened this issue Dec 4, 2020 · 1 comment

Comments

@jigsaw678
Copy link

`| \ ___ ___ ___ | | || | ___ ___ ___ | |
| | || -
|| || . || | | ||
|| . || . || . || |
|
/ |||| | |||
|||| |||||||
|| ||
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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants