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

exit on -max-time #781

Closed
1 task done
bru73f0rc3 opened this issue Apr 6, 2021 · 3 comments · Fixed by #784
Closed
1 task done

exit on -max-time #781

bru73f0rc3 opened this issue Apr 6, 2021 · 3 comments · Fixed by #784
Labels
enhancement New feature or request

Comments

@bru73f0rc3
Copy link

What is the feature?

Would be great if dirsearch could exit after an x amount of minutes.

What is the workflow?

if dirsearch hasn't exited by X it exits with a message stating exited due to max-time reached (or whatever)

What is the use case?

there are web servers that have rate limiting set so dirsearch will scan a batch, pause for a few seconds, scan a batch, etc... on local network i've seen this take upwards of 6 hours on the 1 server.

Checker:

  • This feature is in scope for the dirsearch purpose
@bru73f0rc3 bru73f0rc3 added the enhancement New feature or request label Apr 6, 2021
@shelld3v
Copy link
Collaborator

shelld3v commented Apr 6, 2021

Hi, that has already in my TODO list, and can easily be implemented with some lines of code. But I want to release dirsearch v0.4.2 first

@bru73f0rc3
Copy link
Author

excellent thanks. currently i'm doing it with the timeout command in bash, but it's not quite as graceful as it could be.

@shelld3v
Copy link
Collaborator

shelld3v commented Apr 6, 2021

This is our TODO list: #384

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