Update Cheat Sheet.md

This commit is contained in:
ARZ 2022-05-03 22:51:36 +05:00 committed by GitHub
parent 72ed108b0c
commit bea8cbbfe2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -364,6 +364,20 @@ Alternatively this can be done with metaslpoit's post exploitation module
* $file.GetNetworkCredential().username
* $file.GetNetworkCredential().password
### Applocker
We can list the applocker policies by running this powershell command
```
Get-AppLockerPolicy -effective -xml
```
Or
```
Get-ChildItem -Path HKLM:\SOFTWARE\Policies\Microsoft\Windows\SrpV2\Exe
```
### Evil-winrm
`evil-winrm -i IP -u <USER> -p <PASS>`