smbexec.py
A similar approach to PSEXEC w/o using RemComSvc. The technique is described here. Our implementation goes one step further, instantiating a local smbserver to receive the output of the commands. This is useful in the situation where the target machine does NOT have a writeable share available.
# smbexec
# A similar approach to PSEXEC w/o using RemComSvc. The technique is described here.
# Instantiating a local smbserver to receive the output of the commands.
# This is useful in the situation where the target machine does NOT have a writeable share available.
smbexec.py domain/user:password@IP <command>