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

Allow editing configuration in the middle of the scan #990

Open
0xalwayslucky opened this issue Nov 24, 2021 · 2 comments
Open

Allow editing configuration in the middle of the scan #990

0xalwayslucky opened this issue Nov 24, 2021 · 2 comments
Labels
enhancement New feature or request Priority: High

Comments

@0xalwayslucky
Copy link

What is the feature?

Decide while scanning which directories should be added to the list of recursively brute forced directories

Why?

Gives more control to the user and decide on the get-go whether a directory looks interesting to be brute forced or skipped.

Especially useful if you do not know beforehand which directories will likely be there, but can be useful at anytime the tool is used. Saves time and generates less traffic against the target.

Example

img1/, img2/, img3/ may not look interesting, but backup/ does. So you can deny recursion on the occurrences of img1/, img2/ and img3/, but add the backup/ for recursive brute force.

Example implementation

See tool dirb (-R option)

@0xalwayslucky 0xalwayslucky added the enhancement New feature or request label Nov 24, 2021
@shelld3v
Copy link
Collaborator

There are several ways here:

  • CTRL-C when it starts scanning the unwanted sub-directories
  • Add well-known uninteresting sub-directories to /default.conf file (the exclude-subdirs part)

Allowing doing this interactively is always the best, but they are alternative solutions you can do while we implementing the feature

@0xalwayslucky
Copy link
Author

Awesome thanks for implementing this! Did not know about the trick with CTRL-C yet :)

@shelld3v shelld3v added this to the v0.4.4 milestone Aug 14, 2022
@shelld3v shelld3v changed the title Interactive recursion Allow editing configuration in the middle of the scan Oct 8, 2022
@shelld3v shelld3v removed this from the v0.4.4 milestone Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Priority: High
Projects
None yet
Development

No branches or pull requests

2 participants