mirror of https://github.com/n1nj4sec/pupy.git
dbus is built-in
This commit is contained in:
parent
f84b41056c
commit
cf623e97f4
|
@ -21,10 +21,11 @@ class LaZagne(PupyModule):
|
|||
|
||||
dependencies = {
|
||||
'all': [ 'sqlite3', '_sqlite3', 'xml', '_elementtree',
|
||||
'calendar', 'xml', 'xml.etree', 'lazagne', 'colorama', 'laZagne', 'memorpy'],
|
||||
'calendar', 'xml', 'xml.etree', 'lazagne', 'colorama', 'laZagne',
|
||||
'memorpy', 'ConfigParser' ],
|
||||
'windows': [ 'win32crypt', 'win32api', 'win32con', 'win32cred',
|
||||
'impacket', 'win32security', 'win32net', 'pyexpat', 'gzip' ],
|
||||
'linux': [ 'dbus', 'secretstorage', 'crypt' ]
|
||||
'linux': [ 'secretstorage', 'crypt' ]
|
||||
}
|
||||
|
||||
def init_argparse(self):
|
||||
|
|
Loading…
Reference in New Issue