-
Notifications
You must be signed in to change notification settings - Fork 187
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
Issue with max-attack-time
: Attack Doesn't Stop After Specified Time
#619
Comments
@devl00p, please check. It gets stuck after a certain amount of time and either completes after 24 hours or sometimes takes up to 3 days to finish. |
Hello, Which version are you using ? Which module was running ? |
I'm running all modules you can check in command I've mentioned it & I've |
Hi @devl00p, Have you found anything why it's getting stuck? |
sorry no idea... |
The So if you specify 60 seconds with (for example) all 33 attack modules it will take approximately 30 minutes to execute. This is the expected behavior. The CTRL+C behavior is not perfect though as the stop signal is checked after each crawled URL, not its mutations. Depending on the module it can takes quite some time but I'm looking to improve it thanks to asyncio cancellation features |
Hi @devl00p, Thank you for responding. I’ve found another issue: the |
But when I start the scan, all the modules take the specified time except for the |
I'm running the following command, but it isn't stopping the attack after 1 minute. Instead, it gets stuck, and I think I have to manually move to the next attack by pressing CTRL + C and selecting the next attack from the menu.
The text was updated successfully, but these errors were encountered: