Update Cheat Sheet.md

This commit is contained in:
AbdullahRizwan101 2020-12-09 11:25:40 -05:00 committed by GitHub
parent f4527b28a3
commit 5aab452409
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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