ftp_version: Various improvements#21378
Open
g0tmi1k wants to merge 9 commits intorapid7:masterfrom
Open
Conversation
adfoster-r7
reviewed
Apr 27, 2026
3d18f78 to
78166c6
Compare
Contributor
Author
msf auxiliary(scanner/ftp/ftp_version) > reload
[*] Reloading module...
msf auxiliary(scanner/ftp/ftp_version) >
msf auxiliary(scanner/ftp/ftp_version) > options
Module options (auxiliary/scanner/ftp/ftp_version):
Name Current Setting Required Description
---- --------------- -------- -----------
RHOSTS 10.0.0.10 yes The target host(s), see https://docs.metasploit.com/docs/using-metasploit/basics/using-metasploit.html
RPORT 21 yes The target port (TCP)
THREADS 1 yes The number of concurrent threads (max one per host)
View the full module info with the info, or info -d command.
msf auxiliary(scanner/ftp/ftp_version) >
msf auxiliary(scanner/ftp/ftp_version) > run
[*] 10.0.0.10:21 - Connecting to FTP server 10.0.0.10:21...
[*] 10.0.0.10:21 - Connected to target FTP server.
[+] 10.0.0.10:21 - FTP Banner: vsFTPd 2.3.4
[*] 10.0.0.10:21 - Scanned 1 of 1 hosts (100% complete)
[*] Auxiliary module execution completed
msf auxiliary(scanner/ftp/ftp_version) >
msf auxiliary(scanner/ftp/ftp_version) > set RPORT 2121
RPORT => 2121
msf auxiliary(scanner/ftp/ftp_version) > run
[*] 10.0.0.10:2121 - Connecting to FTP server 10.0.0.10:2121...
[*] 10.0.0.10:2121 - Connected to target FTP server.
[+] 10.0.0.10:2121 - FTP Banner: ProFTPD 1.3.1 Server (Debian) [::ffff:10.0.0.10]
[*] 10.0.0.10:2121 - Scanned 1 of 1 hosts (100% complete)
[*] Auxiliary module execution completed
msf auxiliary(scanner/ftp/ftp_version) >
msf auxiliary(scanner/ftp/ftp_version) > workspace -v
Workspaces
==========
current name hosts services vulns creds loots notes
------- ---- ----- -------- ----- ----- ----- -----
* default 1 2 0 0 0 0
msf auxiliary(scanner/ftp/ftp_version) > services
Services
========
host port proto name state info resource parents
---- ---- ----- ---- ----- ---- -------- -------
10.0.0.10 21 tcp ftp open vsFTPd 2.3.4 {}
10.0.0.10 2121 tcp ftp open ProFTPD 1.3.1 Server (Debian) [::ffff:10.0.0.10] {}
msf auxiliary(scanner/ftp/ftp_version) > |
116233e to
0cf2482
Compare
57c88ca to
896421d
Compare
Contributor
Author
|
This now needs #21380 to be merged ahead of time. |
c2f518c to
ef71838
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR covers:
220 (vsFTPd 2.3.4)\x0d\x0a220 (vsFTPd 2.3.4)Before
After