Skip to content

Commit

Permalink
Removing pycrypto dependency + python3 comp
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroZ committed Jul 27, 2018
1 parent fa481cc commit 33c8f9d
Show file tree
Hide file tree
Showing 8 changed files with 1,889 additions and 40 deletions.
8 changes: 4 additions & 4 deletions Windows/laZagne.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,6 @@ def launch_module(module, dpapi_used=True, registry_used=True, system_module=Fal


def manage_advanced_options():
# Jitsi advanced options
if 'master_pwd' in args:
constant.jitsi_masterpass = args['master_pwd']

# i.e advanced options
if 'historic' in args:
constant.ie_historic = args['historic']
Expand Down Expand Up @@ -298,6 +294,10 @@ def runLaZagne(category_choosed='all', password=None):
if 'service' in user.lower().strip():
continue

# Do not impersonate the same user twice
if user in impersonated_user:
continue

print_user(user)
yield 'User', user

Expand Down
Empty file.
Loading

0 comments on commit 33c8f9d

Please sign in to comment.