Get and Put Files
Get a remote file or send a remote file using NetExec
Last updated
Was this helpful?
Get a remote file or send a remote file using NetExec
Send a local file to the remote target
nxc smb 172.16.251.152 -u user -p pass --put-file /tmp/whoami.txt \\Windows\\Temp\\whoami.txtGet a remote file on the remote target
nxc smb 172.16.251.152 -u user -p pass --get-file \\Windows\\Temp\\whoami.txt /tmp/whoami.txtLast updated
Was this helpful?
Was this helpful?

