mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2025-02-18 04:58:24 +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
|
* $file.GetNetworkCredential().password
|
||||||
|
|
||||||
### Evil-winrm
|
### 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
|
### Psexec.py
|
||||||
` python psexec.py DOMAIN/USER:PASS@IP`
|
` python psexec.py DOMAIN/USER:PASS@IP`
|
||||||
|
|
Loading…
Add table
Reference in a new issue