Rapid7 Vulnerability & Exploit Database

Apache NiFi Version Scanner

Back to Search

Apache NiFi Version Scanner

Created
05/29/2023

Description

This module identifies Apache NiFi websites and reports their version number. Tested against NiFi major releases 1.14.0 - 1.21.0, and 1.11.0-1.13.0 Also works against NiFi <= 1.13.0, but the module needs to be adjusted: set SSL false set rport 8080

Author(s)

  • h00die

Development

Module Options

To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':

msf > use auxiliary/scanner/http/apache_nifi_version
msf auxiliary(apache_nifi_version) > show actions
    ...actions...
msf auxiliary(apache_nifi_version) > set ACTION < action-name >
msf auxiliary(apache_nifi_version) > show options
    ...show and set options...
msf auxiliary(apache_nifi_version) > run 

Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.

– Jim O’Gorman | President, Offensive Security

;