Update README.md

This commit is contained in:
Joe Totes
2022-09-01 12:59:02 -04:00
committed by GitHub
parent 70186daff9
commit 6fd6837fb1

View File

@@ -508,6 +508,21 @@ nmap -v -p 139, 445 --script=smb-os-discovery {IP ADDRESS}
## MSSQL [1433]
<br />
```bash
# Impacket-mssqlclient
impacket-mssqlclient {USERNAME}:'{PASSWORD}'@{IP ADDRESS} -windows-auth
# Note: Requires credentials
# {IP ADDRESS}: IP Address of the Server
# {USERNAME}: User Authentication
# {PASSWORD}: Password Authentication
```
<br />
## NFS [2049]