Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use dirhunt in other python project #124

Open
3 tasks done
caseybecking opened this issue Aug 16, 2023 · 1 comment
Open
3 tasks done

Use dirhunt in other python project #124

caseybecking opened this issue Aug 16, 2023 · 1 comment

Comments

@caseybecking
Copy link

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

  • I have read the documentation and I have not found it.
  • This is a question or something else. This is not a bug report, a feature request or a documentation issue.
  • I have searched for this issue before posting it and there isn't a duplicate.
@Nekmo
Copy link
Owner

Nekmo commented Oct 13, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants