Update README.md
This commit is contained in:
15
README.md
15
README.md
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user