Skip to content

Commit

Permalink
revert pypykatz commits
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroZ committed Mar 5, 2020
1 parent 5bfa61b commit 7af70eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Windows/lazagne/softwares/windows/ppypykatz.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from lazagne.config.module_info import ModuleInfo
from lazagne.config.constant import constant
from lazagne.config.lib.pypykatz.pypykatz import pypykatz
from pypykatz.pypykatz import pypykatz


class Pypykatz(ModuleInfo):
Expand Down
8 changes: 5 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
enum34; python_version < '3.4' and sys_platform == 'win32'
psutil; sys_platform == 'linux' or sys_platform == 'linux2'
secretstorage; sys_platform == 'linux' or sys_platform == 'linux2'
pyasn1
enum34; python_version < '3.4' and sys_platform == 'win32'
rsa; sys_platform == 'win32'
secretstorage; sys_platform == 'linux' or sys_platform == 'linux2'
pycryptodome
https://github.com/AlessandroZ/pypykatz/archive/master.zip; python_version < '3.4' and sys_platform == 'win32'
https://github.com/skelsec/pypykatz/archive/master.zip; python_version > '3.5' and sys_platform == 'win32'
pycryptodome; sys_platform == 'win32'

0 comments on commit 7af70eb

Please sign in to comment.