RedSiege / EyeWitness

EyeWitness is designed to take screenshots of websites, provide some server header info, and identify default credentials if possible.
https://www.christophertruncer.com/eyewitness-usage-guide/
GNU General Public License v3.0
5.01k stars 848 forks source link

Update tools (Search, Recategorize, MiktoList) to Python3 #627

Closed 0x6d6f7468 closed 11 months ago

0x6d6f7468 commented 1 year ago

Closes #427

Updated Search.py, Recategorize.py, and MiktoList.py to be Python3-compatible.

Required changing modules/db_manager.py search_for_term function to properly encode str/byte types.

All scripts tested and working on Parrot using Python 3.9.2.

Feedback welcome as always. Thanks folks!

ChrisTruncer commented 11 months ago

Thanks for sending this over!