OJ / gobuster

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

Pattern flag adds to the number of requests #480

Open DozyDoh opened 5 months ago

DozyDoh commented 5 months ago

When using -p to provide a file with patterns to be tested, the regular command (without p) is still processed. This adds to the number of requests which might be unnecessary. It would be nice when using -p to only process queries per line in the pattern file, and skip the regular query

husnain-ce commented 1 month ago

Yes, It should have to be like that.