mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2025-02-16 12:08:24 +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…
Add table
Reference in a new issue