Sign inSign up

brokenscripts/gobuster

By brokenscripts

Updated over 7 years ago

From source: https://github.com/0xdevalias/docker-gobuster

Image
0

325

brokenscripts/gobuster repository overview

gobuster

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

Example

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)

To Do:

  • Remove single list from inside container (small.txt), use lists seperately cloned and bind mounted in
  • reduce image layers

Tag summary

Content type

Image

Digest

Size

2 MB

Last updated

over 7 years ago

docker pull brokenscripts/gobuster