dockerized instance of gobuster with a couple included wordlists
1.3K
An containerized gobuster for ease of use
dockerfile maintained (see behind the curtain) at: https://github.com/ly4e/gobuster-docker
docker run --rm ly4e/gobuster-docker dir -w /wordlists/big.txt -u http://example.com
docker run --rm ly4e/gobuster-docker dir -w /wordlists/raft-medium-directories.txt -u http://example.com
docker run --rm -v "/<path to wordlists>/seclists/Discovery/Web_Content:/wordlists" ly4e/gobuster-docker -h
docker run --rm -v "/<path to wordlists>/seclists/Discovery/Web_Content:/wordlists" ly4e/gobuster-docker dir -w /wordlists/raft-medium-directories.txt -u http://example.com
Directory/file & DNS busting tool written in Go, Reference: https://github.com/OJ/gobuster
https://github.com/OJ/gobuster
https://github.com/0xdevalias/docker-gobuster
Content type
Image
Digest
sha256:769d08bed…
Size
9.3 MB
Last updated
almost 3 years ago
docker pull ly4e/gobuster-docker