Update README.md

This commit is contained in:
Joe Totes
2022-08-04 07:23:08 -04:00
committed by GitHub
parent 2f71f0b4b5
commit eb2b4b953b

View File

@@ -26,6 +26,7 @@ This is intended to be viewed in the blog found here: [Offensive Security Cheat
<br /> <br />
```bash ```bash
# NMAP
# About: A network scanning tool that identifies devices, ports, services, and operating systems # About: A network scanning tool that identifies devices, ports, services, and operating systems
# Download: Pre-installed on Kali Linux # Download: Pre-installed on Kali Linux
@@ -50,6 +51,7 @@ sudo nmap -sU {IP ADDRESS}
<br /> <br />
```bash ```bash
# NMAP Automator
# About: Useful script that automates multiple enumeration scans in succession # About: Useful script that automates multiple enumeration scans in succession
# Download: https://github.com/21y4d/nmapAutomator/blob/master/nmapAutomator.sh # Download: https://github.com/21y4d/nmapAutomator/blob/master/nmapAutomator.sh
@@ -79,13 +81,11 @@ sudo nmap -sU {IP ADDRESS}
## FTP [21] ## FTP [21]
<br />
**ftp**
<br /> <br />
```bash ```bash
# FTP
# About: Connect to FTP server # About: Connect to FTP server
# Download: Pre-installed on Kali Linux # Download: Pre-installed on Kali Linux
@@ -113,14 +113,10 @@ ftp {IP ADDRESS}
## TFTP [69] ## TFTP [69]
<br />
**tftp**
<br /> <br />
```bash ```bash
# TFTP
# About: Connect to TFTP server # About: Connect to TFTP server
# Download: Pre-installed on Kali Linux # Download: Pre-installed on Kali Linux
@@ -142,11 +138,8 @@ tftp {IP ADDRESS}
<br /> <br />
**gobuster**
<br />
```bash ```bash
# Gobuster
# About: Used to brute force web directories # About: Used to brute force web directories
# Download: https://github.com/OJ/gobuster/releases # Download: https://github.com/OJ/gobuster/releases
@@ -186,11 +179,9 @@ directory-list-lowercase-2.3-medium.txt
<br /> <br />
**XXE - XML**
<br />
```bash ```bash
# XXE - External XML Entity
# About: Try against weak XML parsers # About: Try against weak XML parsers
@@ -223,11 +214,8 @@ directory-list-lowercase-2.3-medium.txt
## SMB [445] ## SMB [445]
**smbclient**
<br />
```bash ```bash
# SMBCLIENT
# About: Used to connect to SMB # About: Used to connect to SMB
# Download: Pre-installed on Kali Linux # Download: Pre-installed on Kali Linux
@@ -262,6 +250,7 @@ smbclient -N \\\\{TARGET_IP}\\{SHARE} -U Administrator
<br /> <br />
```bash ```bash
# EVIL WINRM
# About: A tool used to hack WINRM from a linux console # About: A tool used to hack WINRM from a linux console
# Download: Pre-installed on Kali Linux # Download: Pre-installed on Kali Linux