-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Description
Hi all,
When i run CL.0 scan from http request smuggler, if response have a null, like this:

The scanner repeats the following lines about 60 to 70 times:
mappings.add(new ImmutablePair<>("GET /robots.txt", "llow:"));
mappings.add(new ImmutablePair<>("GET /wrtztrw?wrtztrw=wrtztrw", "wrtztrw"));
mappings.add(new ImmutablePair<>("GET /favicon.ico", "Content-Type: image/"));
mappings.add(new ImmutablePair<>("GET /sitemap.xml", "Content-Type: application/xml"));
mappings.add(new ImmutablePair<>("TRACE /", "405 Method Not Allowed"));
mappings.add(new ImmutablePair<>("continue/", "continue"));
mappings.add(new ImmutablePair<>("continue/", "continue"));
mappings.add(new ImmutablePair<>("continue/", "continue"));
...
Is there a way to stop this and continue?
Thanks a lot for amazing tool!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels