nxc-ftp
netExec FTP module
TLDR
Check FTP credentials
$ nxc ftp [target] -u [user] -p [password]
Anonymous login check$ nxc ftp [target] -u anonymous -p anonymous
List directory$ nxc ftp [target] -u [user] -p [password] --ls [/path]
Download file$ nxc ftp [target] -u [user] -p [password] --get [file]
SYNOPSIS
nxc ftp [target] [options]
DESCRIPTION
nxc ftp is the NetExec FTP module. Tests FTP server security.
The tool checks credentials and access. Part of NetExec suite.
PARAMETERS
TARGET
FTP server address.-u USER
Username.-p PASSWORD
Password.--ls PATH
List directory.--get FILE
Download file.--put FILE
Upload file.--help
Display help information.
CAVEATS
Security tool. Authorized use only. Part of NetExec.
HISTORY
nxc ftp provides FTP penetration testing capabilities within NetExec.
