Update Cheat Sheet.md

This commit is contained in:
AbdullahRizwan101 2020-10-25 10:00:03 -04:00 committed by GitHub
parent b42c577c41
commit b84f8be9d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,8 +16,9 @@
### Looking for smb shares
#### SmbClient
* smbclient -L `\\\\<ip\\`
* smbclient `\\\\<ip>\\<share>` accessing a share`
* `smbclient -L \\\\<ip\\` listing all shares
* `smbclient \\\\<ip>\\<share>` accessing a share anonymously
* `smbclient \\\\10.10.209.122\\<share> -U <share> `accessing a share with an authorized user
#### Smbmap
* `smbmap -u <username> -p <password> -H <ip>`