Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-drive parameter still checks local system #156

Closed
w3aryb0arpig opened this issue Oct 16, 2017 · 1 comment
Closed

-drive parameter still checks local system #156

w3aryb0arpig opened this issue Oct 16, 2017 · 1 comment

Comments

@w3aryb0arpig
Copy link

Using version 2.3 of the Python code, the -drive parameter works great and is excellent. Nonetheless, it still checks the local system on which you are running the Python code as well as the external drive.

So, if I run python laZagne.py all -drive E for example, it returns passwords from the E drive as well as the local drive (C drive).

I am unsure if this is intentional or not but it can cause confusion not knowing which drive the passwords are on.

AlessandroZ added a commit that referenced this issue Oct 18, 2017
@AlessandroZ
Copy link
Owner

The problem is that some credentials are retrieved from registry. I have limited some checks to get less passwords from localhost in the new release (2.3.1), but you will still see some of them such as LSA secrets, vault, etc.
It will be possible to print only what you want, I should add some checks to not print all registry module but I don't have enough time to do it.

AlessandroZ added a commit that referenced this issue Aug 14, 2018
AlessandroZ added a commit that referenced this issue Aug 14, 2018
Former-commit-id: 188c22657ebc817ad91d71177819fc3335177662 [formerly a4760f8]
Former-commit-id: 4e5de15038053ae84ce210dfff31d86a946e3911
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants