Skip to content

Commit

Permalink
Merge pull request RhinoSecurityLabs#174 from RhinoSecurityLabs/modul…
Browse files Browse the repository at this point in the history
…e_archiving

autocomplete console
  • Loading branch information
SpenGietz authored May 7, 2020
2 parents 78725fb + b724efd commit 321f176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pacu.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Main:
'aws', 'data', 'exec', 'exit', 'help', 'import_keys', 'list', 'load_commands_file',
'ls', 'quit', 'regions', 'run', 'search', 'services', 'set_keys', 'set_regions',
'swap_keys', 'update_regions', 'whoami', 'swap_session', 'sessions',
'list_sessions', 'delete_session', 'export_keys'
'list_sessions', 'delete_session', 'export_keys', 'open_console', 'console'
]

def __init__(self):
Expand Down

0 comments on commit 321f176

Please sign in to comment.