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

[FEATURE REQUEST] pause/prioritise scan thread while scanning #582

Open
lrk opened this issue May 18, 2022 · 4 comments
Open

[FEATURE REQUEST] pause/prioritise scan thread while scanning #582

lrk opened this issue May 18, 2022 · 4 comments
Labels
enhancement New feature or request pinned

Comments

@lrk
Copy link

lrk commented May 18, 2022

Hi, first of all, thank you for the fantastic tool that feroxbuster is.

I would love to be able to pause individual scan thread and/or prioritise them to be able to concentrate on a particular directory url without cancelling other threads.

i think a p command in the scan menu with behaviour similar to the cancel command would be great for pausing scan threads
and a P [scan_id] [0-9] command to set url priority should be fine.

in case of paused threads, once other threads are finish, we can automatically resume the paused ones.

actually, i cancel urls i don't want to scan right now and relunch ferox to scan those particular ones, but most of the time forget to get back to it so end up not enumerating it.

I mainly use feroxbuster on CTF web challenge (THM/HTB/...)

Thank you.

@lrk lrk added the enhancement New feature or request label May 18, 2022
@stale
Copy link

stale bot commented Jun 4, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jun 4, 2022
@lrk
Copy link
Author

lrk commented Jun 4, 2022

@epi052 any comments about that feature request ?

@stale stale bot removed the stale label Jun 4, 2022
@epi052
Copy link
Owner

epi052 commented Jun 4, 2022

Sorry about that! I thought I had replied to this already. Thanks for taking the time to submit a feature idea!

Overall, I like the idea of pausing a scan, however, I'm working on some (long-term) stuff where this would be better suited, so would like to pin the issue, but don't plan on taking action on it in the near future.

I'd happily accept a PR in the interim though.

For anyone looking into it, the underlying JoinHandle doesn't have a pause (or similar) method. Likely would need some kind of busy loop to actually implement a pause.

Thanks again, and apologies for the long turn response time!

@epi052 epi052 added the pinned label Jun 4, 2022
@lrk
Copy link
Author

lrk commented Jun 4, 2022

@epi052 no problem, do as you can, i just add a message because of the stale bot alert 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pinned
Projects
None yet
Development

No branches or pull requests

2 participants