Update README.md

This commit is contained in:
Joe Totes
2022-07-30 11:26:55 -04:00
committed by GitHub
parent 61ab2b37df
commit c7ff00e761

View File

@@ -1,10 +1,10 @@
# Offensive Security Cheat Sheet # 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. 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 # General Enumeration
### NMAP ## NMAP
```markdown ```markdown
Syntax highlighted code block Syntax highlighted code block
@@ -23,58 +23,58 @@ Syntax highlighted code block
[Link](url) and ![Image](src) [Link](url) and ![Image](src)
``` ```
## Port Enumeration # Port Enumeration
### [21] FTP ## [21] FTP
### [22] SSH ## [22] SSH
### [53] DNS ## [53] DNS
### [79] FINGER ## [79] FINGER
### [80, 443] Web Server ## [80, 443] Web Server
### [88] Kerberos ## [88] Kerberos
### [110] POP3 ## [110] POP3
### [161] SNMP ## [161] SNMP
### [389] LDAP ## [389] LDAP
### [445] SMB ## [445] SMB
### [1433] MSSQL ## [1433] MSSQL
### [2049] NFS ## [2049] NFS
### [3389] RDP ## [3389] RDP
### [5985, 5986] WINRM ## [5985, 5986] WINRM
## Reverse Shell # Reverse Shell
### Linux ## Linux
### Windows ## Windows
## Privilege Escalation # Privilege Escalation
### Linux ## Linux
### Windows ## Windows
## Password Cracking # Password Cracking