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

[FEATURE REQUEST] Enable passing Headers from a file #1201

Open
ghecko opened this issue Oct 30, 2024 · 1 comment
Open

[FEATURE REQUEST] Enable passing Headers from a file #1201

ghecko opened this issue Oct 30, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ghecko
Copy link

ghecko commented Oct 30, 2024

Is your feature request related to a problem? Please describe.
I often encounter frustration when required to specify multiple headers, especially lengthy ones like the Authorization header, directly through the CLI. Updating these headers involves manually removing and re-pasting them each time, which is time-consuming and error-prone. A more efficient approach would allow headers to be passed directly from a file.

Describe the solution you'd like
I’d like the ability to pass headers from a file, with each header specified on a separate line. The tool would read and apply each header listed in the file, simplifying the process of updating or adding headers without requiring direct CLI input for each one.

Describe alternatives you've considered
I've considered no alternative solutions that achieve the same convenience as file-based header loading.

Additional context
N/A

@ghecko ghecko added the enhancement New feature or request label Oct 30, 2024
@epi052
Copy link
Owner

epi052 commented Oct 30, 2024

howdy!

it's not exactly what you're asking for, but version 2.11.0 added the ability to scan from a raw http request file e.g. from burp.

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