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
c16dfb47b9
commit
7f41b3c084
1 changed files with 5 additions and 0 deletions
|
@ -46,6 +46,11 @@ dir /a `show all hidden files & folder`<br/>
|
|||
dir /a:d `show only hidden folder`<br/>
|
||||
dir /a:h `show only hidden files`<br/>
|
||||
|
||||
# Meterpreter
|
||||
|
||||
### Adding user for RDP
|
||||
run getgui -u [USER_NAME] -p [PASS]
|
||||
|
||||
# King Of The Hill (KoTH)
|
||||
### Monitoring and Closing Shell (Linux)
|
||||
* strace `debugging / tamper with processes`
|
||||
|
|
Loading…
Reference in a new issue