File Upload & Download
Instructions for using FTP commands to access and transfer files using NetExec.
Download a File
nxc ftp <ip> -u <username> -p <password> --get <filename>nxc ftp 10.10.176.246 -u frank -p D2xc9CgD --get ftp_flag.thm
FTP 10.10.176.246 21 10.10.176.246 [*] Banner: (vsFTPd 3.0.3)
FTP 10.10.176.246 21 10.10.176.246 [+] frank:D2xc9CgD
FTP 10.10.176.246 21 10.10.176.246 [+] Downloaded: ftp_flag.thmUpload a File
nxc ftp <ip> -u <username> -p <password> --put <local-file> <remote-path>nxc ftp 10.10.176.246 -u frank -p D2xc9CgD --put test.txt test.txt
FTP 10.10.176.246 21 10.10.176.246 [*] Banner: (vsFTPd 3.0.3)
FTP 10.10.176.246 21 10.10.176.246 [+] frank:D2xc9CgD
FTP 10.10.176.246 21 10.10.176.246 [+] Uploaded: test.txt to test.txtLast updated
Was this helpful?

