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
python tih.py -list IP's-Onlys.txt
Threat Intelligence Hunter framework Begins now
Intel test
Traceback (most recent call last):
File "tih.py", line 59, in
main()
File "tih.py", line 41, in main
parse_ipList(list)
File "/home/Threat-Intelligence-Hunter/lib/parse.py", line 95, in parse_ipList
for filename, source in OSINT_ip.iteritems():
NameError: global name 'OSINT_ip' is not defined
When I try to run this script I get this error
do you Know how to fix this?
The text was updated successfully, but these errors were encountered:
python tih.py -list IP's-Onlys.txt
Threat Intelligence Hunter framework Begins now
Intel test
Traceback (most recent call last):
File "tih.py", line 59, in
main()
File "tih.py", line 41, in main
parse_ipList(list)
File "/home/Threat-Intelligence-Hunter/lib/parse.py", line 95, in parse_ipList
for filename, source in OSINT_ip.iteritems():
NameError: global name 'OSINT_ip' is not defined
When I try to run this script I get this error
do you Know how to fix this?
The text was updated successfully, but these errors were encountered: