Skip to content

Commit

Permalink
adding new category - retrieve pwd from memory
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroZ committed Apr 27, 2017
1 parent 0eac9bf commit 69cc55e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Linux/lazagne/config/manageModules.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@
from lazagne.softwares.databases.squirrel import Squirrel
from lazagne.softwares.databases.dbvis import DbVisualizer
from lazagne.softwares.databases.sqldeveloper import SQLDeveloper
# memory
from lazagne.softwares.memory.mimipy import Mimipy

def get_categories():
category = {
'chats': {'help': 'Chat clients supported'},
'sysadmin': {'help': 'SCP/SSH/FTP/FTPS clients supported'},
'database': {'help': 'SQL clients supported'},
'mails': {'help': 'Email clients supported'},
'memory': {'help': 'Retrieve passwords from memory'},
'wifi': {'help': 'Wifi'},
'browsers': {'help': 'Web browsers supported'},
'wallet': {'help': 'Windows credentials (credential manager, etc.)'}
Expand All @@ -43,6 +46,7 @@ def get_modules():
Gnome(),
Jitsi(),
Mozilla(),
Mimipy(),
Opera(),
Pidgin(),
Shadow(),
Expand Down
Empty file.

0 comments on commit 69cc55e

Please sign in to comment.