GG-Dorking
GG-Dorking copied to clipboard
not running
python3 gg_dorking.py domain.com
Traceback (most recent call last):
File "gg_dorking.py", line 4, in
Removing the jinja2 specific version in requirements.txt worked for me. One changed just run pip3 install jinja2 -U.
You need to install older (supported) version:
pip uninstall markupsafe
then pip install markupsafe==2.0.1