Update Cheat Sheet.md

This commit is contained in:
ARZ 2022-03-27 02:30:51 +05:00 committed by GitHub
parent ca864bcb04
commit 30a14632f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -364,7 +364,11 @@ Alternatively this can be done with metaslpoit's post exploitation module
* $file.GetNetworkCredential().password
### Evil-winrm
`evil-winrm -i 10.10.213.169 -u <USER> -p '<PASS>'`
`evil-winrm -i IP -u <USER> -p <PASS>`
To use evil-winrm on port 5986 (with a certificate)
`evil-winrm --i IP -u <USER> -p <PASS> -S -c file.crt -k file.key`
### Psexec.py
` python psexec.py DOMAIN/USER:PASS@IP`