Basic parsing of status codes for matching with requests
Expected behaviour
When running this for example
./bruteforce -status-codes="200,201,202,300,401,404"
The code will parse the flag and check if the flag is correct. Then if wanting to, call to function that will be able to match based on the status codes stored.
Description
Basic parsing of status codes for matching with requests
Expected behaviour
When running this for example
./bruteforce -status-codes="200,201,202,300,401,404"
The code will parse the flag and check if the flag is correct. Then if wanting to, call to function that will be able to match based on the status codes stored.
Environment
Proposed solution
No response