File tree Expand file tree Collapse file tree 2 files changed +15
-30
lines changed
Expand file tree Collapse file tree 2 files changed +15
-30
lines changed Original file line number Diff line number Diff line change 22# ######################################
33# Handle the installation of tools
44# ######################################
5+ # ###
6+ # Utility functions
7+ add_seclists () {
8+ # To save space only keep:
9+ # - Types of dictionaries used
10+ # - Specifics dictionaries for specific usage
11+ repo_dest=" /tools/sec-lists"
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+ rm -rf Ai Fuzzing Miscellaneous Passwords Pattern-Matching Payloads Web-Shells
16+ rm CONTRIBUTING.md CONTRIBUTORS.md LICENSE README.md SecLists.png
17+ cd -
18+ }
519# ####
620# Create a Python virtual to address PEP668 error
721# See https://peps.python.org/pep-0668/
@@ -20,7 +34,7 @@ mkdir /tools/reports
2034git clone --depth 1 https://github.com/maurosoria/dirsearch.git /tools/dirsearch
2135git clone --depth 1 https://github.com/drwetter/testssl.sh /tools/testssl
2236git clone --depth 1 https://github.com/sullo/nikto.git /tools/nikto
23- git clone --depth 1 https://github.com/danielmiessler/SecLists.git /tools/sec-lists
37+ add_seclists
2438git clone --depth 1 https://github.com/stamparm/identYwaf.git /tools/identYwaf
2539git clone --depth 1 https://github.com/righettod/website-passive-reconnaissance.git /tools/website-passive-reconnaissance
2640git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git /tools/sqlmap
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments