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
d78d095093
commit
b42c577c41
1 changed files with 5 additions and 1 deletions
|
@ -18,10 +18,14 @@
|
|||
#### SmbClient
|
||||
* smbclient -L `\\\\<ip\\`
|
||||
* smbclient `\\\\<ip>\\<share>` accessing a share`
|
||||
|
||||
|
||||
#### Smbmap
|
||||
* `smbmap -u <username> -p <password> -H <ip>`
|
||||
|
||||
#### Smbget
|
||||
|
||||
* `smbget -R smb://<ip>/<share>`
|
||||
|
||||
### Finding Binaries
|
||||
|
||||
* find . - perm /4000 (user id uid)
|
||||
|
|
Loading…
Reference in a new issue