blacklanternsecurity / TREVORspray

TREVORspray is a modular password sprayer with threading, clever proxying, loot modules, and more!
GNU General Public License v3.0
1.04k stars 147 forks source link

trevorspray is not running #28

Closed ctpentest01 closed 1 year ago

ctpentest01 commented 1 year ago

Getting the following error when trying to run the trevorspray:

└─# trevorspray --recon example.com Traceback (most recent call last): File "/usr/local/bin/trevorspray", line 5, in from trevorspray.cli import main File "/usr/local/lib/python3.11/dist-packages/trevorspray/cli.py", line 24, in from lib import logger ImportError: cannot import name 'logger' from 'lib' (/usr/lib/python3/dist-packages/lib/init.py)

I have installed it using the following commands: pip3 install git+https://github.com/blacklanternsecurity/trevorproxy pip3 install git+https://github.com/blacklanternsecurity/trevorspray

TheTechromancer commented 1 year ago

Thanks for the report. This is fixed in https://github.com/blacklanternsecurity/TREVORspray/commit/05b9cd9c47c1def01aac56cf469312b3bd66473e.