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

Using stepper with Scanner tool - scan hangs #71

Open
allabezroutchko opened this issue Sep 26, 2023 · 0 comments
Open

Using stepper with Scanner tool - scan hangs #71

allabezroutchko opened this issue Sep 26, 2023 · 0 comments

Comments

@allabezroutchko
Copy link

I am using Stepper to scan a REST API with an aggressive attack detection. If the server thinks a request is an attack, it invalidates the session. To get around that I run an authentication sequence before every scanner request. First I send a request to Repeater, edit it adding X-Stepper-Execute-Before: Auth (Auth is the name of my sequence) header and a header with an authorization token variable coming from the Stepper sequence, then I use Scan function from context menu. This seems to work fine for about 30-50 requests. I see in the Logger tool that the authentication requests are sent and the scanner request is updated with a new token. After that the scan hangs. It stops sending requests, there is no errors in the Event Log in Dashboard and no errors by Stepper in the Extension Output or Errors. The last request I see in the log is successful and does not seem to be any different from the previous ones. How can I troubleshoot this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant