Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
h00die committed May 26, 2023
1 parent 7c27905 commit 93479be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Also works against NiFi <= 1.13.0, but the module needs to be adjusted:

### Docker Install

Apache manages Docker installs for nifi with version numbers, simply select the version number you wish to install. Examples:
Apache manages Docker installs for NiFi with version numbers, simply select the version number you wish to install. Examples:

```
docker run -p 8443:8443 -d apache/nifi:1.21.0
Expand All @@ -34,7 +34,7 @@ docker run -p 8080:8080 -d apache/nifi:1.11.0
1. Do: `use auxiliary/scanner/http/apache_nifi_version`
1. Do: `set rhosts [ip]`
1. Do: `run`
1. You should get back the version number of the nifi instance
1. You should get back the version number of the NiFi instance

## Options

Expand Down
2 changes: 0 additions & 2 deletions modules/auxiliary/scanner/http/apache_nifi_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,5 @@ def run_host(ip)
else
print_bad("Apache NiFi not detected on #{ip}")
end
rescue ::Rex::ConnectionError
fail_with(Failure::Unreachable, "#{peer} - Could not connect to the web service")
end
end

0 comments on commit 93479be

Please sign in to comment.