wgpsec / tig

Threat Intelligence Gathering 威胁情报收集,旨在提高蓝队拿到攻击 IP 后对其进行威胁情报信息收集的效率。
Apache License 2.0
850 stars 138 forks source link

add "python-whois" to requirements.txt #24

Closed upbeat-backbone-bose closed 2 years ago

upbeat-backbone-bose commented 2 years ago

fix ModuleNotFoundError

root@debian:~/tig# python3 tig.py
Traceback (most recent call last):
  File "tig.py", line 12, in <module>
    import whois
ModuleNotFoundError: No module named 'whois'
keac commented 2 years ago

感谢提交