From 76a48131dd2f3ce1bc5cd1834da37163a2dce6b3 Mon Sep 17 00:00:00 2001
From: Joe Totes <59018247+Totes5706@users.noreply.github.com>
Date: Sat, 30 Jul 2022 15:49:32 -0400
Subject: [PATCH] Update README.md
---
README.md | 19 ++++---------------
1 file changed, 4 insertions(+), 15 deletions(-)
diff --git a/README.md b/README.md
index 6e37b81..dee7daf 100644
--- a/README.md
+++ b/README.md
@@ -177,20 +177,11 @@ directory-list-lowercase-2.3-medium.txt
-**OVERVIEW**
-
-| | |
-| :-----------: | :-----------: |
-| Description | Connect to SMB |
-| Download | Pre-installed on Kali Linux |
-
-
-
-**USAGE**
-
-
-
```bash
+# About: Used to connect to SMB
+# Download: Pre-installed on Kali Linux
+
+# Usage
# List all SMB Shares
smbclient -L {TARGET_IP}
@@ -203,8 +194,6 @@ smbclient -N \\\\{TARGET_IP}\\{SHARE} -u Administrator
-
-
## MSSQL [1433]