Nekmo / dirhunt

Find web directories without bruteforce
MIT License
1.73k stars 237 forks source link

Use dirhunt in other python project #124

Open caseybecking opened 10 months ago

caseybecking commented 10 months ago

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

Nekmo commented 9 months 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