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
f4527b28a3
commit
5aab452409
1 changed files with 8 additions and 0 deletions
|
@ -16,6 +16,14 @@
|
|||
### Execute as diffent user
|
||||
`sudo -u <user> <command>`
|
||||
|
||||
### FTP
|
||||
Connect to ftp on the machine<br/>
|
||||
`ftp user <ip>`
|
||||
|
||||
Download files recusively<br/>
|
||||
` wget -r ftp://user:pass@<ip>/ `
|
||||
|
||||
|
||||
### SMB Shares
|
||||
|
||||
#### SmbClient
|
||||
|
|
Loading…
Reference in a new issue