mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2024-11-29 07:00:31 +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
|
### MSSQL Code Execution
|
||||||
|
|
||||||
Using `use admin/mssql/mssql_exec` we can execute code by specifying the credentials<br />
|
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
|
# Git
|
||||||
|
|
Loading…
Reference in a new issue