Skip to content

Commit

Permalink
add moar wordlists
Browse files Browse the repository at this point in the history
  • Loading branch information
firefart committed Jun 30, 2024
1 parent 124ab06 commit 8a37f54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ RUN mkdir /wordlists && \
git clone --depth 1 https://github.com/danielmiessler/SecLists.git /wordlists/SecLists && \
git clone --depth 1 https://github.com/FlameOfIgnis/Pwdb-Public.git /wordlists/Pwdb-Public && \
git clone --depth 1 https://github.com/assetnote/commonspeak2-wordlists /wordlists/commonspeak2 && \
git clone --depth 1 https://github.com/BuildHackSecure/gitscraper /wordlists/gitscraper
git clone --depth 1 https://github.com/BuildHackSecure/gitscraper /wordlists/gitscraper && \
wget -r --no-parent -R "index.html*" https://wordlists-cdn.assetnote.io/data/ -nH -e robots=off --cut-dirs=1 -P /wordlists/assetnote

# go stuff
RUN go install github.com/OJ/gobuster/v3@dev && \
Expand Down

0 comments on commit 8a37f54

Please sign in to comment.