You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$fierce --domain facebook.com --wide
NS: a.ns.facebook.com. b.ns.facebook.com.
SOA: a.ns.facebook.com. (69.171.239.12)
Traceback (most recent call last):
File "/usr/local/bin/fierce", line 11, in <module>
sys.exit(main())
File "/usr/local/lib/python3.4/dist-packages/fierce.py", line 284, in main
fierce(**vars(args))
File "/usr/local/lib/python3.4/dist-packages/fierce.py", line 185, in fierce
zone = zone_transfer(master_address, domain)
File "/usr/local/lib/python3.4/dist-packages/fierce.py", line 110, in zone_transfer
return dns.zone.from_xfr(dns.query.xfr(address, domain))
File "/usr/lib/python3/dist-packages/dns/zone.py", line 979, in from_xfr
for r in xfr:
File "/usr/lib/python3/dist-packages/dns/query.py", line 412, in xfr
_net_write(s, tcpmsg, expiration)
File "/usr/lib/python3/dist-packages/dns/query.py", line 260, in _net_write
current += sock.send(data[current:])
ConnectionRefusedError: [Errno 111] Connection refused
No idea what causes the error. May be an issue with port number?
Using Python3 on Ubuntu 14.04
The text was updated successfully, but these errors were encountered:
Please see the below query.
No idea what causes the error. May be an issue with port number?
Using Python3 on Ubuntu 14.04
The text was updated successfully, but these errors were encountered: