Skip to content

Commit 171cc7d

Browse files
author
Brent Cook
committed
slight wording tweak
1 parent d79f4fb commit 171cc7d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/auxiliary/scanner/http/cisco_firepower_login.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ def initialize(info={})
1818
super(update_info(info,
1919
'Name' => 'Cisco Firepower Management Console 6.0 Login',
2020
'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.
21+
This module attempts to authenticate to a Cisco Firepower Management console via HTTPS.
22+
The credentials are also used for SSH, which could allow remote code execution.
2423
},
2524
'Author' => [ 'sinn3r' ],
2625
'License' => MSF_LICENSE,

0 commit comments

Comments
 (0)