Update README.md
This commit is contained in:
50
README.md
50
README.md
@@ -1,10 +1,10 @@
|
|||||||
## Offensive Security Cheat Sheet
|
# 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.
|
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 
|
[Link](url) and 
|
||||||
```
|
```
|
||||||
### 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
|
||||||
|
|||||||
Reference in New Issue
Block a user