Options (2)
-u, --usernamebooleanSearch for valid credentials by trying out every combination in the specified lists of usernames and passwords
Example:
nxc ftp {{192.168.178.2}} {{[-u|--username]}} {{path/to/usernames.txt}} {{[-p|--password]}} {{path/to/passwords.txt}}-p, --passwordbooleanSearch for valid credentials by trying out every combination in the specified lists of usernames and passwords
Example:
nxc ftp {{192.168.178.2}} {{[-u|--username]}} {{path/to/usernames.txt}} {{[-p|--password]}} {{path/to/passwords.txt}}Examples (5)
Search for valid credentials by trying out every combination in the specified lists of usernames and passwords
nxc ftp 192.168.178.2 [-u|--username] path/to/usernames.txt [-p|--password] path/to/passwords.txtContinue searching for valid credentials even after valid credentials have been found
nxc ftp 192.168.178.2 [-u|--username] path/to/usernames.txt [-p|--password] path/to/passwords.txt --continue-on-successPerform directory listings on each FTP server the supplied credentials are valid on
nxc ftp 192.168.178.0/24 [-u|--username] username [-p|--password] password --lsDownload the specified file from the target server
nxc ftp 192.168.178.2 [-u|--username] username [-p|--password] password --get path/to/fileUpload the specified file to the target server at the specified location
nxc ftp 192.168.178.2 [-u|--username] username [-p|--password] password --put path/to/local_file path/to/remote_locationmade by @shridhargupta | data from tldr-pages