Isona / dirble

Fast directory scanning and scraping tool
GNU General Public License v3.0
612 stars 87 forks source link

Add a Dockerfile #23

Closed stcktrce closed 5 years ago

stcktrce commented 5 years ago

See title. This PR intends to add a Dockerfile to dirble, I've set it up to automatically embed the dirble_wordlist.txt file and wordlists folder within the container, if end users want to alter these files they can provide their own by using the -v argument to set up volume mounts.

After merging this PR i would suggest setting up either manual, or automated Docker hub builds so that end-users can just run docker run nccgroup/dirble

Usage

docker build -t nccgroup/dirble .
docker run --rm nccgroup/dirble https://example.com
Isona commented 5 years ago

Hi, this is really helpful, thanks! I'm merging it and investigating getting automated builds set up.

stcktrce commented 5 years ago

Thanks 👍