We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d79f4fb commit 171cc7dCopy full SHA for 171cc7d
modules/auxiliary/scanner/http/cisco_firepower_login.rb
@@ -18,9 +18,8 @@ def initialize(info={})
18
super(update_info(info,
19
'Name' => 'Cisco Firepower Management Console 6.0 Login',
20
'Description' => %q{
21
- This module will attempt to authenticate to a Cisco Firepower Management console via HTTPS.
22
- The credentials are also used for SSH, which would potentially give you remote code
23
- execution.
+ This module attempts to authenticate to a Cisco Firepower Management console via HTTPS.
+ The credentials are also used for SSH, which could allow remote code execution.
24
},
25
'Author' => [ 'sinn3r' ],
26
'License' => MSF_LICENSE,
0 commit comments