Skip to content

Commit

Permalink
Fixing Cisco Firepower Management RCE exploit typo (threat9#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyoa authored and fwkz committed Apr 4, 2017
1 parent e670169 commit f1903b8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ class Exploit(exploits.Exploit):
username = exploits.Option('admin', 'Default username to log in')
password = exploits.Option('Admin123', 'Default password to log in')

newusername = exploits.Option('', 'New backdoor username (Default: Random')
newpassword = exploits.Option('', 'New backdoor password (Default: Random')
newusername = exploits.Option('', 'New backdoor username (Default: Random)')
newpassword = exploits.Option('', 'New backdoor password (Default: Random)')

session = None

Expand Down

0 comments on commit f1903b8

Please sign in to comment.