edoardottt / scilla

Information Gathering tool - DNS / Subdomains / Ports / Directories enumeration
https://edoardoottavianelli.it
GNU General Public License v3.0
915 stars 113 forks source link

Ignore Responses by Status Code Option #16

Closed edoardottt closed 3 years ago

edoardottt commented 3 years ago

I would like to choose a status code (or maybe better an array of status codes) to be ignored. To be clear, If add:

Myabe.. it would be useful to have something like this to ignore entire classes of status codes. -ignore 4**

edoardottt commented 3 years ago

Added the option -i (ignore).
It accepts a single status code or an array of those.

Examples:

edoardottt commented 3 years ago

Added status code checks (invalid status code length and invalid code)

Now the needed thing is status code "classes", e.g.:

edoardottt commented 3 years ago

In report, divided -i into -id (ignore responses by status codes in directories scanning) and -is (ignore responses by status codes in subdomains scanning)

edoardottt commented 3 years ago

Finally Done!

-i accepts also 1**,2**,3**,4**,5** to ignore entire classes of response status codes