I have a Windows machine I'm trying to compromise and I've managed to gain access to a SMB share as a guest user. Currently, I've uploaded a bind_tcp payload to the share and I'd like to execute it remotely. I am able to obtain a meterpreter shell when I manually log into the machine as guest and execute.
So far, I've tried smbmap, smbexec, and crackmapexec with no luck using the -x option. I've also tried psexec_command but the I get an issue where it tries to clean up files in the windows directory. Since I am not an admin, the command cannot continue as expected.
What could be some other possible methods to successfully execute this payload remotely?
I feel like it's also important to note that I can connect and list the share using smbclient, but I am not aware of any execution functions.