PortSwigger / http-request-smuggler

https://portswigger.net/blog/http-desync-attacks
Other
952 stars 101 forks source link

Null response CL.0 #65

Open hostfree23434 opened 7 months ago

hostfree23434 commented 7 months ago

Hi all, When i run CL.0 scan from http request smuggler, if response have a null, like this: Screenshot 2024-02-15 190004 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!

hostfree23434 commented 7 months ago

I just want tool continue and not start over.

hostfree23434 commented 7 months ago

Screenshot 2024-02-15 191231

hostfree23434 commented 7 months ago

Hi all, Any response?