dirhunt
dirhunt copied to clipboard
Use dirhunt in other python project
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
- [X] I have read the documentation and I have not found it.
- [X] This is a question or something else. This is not a bug report, a feature request or a documentation issue.
- [X] I have searched for this issue before posting it and there isn't a duplicate.
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