OJ / gobuster

Directory/File, DNS and VHost busting tool written in Go
Apache License 2.0
9.66k stars 1.18k forks source link

Positive status code does not replace the default negative status code #413

Closed j123456780 closed 10 months ago

j123456780 commented 1 year ago

Hello everyone, I am writing with the time of not knowing if it is a program error or if it is a lack of understanding of how I should use the tool, I hope you can understand me in case I am making a mistake.

image

In this case I am trying to replace the blacklisted code 404 with the positive code 301

according to the help this status should replace the blacklisted

image

firefart commented 10 months ago

-s 301 only reports urls that respond with 301. I think you want -b 404,301