2022-07-30 11:53:36 -04:00
2022-07-30 10:25:15 -04:00
2022-07-30 11:53:36 -04:00

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

NMAP Automator

Useful script that automates multiple enumeration scans in succession.

Download: nmapAutomator.sh

USAGE:

./nmapAutomator.sh --host {IP ADDRESS} --type All

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

FTP [21]

SSH [22]

DNS [53]

FINGER [79]

Web Server [80, 443]

Kerberos [88]

POP3 [110]

SNMP [161]

LDAP [389]

SMB [445]

MSSQL [1433]

NFS [2049]

RDP [3389]

WINRM [5985, 5986]

Reverse Shell

Linux

Windows

Privilege Escalation

Linux

Windows

Password Cracking

Description
A compilation of important commands, files, and tools used in Pentesting
https://github.com/Totes5706/Offensive-Security-Cheat-Sheet
Readme 480 KiB
Languages
Markdown 100%