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

No module named 'lib.util' #37

Open rrehlert opened 7 months ago

rrehlert commented 7 months ago

I recently reinstalled the tool, but was not able to make it work. I was getting a "No module named 'lib.util'" when trying to run it

image

I was able to fix it by changing the cli.py line 23 to from .lib import util, however I'm not sure if this is the correct way to go

image

aomar9 commented 2 months ago

Change pip to pip3 and it should work.

Warren3013 commented 1 month ago

Change pip to pip3 and it should work.

Hi when running the pip3 install only trevorproxy is available not trevorspray and when I got to the python script as above it shows the same error. Please may you advise.