Crypt0s / FakeDns

A regular-expression based python MITM DNS server with support for DNS Rebinding attacks
MIT License
547 stars 147 forks source link

Error was handled by sending NONEFOUND #39

Open VTSTech opened 4 years ago

VTSTech commented 4 years ago

Can we get some more verbosity on this? Thanks.

C:\Tools\FakeDNS>fakedns.py --dns 8.8.8.8 -c C:\Tools\FakeDNS\dns.conf -i 192.168.0.228
>> Parsed 15 rules from C:\Tools\FakeDNS\dns.conf
>> Error was handled by sending NONEFOUND
>> Error was handled by sending NONEFOUND
timed out
timed out
>> Built NONEFOUND response
>> Built NONEFOUND response
>> Error was handled by sending NONEFOUND
op37 commented 2 days ago

The DNS queries outgoing (from the machine where your fakedns.py is running) aren't reaching the nameserver, that's what is happening, is not fakeDNS, is your setup.

P.S: Diagnostic with dig (posix), Resolve-DnsName (powershell) or nslookup (PE binary)