Commit f1903b8b by Marcin Bury Committed by Mariusz Kupidura

Fixing Cisco Firepower Management RCE exploit typo (#221)

parent e670169a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment