mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2024-11-22 03:53:03 +00:00
Update Cheat Sheet.md
This commit is contained in:
parent
47382dfcf4
commit
6f53f6a000
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,10 @@ wget http://<ip>:port/<file>
|
|||
`nc -l -p [port] > file` Receive file <br/>
|
||||
`nc -w 3 [ip] [port] < file `Send file <br/>
|
||||
|
||||
### Cracaking Zip Archive
|
||||
|
||||
* `fcrackzip -u -D -p <path_to_wordlist> <archive.zip>`
|
||||
|
||||
# Windows
|
||||
|
||||
### Adding User
|
||||
|
|
Loading…
Reference in a new issue