Blog Post
Mary2512
Bronze II
I am struggling on Q14 of the scanning lab, anyone got any hints they can share, have tried smb-enum-shares - don't know where I am going wrong
CalumS
2 months agoBronze II
I got this by starting with a guest login attempt to the target using the smbclient command, like so: smbclient -L \\TargetIP -U guest -m SMB2. This will list the available shares on the target system. Once you see the available shares, you can modify your code by adding the appropriate share as a route after the IP address to proceed with accessing the shared resources.
- Mary25122 months agoBronze II
Thank you CalumS thats been really helpful