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

Exception: Could not find module! lsasrv.dll #107

Open
thatpham opened this issue Jul 19, 2022 · 3 comments
Open

Exception: Could not find module! lsasrv.dll #107

thatpham opened this issue Jul 19, 2022 · 3 comments

Comments

@thatpham
Copy link

I dump secrets with command:
pypykatz lsa minidump lsass.dmp
I got error with "Could not find module! lsasrv.dll". Can you help me where directory which load file lsarv.dll.
Thanks.

@bill-e-ghote
Copy link

Can we expect 'lsa minidump' to work on Linux if it requires lsasrv.dll? Pywin is not supported on Linux, Pypiwin is too old (syntax errors on Python 3.* in print statements at least). Where would this module come from for non-Windows users?

@skelsec
Copy link
Owner

skelsec commented May 26, 2023

pypykatz doesn't require lsasrv.dll, the error message means that the dll was not found in the dump file. Most likely the issue is caused by the pypykatz version @thatpham used did not have the matching signature for that particular windows build.
pypykatz parses mindump on any operating system where python works, the entire parsing is implemented in python.

@SeiV-K
Copy link

SeiV-K commented Nov 6, 2023

pypykatz doesn't require lsasrv.dll, the error message means that the dll was not found in the dump file. Most likely the issue is caused by the pypykatz version @thatpham used did not have the matching signature for that particular windows build. pypykatz parses mindump on any operating system where python works, the entire parsing is implemented in python.

I think i do encounter same issue on some specific machines whereas in others i dont. How can i handle that situation and how to know which version would work for me ? Please check my issue that i just created #137

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

4 participants