OJ / gobuster

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

Feature Request: Ability to input multiple wordlist files #486

Closed Saver05 closed 4 months ago

Saver05 commented 4 months ago

Currently, when inputting files as a word list, you can only input one file for each run. For example, when running this command gobuster dir -u http://example.com/api/v1/ -w /wordlists/*.txt with the wordlists directory having: w1.txt w2.txt w3.txt it would only run with w1.txt. Would it be possible for the above command to cycle through all three word lists? Not a high priority as you can just combine the files before running the command however it would be a nice quality-of-life feature.

Saver05 commented 4 months ago

Naturally as soon as I post this I read you comment saying you aren't planning on adding this mb