Running as a script gobuster $ go run main.go <parameters> Wordlists via STDIN Wordlists can be piped into gobuster via stdin by providing a - to the -w option: hashcat -a 3 --stdout ?l | gobuster -u https://mysite.com -w - Note: If the -w option is specified at the sa...
... something that was faster than an interpreted script (such as Python). ... something that didn't require a runtime. ... use something that was good with concurrency (hence Go). ... to build something in Go that wasn't totally useless. But it's shit! And your implementation suc...
Running as a script gobuster $ go run main.go <parameters> Wordlists via STDIN Wordlists can be piped into gobuster via stdin by providing a - to the -w option: hashcat -a 3 --stdout ?l | gobuster -u https://mysite.com -w - Note: If the -w option is specified at the sa...
... something that was faster than an interpreted script (such as Python). ... something that didn't require a runtime. ... use something that was good with concurrency (hence Go). ... to build something in Go that wasn't totally useless. But it's shit! And your implementation suc...
... something that compiled to native on multiple platforms. ... something that was faster than an interpreted script (such as Python). ... something that didn't require a runtime. ... use something that was good with concurrency (hence Go). ...
If you want to install it in the $GOPATH/bin folder you can run: gobuster $ go install Running as a script gobuster$ go run main.go <parameters> Wordlists via STDIN Wordlists can be piped into gobuster via stdin: hashcat -a 3 --stdout ?l | gobuster -u https://mysite.com ...
If you want to install it in the $GOPATH/bin folder you can run: gobuster $ go install Running as a script gobuster$ go run main.go <parameters> Wordlists via STDIN Wordlists can be piped into gobuster via stdin: hashcat -a 3 --stdout ?l | gobuster -u https://mysite.com ...
... something that was faster than an interpreted script (such as Python). ... something that didn't require a runtime. ... use something that was good with concurrency (hence Go). ... to build something in Go that wasn't totally useless. ...
... something that compiled to native on multiple platforms. ... something that was faster than an interpreted script (such as Python). ... something that didn't require a runtime. ... use something that was good with concurrency (hence Go). ...
Running as a script gobuster$ go run main.go <parameters> Examples dirmode Command line might look like this: $ ./gobuster -u https://mysite.com/path/to/folder -c 'session=123456' -t 50 -w common-files.txt -x .php,.html