Skip to content

Commit b64f67f

Browse files
authored
Update add-tools.sh
1 parent 7beb384 commit b64f67f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/add-tools.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ add_seclists () {
1212
git clone --depth 1 https://github.com/danielmiessler/SecLists.git $repo_dest
1313
cd $repo_dest
1414
cp "$repo_dest/Passwords/Leaked-Databases/rockyou.txt.tar.gz" "rockyou.txt.tar.gz"
15+
cp Fuzzing/environment-identifiers.txt Discovery/environment-identifiers.txt
1516
rm -rf Ai Fuzzing Miscellaneous Passwords Pattern-Matching Payloads Web-Shells
1617
rm CONTRIBUTING.md CONTRIBUTORS.md LICENSE README.md SecLists.png
1718
cd -

0 commit comments

Comments
 (0)