Update Cheat Sheet.md

This commit is contained in:
AbdullahRizwan101 2020-11-16 15:14:59 -05:00 committed by GitHub
parent ca789c8e70
commit 82bc7745ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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