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
ca864bcb04
commit
30a14632f9
1 changed files with 5 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue