thewhiteh4t / FinalRecon

All In One Web Recon
https://www.kali.org/tools/finalrecon/
MIT License
2.24k stars 424 forks source link

Handle exception #45

Closed abuvanth closed 2 years ago

abuvanth commented 2 years ago

File "finalrecon.py", line 275, in full_recon() File "finalrecon.py", line 207, in full_recon dnsrec(domain, output, data) File "/root/finalrecon/modules/dns.py", line 19, in dnsrec pkt = q.send('8.8.8.8', 53, tcp='UDP') File "/usr/lib/python3.8/site-packages/dnslib/dns.py", line 365, in send sock.connect((dest,port)) ConnectionRefusedError: [Errno 111] Connection refused

thewhiteh4t commented 2 years ago

@abuvanth provide more info so that I can reproduce the error on my end

abuvanth commented 2 years ago

Just run the full scan against a target

sushantbhadauria commented 2 years ago

@thewhiteh4t , Is this issue fixed ? I am able to run full scan

Screenshot 2022-06-27 at 6 39 34 PM

thewhiteh4t commented 2 years ago

@sushantbhadauria this issue was kind of rare, most people did not have it

abuvanth commented 2 years ago

working fine