We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7beb384 commit b64f67fCopy full SHA for b64f67f
build/add-tools.sh
@@ -12,6 +12,7 @@ add_seclists () {
12
git clone --depth 1 https://github.com/danielmiessler/SecLists.git $repo_dest
13
cd $repo_dest
14
cp "$repo_dest/Passwords/Leaked-Databases/rockyou.txt.tar.gz" "rockyou.txt.tar.gz"
15
+ cp Fuzzing/environment-identifiers.txt Discovery/environment-identifiers.txt
16
rm -rf Ai Fuzzing Miscellaneous Passwords Pattern-Matching Payloads Web-Shells
17
rm CONTRIBUTING.md CONTRIBUTORS.md LICENSE README.md SecLists.png
18
cd -
0 commit comments