Update Cheat Sheet.md

This commit is contained in:
AbdullahRizwan101 2020-10-25 08:41:42 -04:00 committed by GitHub
parent ec70db70e3
commit 7e767d0c54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,8 +16,8 @@
### Looking for smb shares
#### SmbClient
* smbclient -L \\\\<ip\\
* smbclient \\\\<ip>\\<share> `accessing a share`
* smbclient -L `\\\\<ip\\`
* smbclient `\\\\<ip>\\<share>` accessing a share`
#### Smbmap
* smbmap -U anonymous -H <ip>