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