Update README.md

This commit is contained in:
Joe Totes
2022-07-30 15:49:32 -04:00
committed by GitHub
parent 68a92f176a
commit 76a48131dd

View File

@@ -177,20 +177,11 @@ directory-list-lowercase-2.3-medium.txt
<br />
**OVERVIEW**
| | |
| :-----------: | :-----------: |
| Description | Connect to SMB |
| Download | Pre-installed on Kali Linux |
<br />
**USAGE**
<br />
```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
<br />
<br />
## MSSQL [1433]
<br />