Throughout December we are unwrapping, fresh content, celebrating this year’s successes, and gifting you with the tools and insight you need to be ready for 2025.
Updated 10 months ago
Version 7.0I 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
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.
Thank you CalumS thats been really helpful