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
Issue encountered when when apparent null value is collected by the network-util. Error message below (1200 into 5000+ results processed).
Traceback (most recent call last):
File "network-util.py", line 370, in
sys.exit(main())
File "network-util.py", line 357, in main
domain=args.domain)
File "network-util.py", line 158, in process_search
dst_ip = ipaddress.ip_address(netconn.remote_ip)
File "/usr/lib/python3.5/ipaddress.py", line 54, in ip_address
address)
ValueError: '' does not appear to be an IPv4 or IPv6 address
The text was updated successfully, but these errors were encountered:
Issue encountered when when apparent null value is collected by the network-util. Error message below (1200 into 5000+ results processed).
Traceback (most recent call last):
File "network-util.py", line 370, in
sys.exit(main())
File "network-util.py", line 357, in main
domain=args.domain)
File "network-util.py", line 158, in process_search
dst_ip = ipaddress.ip_address(netconn.remote_ip)
File "/usr/lib/python3.5/ipaddress.py", line 54, in ip_address
address)
ValueError: '' does not appear to be an IPv4 or IPv6 address
The text was updated successfully, but these errors were encountered: