EyeWitness is designed to take screenshots of websites, provide some server header info, and identify default credentials if possible.
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
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!