leebaird / discover

Custom bash scripts used to automate various penetration testing tasks including recon, scanning, enumeration, and malicious payload creation using Metasploit. For use with Kali Linux.
MIT License
3.41k stars 819 forks source link

Python Errors #137

Closed SchellerCyberSecurity closed 5 years ago

SchellerCyberSecurity commented 5 years ago

I am getting the below errors after running this on an updated Kali 2019.1 instance.

While running DNSRECON: Exception in thread Thread-4 (most likely raised during interpreter shutdown): Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner File "./dnsrecon.py", line 105, in run File "/usr/lib/python2.7/Queue.py", line 168, in get File "/usr/lib/python2.7/threading.py", line 334, in wait <type 'exceptions.TypeError'>: 'NoneType' object is not callable

While running theHarvester:

/usr/local/lib/python3.7/dist-packages/grequests.py:21: MonkeyPatchWarning: Patching more than once will result in the union of all True parameters being patched curious_george.patch_all(thread=False, select=False) bing (10/41) /usr/local/lib/python3.7/dist-packages/grequests.py:21: MonkeyPatchWarning: Patching more than once will result in the union of all True parameters being patched curious_george.patch_all(thread=False, select=False)

L1ghtn1ng commented 5 years ago

The monkey patch warning should be resolved now