-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapttoolfile
More file actions
executable file
·99 lines (91 loc) · 4.08 KB
/
Copy pathapttoolfile
File metadata and controls
executable file
·99 lines (91 loc) · 4.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# --- Core Pentesting Tools ---
NMAP (auto) apt-get install -y nmap
WIRESHARK (auto) apt-get install -y wireshark
AIRCRACK-NG (auto) apt-get install -y aircrack-ng
JOHN-THE-RIPPER (auto) apt-get install -y john
HYDRA (auto) apt-get install -y hydra
HASHCAT (auto) apt-get install -y hashcat
METASPLOIT-FRAMEWORK (auto) apt-get install -y metasploit-framework
SQLMAP (auto) apt-get install -y sqlmap
NIKTO (auto) apt-get install -y nikto
LYNIS (auto) apt-get install -y lynis
OPENVAS (auto) apt-get install -y openvas-cli
ZAPROXY (auto) apt-get install -y zaproxy
BURPSUITE (auto) apt-get install -y burpsuite
RECON-NG (auto) apt-get install -y recon-ng
SETOOLKIT (auto) apt-get install -y set
WIFITE (auto) apt-get install -y wifite
NETCAT (auto) apt-get install -y netcat
MITMPROXY (auto) apt-get install -y mitmproxy
CRUNCH (auto) apt-get install -y crunch
FOREMOST (auto) apt-get install -y foremost
BINWALK (auto) apt-get install -y binwalk
CHKROOTKIT (auto) apt-get install -y chkrootkit
MACCHANGER (auto) apt-get install -y macchanger
DRIFTNET (auto) apt-get install -y driftnet
CUTYCAPT (auto) apt-get install -y cutycapt
GOBUSTER (auto) apt-get install -y gobuster
AMASS (auto) apt-get install -y amass
SUBLIST3R (auto) apt-get install -y sublist3r
THEHARVESTER (auto) apt-get install -y theharvester
DNSRECON (auto) apt-get install -y dnsrecon
FIERCE (auto) apt-get install -y fierce
DIRB (auto) apt-get install -y dirb
DIRSEARCH (auto) apt-get install -y dirsearch
RESPONDER (auto) apt-get install -y responder
EVIL-WINRM (auto) apt-get install -y evil-winrm
BLOODHOUND (auto) apt-get install -y bloodhound
CRACKMAPEXEC (auto) apt-get install -y crackmapexec
IMPACKET (auto) apt-get install -y impacket-scripts
GIT (auto) apt-get install -y git
PYTHON3-PIP (auto) apt-get install -y python3-pip
# --- Wireless & Radio ---
KISMET (auto) apt-get install -y kismet
REAVER (auto) apt-get install -y reaver
COWPATTY (auto) apt-get install -y cowpatty
GQRX (auto) apt-get install -y gqrx
RTL-SDR (auto) apt-get install -y rtl-sdr
# --- Web & App Testing ---
SKIPFISH (auto) apt-get install -y skipfish
VEGA (auto) apt-get install -y vega
WEBSCARAB (auto) apt-get install -y webscarab
OWASP-ZAP (auto) apt-get install -y zaproxy
WFUZZ (auto) apt-get install -y wfuzz
# --- Forensics & Reverse Engineering ---
VOLATILITY (auto) apt-get install -y volatility
AUTOPSY (auto) apt-get install -y autopsy
STEGOCRACKER (auto) apt-get install -y stegcracker
EXIFTOOL (auto) apt-get install -y exiftool
GDB (auto) apt-get install -y gdb
RADARE2 (auto) apt-get install -y radare2
APKTOOL (auto) apt-get install -y apktool
JD-GUI (manual) wget https://github.com/java-decompiler/jd-gui/releases/latest/download/jd-gui_linux.sh -O /usr/local/bin/jd-gui && chmod +x /usr/local/bin/jd-gui
# --- Cloud & AD ---
CLOUDENUM (pip) pip3 install cloudenum
MICROSOFT365DEFENDER (pip) pip3 install m365-defender
BLOODHOUND-PY (pip) pip3 install bloodhound
# --- Extra Useful Tools ---
HTTRACK (auto) apt-get install -y httrack
MEDUSA (auto) apt-get install -y medusa
NCRACK (auto) apt-get install -y ncrack
P0F (auto) apt-get install -y p0f
IKE-SCAN (auto) apt-get install -y ike-scan
FERRET (manual) git clone https://github.com/dbalmain/ferret.git
SPARTA (manual) git clone https://github.com/SECFORCE/sparta.git
BDFPROXY (manual) git clone https://github.com/secretsquirrel/BDFProxy.git
MAGICTREE (manual) git clone https://github.com/504ensicsLabs/MagicTree.git
REGRIPPER (manual) git clone https://github.com/keydet89/RegRipper3.0.git
METAGOOFIL (manual) git clone https://github.com/laramies/metagoofil.git
# --- Python Tools ---
PIP-UPGRADE (pip) pip3 install --upgrade pip
PIP-REQUESTS (pip) pip3 install requests
SHODAN (pip) pip3 install shodan
AUTOPWN (pip) pip3 install autopwn
TERMINETER (pip) pip3 install termineter
# --- Red Team & Post Exploitation ---
POWERSPLOIT (manual) git clone https://github.com/PowerShellMafia/PowerSploit.git
CREDCRACK (manual) git clone https://github.com/gojhonny/CredCrack.git
MIMIKATZ (manual) git clone https://github.com/gentilkiwi/mimikatz.git
# --- End of List ---
FINISHED! (...) echo "Thank You For Using Pentest-Tools-Install."
exit