From source: https://github.com/0xdevalias/docker-gobuster
325
Source: https://github.com/0xdevalias/docker-gobuster
scratch (built on go)
Multi-layer build
18 layers, ~2 MB
Added in the DirBuster small list to use just in case of not mounting a list directory
docker run --rm brokenscripts/gobuster -u https://hackme.com -w /small.txt -k
-u url - Replace with valid website
-w /small.txt - This is the 'baked' in list, clone down other lists and then bind mount them in to be used
-k - Skip SSL Certification verification (useful when working on self-signed certs)
Content type
Image
Digest
Size
2 MB
Last updated
over 7 years ago
docker pull brokenscripts/gobuster