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

Increase wordlist splitting factor for base scan #16

Closed
sciguy16 opened this issue May 22, 2019 · 0 comments · Fixed by #20
Closed

Increase wordlist splitting factor for base scan #16

sciguy16 opened this issue May 22, 2019 · 0 comments · Fixed by #20
Labels
enhancement New feature or request

Comments

@sciguy16
Copy link
Collaborator

Increasing the wordlist splitting factor for the initial scan of the base URL to max(wordlist_split, max_threads - 2) will dramatically increase the speed of the initial discovery phase while leaving a couple of "spare" threads available to start working on any discovered directories. Perhaps this could be the default behaviour, reverting to a fixed splitting factor when the user explicitly provides one on the command line.

Related: I don't think the splitting factor is sanity checked against the thread limit - would it make sense to cap wordlist_split at max_threads when validating the config?

@Isona Isona added the enhancement New feature or request label May 23, 2019
sciguy16 added a commit to sciguy16/dirble that referenced this issue May 24, 2019
@Isona Isona closed this as completed in #20 Jun 21, 2019
Isona pushed a commit that referenced this issue Jun 21, 2019
Increase the wordlist splitting factor for the base URL scan if there is enough headroom (#20)
Fixes #16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants