From fdd4aa911746b3fb49d10998c457c32bdec6330e Mon Sep 17 00:00:00 2001 From: Roman Ananyev Date: Sun, 6 Sep 2020 16:11:40 +0400 Subject: [PATCH] Added @bo0om fuzz.txt wordlist Pretty fine wordlist https://github.com/Bo0oM/fuzz.txt --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ed2a13c..1f5bf91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -347,6 +347,7 @@ RUN \ git clone --depth 1 https://github.com/v0re/dirb.git && \ curl -L -o rockyou.txt https://github.com/brannondorsey/naive-hashcat/releases/download/data/rockyou.txt && \ curl -L -o all.txt https://gist.githubusercontent.com/jhaddix/86a06c5dc309d08580a018c66354a056/raw/96f4e51d96b2203f19f6381c8c545b278eaa0837/all.txt + curl -L -o fuzz.txt https://raw.githubusercontent.com/Bo0oM/fuzz.txt/master/fuzz.txt # WORDLIST FROM builder2 as builder3 @@ -592,4 +593,4 @@ RUN \ updatedb # Change workdir -WORKDIR / \ No newline at end of file +WORKDIR /