-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
Greetings team,
I'm currently working on a project intended for security professionals, and I've come across a requirement where we need to send HTTP requests in an unstructured format. This functionality would allow users to construct requests similar to the following example:
GET / HTTP/1.1
Host: hello.com
Host: attacker.com
HeaderWithoutValue
as host header injection (as described in this informative resource: Host Header Injection). Additionally, it can help detect if the application is running in Debug mode or enable the identification of potential issues related to HTTP request smuggling (as explained here: HTTP Request Smuggling).
For more detailed information and context, please refer to the following GitHub issue: BugBlocker/lotus #136.
Metadata
Metadata
Assignees
Labels
No labels