Get and Put files
Get a remote file or send a remote file using CrackMapExec
Send a local file to the remote target
#~ cme smb 172.16.251.152 -u user -p pass --put-file /tmp/whoami.txt \\Windows\\Temp\\whoami.txt

Get a remote file on the remote target
#~ cme smb 172.16.251.152 -u user -p pass --get-file \\Windows\\Temp\\whoami.txt /tmp/whoami.txt

Last modified 2yr ago