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
7853bd3223
commit
47382dfcf4
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
### Vulnerable sudo version
|
||||
`sudo -u#-1 whoami`
|
||||
|
||||
### Looking for smb shares
|
||||
### SMB Shares
|
||||
|
||||
#### SmbClient
|
||||
* `smbclient -L \\\\<ip\\` listing all shares
|
||||
|
@ -27,7 +27,7 @@
|
|||
|
||||
* `smbget -R smb://<ip>/<share>`
|
||||
|
||||
#### NFS shares
|
||||
### NFS shares
|
||||
* `showmount -e <ip> ` This lists the nfs shares
|
||||
* `mount -t nfs <ip>:/<share_name> <directory_where_to_mount>` Mounting that share
|
||||
### Finding Binaries
|
||||
|
|
Loading…
Reference in a new issue