QUICK REFERENCE COMMAND ASSOCIATIONS
This page is meant to trigger your memory and spark ideas for strategies
The tools shown here only reference quick and common applications
QUICK REFERENCE – click to find memory triggers below:
- Network
- Protocol
- Files Enumeration
- UDP
- SQL
- Web Enumeration
- Windows Enumeration
- Windows Privilege Impersonation
- Windows Privilege Escalation
- Domain Controller
- Linux Enumeration
- Linux Privilege Escalation
- Transer Files
- Connections to Targets
- Mounts
- Payload Creation
- Password Cracking
- Brute Force
- Exploit Search
- Exploit Creation
- Compilers
- SQL Enumeration / Exploitation
- Tokens / Cookies
- Default Configurations
NETWORK ENUMERATION
Local File Inclusion (LFI) / Remote File Inclusion (RFI)
The following list are common operating system files
LINK | TOOL | ASSCOIATION |
---|---|---|
link | nmap | NETWORK ENUMERATION |
link | locate scripts/citrix | NETWORK ENUMERATION |
link | ssh | NETWORK ENUMERATION |
link | netcat | NETWORK ENUMERATION |
link | bash | NETWORK ENUMERATION |
link | reverse shells | NETWORK ENUMERATION |
link | netstat-rf | NETWORK ENUMERATION |
link | telnet | NETWORK ENUMERATION |
TOP OF PAGE |
PROTOCOL ENUMERATION
Local File Inclusion (LFI) / Remote File Inclusion (RFI)
The following list are common operating system files
LINK | TOOL | ASSCOIATION |
---|---|---|
link | snmpwalk (SNMP) | PROTOCOL ENUMERATION |
link | showmount (NFS) | PROTOCOL ENUMERATION |
link | rpcinfo (RPC) | PROTOCOL ENUMERATION |
link | impacket-rpcdump | PROTOCOL ENUMERATION |
link | nmap search engine (NSE) | PROTOCOL ENUMERATION |
link | impacket-lookupsid | PROTOCOL ENUMERATION |
link | enum4linux | PROTOCOL ENUMERATION |
link | dig (LDAP) | PROTOCOL ENUMERATION |
link | impacket-GetNPUsers (LDAP) | PROTOCOL ENUMERATION |
link | smbmap (SMB) | PROTOCOL ENUMERATION |
link | nbtscan | PROTOCOL ENUMERATION |
TOP OF PAGE |
PROTOCOL ENUMERATION
Local File Inclusion (LFI) / Remote File Inclusion (RFI)
The following list are common operating system files
LINK | TOOL | ASSCOIATION |
---|---|---|
link | smbclient | FILE ENUMERATION |
link | ftp | FILE ENUMERATION |
link | openssl | FILE ENUMERATION |
link | rpcclient | FILE ENUMERATION |
link | smbmap | FILE ENUMERATION |
link | crackmapexec | FILE ENUMERATION |
link | enum4linux-ng | FILE ENUMERATION |
link | showmount | FILE ENUMERATION |
link | braa | FILE ENUMERATION |
link | msf6 | FILE ENUMERATION |
TOP OF PAGE |
PROTOCOL ENUMERATION
Local File Inclusion (LFI) / Remote File Inclusion (RFI)
The following list are common operating system files
LINK | TOOL | ASSCOIATION |
---|---|---|
link | snmpwalk | UDP ENUMERATION |
link | onesixtyone | UDP ENUMERATION |
TOP OF PAGE |
PROTOCOL ENUMERATION
Local File Inclusion (LFI) / Remote File Inclusion (RFI)
The following list are common operating system files
LINK | TOOL | ASSCOIATION |
---|---|---|
link | sqlmap | SQL ENUMERATION |
link | mysql | SQL ENUMERATION |
link | mssqlclient (MSSQL) | SQL ENUMERATION |
link | sqlplus (Oracle) | SQL ENUMERATION |
link | odat.py (Oracle) | SQL ENUMERATION |
link | braa | SQL ENUMERATION |
link | msf6 | SQL ENUMERATION |
TOP OF PAGE |
PROTOCOL ENUMERATION
Local File Inclusion (LFI) / Remote File Inclusion (RFI)
The following list are common operating system files
LINK | TOOL | ASSCOIATION |
---|---|---|
link | LRFI / RFI | WEB ENUMERATION |
link | gobuster | WEB ENUMERATION |
link | dirb | WEB ENUMERATION |
link | curl | WEB ENUMERATION |
link | whatweb | WEB ENUMERATION |
none | Ctl+U (Source Code) | WEB ENUMERATION |
soon | robots.txt | WEB ENUMERATION |
soon | ffuf | WEB ENUMERATION |
soon | hydra | WEB ENUMERATION |
soon | dig | WEB ENUMERATION |
soon | dnsenum | WEB ENUMERATION |
none | HTTP VERBS (HEAD PUT DELETE OPTIONS PATCH GET POST) | WEB ENUMERATION |
soon | Insecure Direct Object References (IDOR) | WEB ENUMERATION |
Burpsuite | WEB ENUMERATION | |
Dirbuster | WEB ENUMERATION | |
Nikto | WEB ENUMERATION | |
WordPress | WEB ENUMERATION | |
Google Bots | WEB ENUMERATION | |
TOP OF PAGE |
PROTOCOL ENUMERATION
Local File Inclusion (LFI) / Remote File Inclusion (RFI)
The following list are common operating system files
LINK | TOOL | ASSCOIATION |
---|---|---|
link | RDP (Remote Desktop Protocol) | WINDOWS ENUMERATION |
link | rdp-sec-check.pl | WINDOWS ENUMERATION |
link | xfreerdp | WINDOWS ENUMERATION |
link | evil-winrm | WINDOWS ENUMERATION |
link | wmiexec.py | WINDOWS ENUMERATION |
link | crackmapexec | WINDOWS ENUMERATION |
TOP OF PAGE |
PROTOCOL ENUMERATION
Local File Inclusion (LFI) / Remote File Inclusion (RFI)
The following list are common operating system files
LINK | TOOL | ASSCOIATION |
---|---|---|
link | Juicy Potato | WINDOWS PRIVILEGE IMPERSONATION |
link | mimikatz | WINDOWS PRIVILEGE IMPERSONATION |
link | sam dump (hklm/sam) | WINDOWS PRIVILEGE IMPERSONATION |
TOP OF PAGE |
PROTOCOL ENUMERATION
Local File Inclusion (LFI) / Remote File Inclusion (RFI)
The following list are common operating system files
LINK | TOOL | ASSCOIATION |
---|---|---|
link | UPnP | WINDOWS PRIVESC |
link | PSexec | WINDOWS PRIVESC |
link | PowerUp.ps1 | WINDOWS PRIVESC |
TOP OF PAGE |
PROTOCOL ENUMERATION
Local File Inclusion (LFI) / Remote File Inclusion (RFI)
The following list are common operating system files
LINK | TOOL | ASSCOIATION |
---|---|---|
link | kerbrute | DOMAIN CONTROLLER |
link | mimikatz | DOMAIN CONTROLLER |
TOP OF PAGE |
PROTOCOL ENUMERATION
Local File Inclusion (LFI) / Remote File Inclusion (RFI)
The following list are common operating system files
LINK | TOOL | ASSCOIATION |
---|---|---|
link | linpeas.sh | LINUX ENUMERATION |
link | enum4linux-ng | LINUX ENUMERATION |
TOP OF PAGE |
PROTOCOL ENUMERATION
Local File Inclusion (LFI) / Remote File Inclusion (RFI)
The following list are common operating system files
LINK | TOOL | ASSCOIATION |
---|---|---|
link | sudo -l | LINUX PRIVESC |
link | pspy or pspy64 | LINUX PRIVESC |
link | ssh-audit | LINUX PRIVESC |
link | ssh-keygen | LINUX PRIVESC |
TOP OF PAGE |
PROTOCOL ENUMERATION
Local File Inclusion (LFI) / Remote File Inclusion (RFI)
The following list are common operating system files
LINK | TOOL | ASSCOIATION |
---|---|---|
link | python3 -m http.server 80 | TRANSFER FILES |
link | wget | TRANSFER FILES |
link | curl -o | TRANSFER FILES |
link | scp | TRANSFER FILES |
link | base64, echo base64 -d | TRANSFER FILES |
link | md5sum | TRANSFER FILES |
TOP OF PAGE |
PROTOCOL ENUMERATION
Local File Inclusion (LFI) / Remote File Inclusion (RFI)
The following list are common operating system files
LINK | TOOL | ASSCOIATION |
---|---|---|
link | ssh | CONNECTIONS |
link | netcat (nc) | CONNECTIONS |
link | socat | CONNECTIONS |
link | sqsh (SQL) | CONNECTIONS |
link | mysql (SQL) | CONNECTIONS |
link | ftp | CONNECTIONS |
link | impacket-smbserver | CONNECTIONS |
link | pth-winexe (kerberos) | CONNECTIONS |
link | crackmapexec | CONNECTIONS |
link | rpcclient (RPC) | CONNECTIONS |
link | rdesktop (RDP) | CONNECTIONS |
link | xfreerdp (RDP) | CONNECTIONS |
link | evil-winrm (WINRM) | CONNECTIONS |
link | proxychains (pivoting) | CONNECTIONS |
link | smbclient (SMB) | CONNECTIONS |
link | pwsh (internal power shell) | CONNECTIONS |
link | netstat (to verify connections) | CONNECTIONS |
link | evil-winrm (WINRM) | CONNECTIONS |
link | proxychains (pivoting) | CONNECTIONS |
link | smbclient (SMB) | CONNECTIONS |
link | pwsh (internal power shell) | CONNECTIONS |
link | netstat (to verify connections) | CONNECTIONS |
TOP OF PAGE |
PROTOCOL ENUMERATION
Local File Inclusion (LFI) / Remote File Inclusion (RFI)
The following list are common operating system files
LINK | TOOL | ASSCOIATION |
---|---|---|
link | smbmap (SMB) | MOUNTS |
link | nfsmount (NFS) | MOUNTS |
TOP OF PAGE |
PROTOCOL ENUMERATION
Local File Inclusion (LFI) / Remote File Inclusion (RFI)
The following list are common operating system files
LINK | TOOL | ASSCOIATION |
---|---|---|
link | msfvenom | PAYLOAD CREATION |
link | shellter | PAYLOAD CREATION |
TOP OF PAGE |
PROTOCOL ENUMERATION
Local File Inclusion (LFI) / Remote File Inclusion (RFI)
The following list are common operating system files
LINK | TOOL | ASSCOIATION |
---|---|---|
link | cewl (create lists) | PASSWORD CRACKING |
link | hashcat | PASSWORD CRACKING |
link | john the ripper | PASSWORD CRACKING |
link | Default Credentials | PASSWORD CRACKING |
link | Weak Credentials | PASSWORD CRACKING |
link | misconfigurations | PASSWORD CRACKING |
TOP OF PAGE |
PROTOCOL ENUMERATION
Local File Inclusion (LFI) / Remote File Inclusion (RFI)
The following list are common operating system files
LINK | TOOL | ASSCOIATION |
---|---|---|
link | crackmapexec | BRUTE FORCE |
link | hydra | BRUTE FORCE |
link | medusa | BRUTE FORCE |
link | wpscan | BRUTE FORCE |
link | ncrack | BRUTE FORCE |
TOP OF PAGE |
PROTOCOL ENUMERATION
Local File Inclusion (LFI) / Remote File Inclusion (RFI)
The following list are common operating system files
LINK | TOOL | ASSCOIATION |
---|---|---|
link | searchsploit | EXPLOIT SEARCH |
link | metasploit | EXPLOIT SEARCH |
link | EXPLOIT SEARCH | |
TOP OF PAGE |
PROTOCOL ENUMERATION
Local File Inclusion (LFI) / Remote File Inclusion (RFI)
The following list are common operating system files
LINK | TOOL | ASSCOIATION |
---|---|---|
link | msfvenom | EXPLOIT CREATION |
link | msfconsole | EXPLOIT CREATION |
TOP OF PAGE |
PROTOCOL ENUMERATION
Local File Inclusion (LFI) / Remote File Inclusion (RFI)
The following list are common operating system files
LINK | TOOL | ASSCOIATION |
---|---|---|
link | gcc | COMPILER |
link | i686-w64-mingw32-gcc | COMPILER |
TOP OF PAGE |
PROTOCOL ENUMERATION
Local File Inclusion (LFI) / Remote File Inclusion (RFI)
The following list are common operating system files
LINK | TOOL | ASSCOIATION |
---|---|---|
link | sqlmap | SQL ENUMERATION / EXPLOITATION |
link | sql injection | SQL ENUMERATION / EXPLOITATION |
TOP OF PAGE |
PROTOCOL ENUMERATION
Local File Inclusion (LFI) / Remote File Inclusion (RFI)
The following list are common operating system files
LINK | TOOL | ASSCOIATION |
---|---|---|
link | jwt (Jason Token) | TOKENS / COOKIES |
link | — | TOKENS / COOKIES |
TOP OF PAGE |
PROTOCOL ENUMERATION
Local File Inclusion (LFI) / Remote File Inclusion (RFI)
The following list are common operating system files
LINK | TOOL | ASSCOIATION |
---|---|---|
link | /var/www/ (Apache) | DEFAULT CONFIGURATION |
link | — (ISS Windows) | DEFAULT CONFIGURATION |
link | — (Nginx) | DEFAULT CONFIGURATION |
TOP OF PAGE |