PoCInnovation / BruteForce

Apache License 2.0
0 stars 0 forks source link

[Matching]: Base archi of start of matching #2

Closed louonezime closed 1 month ago

louonezime commented 3 months ago

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