Open caseybecking opened 1 year ago
Dirhunt is not intended to be used as a library, but you can take a look at the management.py
file.
https://github.com/Nekmo/dirhunt/blob/develop/dirhunt/management.py
The next version of Dirhunt will make it easier to use it as a library. You can see and test it on the v2.0.0
branch.
https://github.com/Nekmo/dirhunt/tree/v2.0.0
Description
I have a very basic automation suite I've built and use to scan for open ports on a system and would like to see if i could also integrate dirhunt, I have attempted using the management hunt function but it never returns, any recommendations on how i could do this?
Checklist