mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2024-11-25 13:20:18 +00:00
Update Cheat Sheet.md
This commit is contained in:
parent
1a21bdf555
commit
688c7cc4ce
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue