Linux command
nxc-ftp 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
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]
说明
nxc ftp is the NetExec FTP module. Tests FTP server security. The tool checks credentials and access. Part of NetExec suite.
参数
- -u _USER_
- Username.
- -p _PASSWORD_
- Password.
- --ls _PATH_
- List directory.
- --get _FILE_
- Download file.
- --put _FILE_
- Upload file.
- --help
- Display help information.
FAQ
What is the nxc-ftp command used for?
nxc ftp is the NetExec FTP module. Tests FTP server security. The tool checks credentials and access. Part of NetExec suite.
How do I run a basic nxc-ftp example?
Run `nxc ftp [target] -u [user] -p [password]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -u _USER_ do in nxc-ftp?
Username.