Skip to content

Commit fdd4aa9

Browse files
atastycookieaaaguirrep
authored andcommitted
Added @Bo0oM fuzz.txt wordlist
Pretty fine wordlist https://github.com/Bo0oM/fuzz.txt
1 parent 9621db7 commit fdd4aa9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ RUN \
347347
git clone --depth 1 https://github.com/v0re/dirb.git && \
348348
curl -L -o rockyou.txt https://github.com/brannondorsey/naive-hashcat/releases/download/data/rockyou.txt && \
349349
curl -L -o all.txt https://gist.githubusercontent.com/jhaddix/86a06c5dc309d08580a018c66354a056/raw/96f4e51d96b2203f19f6381c8c545b278eaa0837/all.txt
350+
curl -L -o fuzz.txt https://raw.githubusercontent.com/Bo0oM/fuzz.txt/master/fuzz.txt
350351

351352
# WORDLIST
352353
FROM builder2 as builder3
@@ -592,4 +593,4 @@ RUN \
592593
updatedb
593594

594595
# Change workdir
595-
WORKDIR /
596+
WORKDIR /

0 commit comments

Comments
 (0)