Blog Post
CalumS
Bronze 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.
Mary2512
2 months agoBronze II
Thank you CalumS thats been really helpful