galkan / crowbar

Crowbar is brute forcing tool that can be used during penetration tests. It is developed to support protocols that are not currently supported by thc-hydra and other popular brute forcing tools.
MIT License
1.37k stars 315 forks source link

Make `crowbar` pip installable #45

Closed Pamplemousse closed 4 years ago

Pamplemousse commented 4 years ago

For a better integration with other tools and platforms willing to integrate it.

g0tmi1k commented 4 years ago

Wooo!

jonringer commented 4 years ago

unfortunately, this doesn't quite work, pip usually expects a directory, not a top-level python script. So it's unable to "find" crowbar.py.

If I have time, I'll create another PR to have entry_points work as expected