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
b42c577c41
commit
b84f8be9d6
1 changed files with 3 additions and 2 deletions
|
@ -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>`
|
||||
|
|
Loading…
Reference in a new issue