Files
Offensive-Security-Cheat-Sheet/README.md
2022-07-30 11:22:00 -04:00

81 lines
814 B
Markdown

# Offensive Security Cheat Sheet
Here you will find a useful collection of commands and file resource locations used in Pentesting operations. This reference is will go hand in hand with Kali Linux.
## General Enumeration
### NMAP
```markdown
Syntax highlighted code block
# Header 1
## Header 2
### Header 3
- Bulleted
- List
1. Numbered
2. List
**Bold** and _Italic_ and `Code` text
[Link](url) and ![Image](src)
```
## Port Enumeration
### [21] FTP
### [22] SSH
### [53] DNS
### [79] FINGER
### [80, 443] Web Server
### [88] Kerberos
### [110] POP3
### [161] SNMP
### [389] LDAP
### [445] SMB
### [1433] MSSQL
### [2049] NFS
### [3389] RDP
### [5985, 5986] WINRM
## Reverse Shell
### Linux
### Windows
## Privilege Escalation
### Linux
### Windows
## Password Cracking