LinuxCommandLibrary

nxc-ftp

netExec FTP module

TLDR

Check FTP credentials

$ nxc ftp [target] -u [user] -p [password]
copy
Anonymous login check
$ nxc ftp [target] -u anonymous -p anonymous
copy
List directory
$ nxc ftp [target] -u [user] -p [password] --ls [/path]
copy
Download file
$ nxc ftp [target] -u [user] -p [password] --get [file]
copy

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.

SEE ALSO

nxc(1), ftp(1), lftp(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community