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

Not Declared Variable. #15

Closed skylerknecht closed 2 years ago

skylerknecht commented 2 years ago

https://github.com/blacklanternsecurity/TREVORspray/blob/3f50b24c6be2ce8fdffe3a1ec10ebd836f52466a/trevorspray/lib/sprayers/owa.py#L51

This check is unnecessary and creates an issue when the operator declares a URL as the discovery variable will not be defined.

TheTechromancer commented 2 years ago

Thanks for reporting. I've pushed a fix. Can you try again with the latest dev branch?

pip install --force-reinstall git+https://github.com/blacklanternsecurity/trevorspray@dev
TheTechromancer commented 2 years ago

Fixes have been merged into the main branch. Please let us know if you run into any other issues.