81 lines
788 B
Markdown
81 lines
788 B
Markdown
# Offensive Security Reference
|
|
|
|
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 
|
|
```
|
|
# 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
|