mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2024-11-22 12:03:03 +00:00
Update Cheat Sheet.md
This commit is contained in:
parent
ec70db70e3
commit
7e767d0c54
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue