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

Allow checking both headers and parameters simultaneously #39

Open
Sh1Yo opened this issue Apr 19, 2023 · 1 comment
Open

Allow checking both headers and parameters simultaneously #39

Sh1Yo opened this issue Apr 19, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Sh1Yo
Copy link
Owner

Sh1Yo commented Apr 19, 2023

Issue Description:

It would be useful to have the ability to check both headers and parameters in one run. Currently, users have to specify either a wordlist for parameters or a wordlist for headers, but not both at the same time.

Proposal:

To solve this issue, a new option can be added that allows users to specify two separate wordlists, one for parameters and one for headers. This option can be specified like so: -w params:params.txt headers:headers.txt

With this new option, users can run a single command to check for vulnerabilities in both headers and parameters simultaneously, improving the efficiency and effectiveness of the security testing process.

Implementation:

The implementation of this feature would require modifying the existing codebase to accept the new command-line option and process the separate wordlists for headers and parameters accordingly. This would involve changes to the parsing and handling of the command-line arguments, as well as modifications to the parameter scanning logic.

Benefits:

The proposed feature would provide a significant improvement in the parameter searchhing process by allowing users to check both headers and parameters in a single run. This would save time and effort compared to running separate scans for each type of input, and would improve the accuracy of parameter detection by checking both types of input simultaneously.

@Sh1Yo Sh1Yo added the enhancement New feature or request label Apr 19, 2023
@Sh1Yo
Copy link
Owner Author

Sh1Yo commented Apr 19, 2023

Definitely not a suggestion made by chatgpt

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

1 participant