mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2024-11-10 06:34:17 +00:00
Update Cheat Sheet.md
This commit is contained in:
parent
ca789c8e70
commit
82bc7745ce
1 changed files with 4 additions and 0 deletions
|
@ -143,6 +143,10 @@ dir /a:h `show only hidden files`<br/>
|
|||
## List Drives
|
||||
`wmic logicaldisk get caption`
|
||||
|
||||
## Decrypting PSCredential Object
|
||||
* $file = Import-Clixml -Path <path_to_file>
|
||||
* $file.GetNetworkCredential().username
|
||||
* $file.GetNetworkCredential().password
|
||||
# Msfvenom
|
||||
### List All Payloads
|
||||
msfvenom -l payloads
|
||||
|
|
Loading…
Reference in a new issue