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

HTTP/1.1 Pipelining Support #735

Open
AraCoders opened this issue Sep 25, 2023 · 1 comment
Open

HTTP/1.1 Pipelining Support #735

AraCoders opened this issue Sep 25, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@AraCoders
Copy link

Hi,

HTTP/1.1 supports HTTP Pipelining which can (sometimes) increase the speed of brute forcing. It's implemented in Turbo Intruder. some people have achieved blazingly fast scans with it.

Thanks

@AraCoders
Copy link
Author

I am not sure if this is compensated with HTTP/2 multiplexing. and also HTTP/1.1 pipelining has some problems like associating a specific request with a specific response, not being implemented by most proxy servers, problems with caching, faulty implementations, etc. so I am not sure if I should close this or not.

@bsysop bsysop added the enhancement New feature or request label Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants