New offsets for msv1_0.dll for Windows 7 Entreprise#132
Merged
carmaa merged 1 commit intocarmaa:masterfrom Aug 18, 2018
Merged
Conversation
Owner
|
This looks awesome, thanks. Mind if I include your script in inception (with proper attribution, of course)? Haven’t tested the offsets yet, but will do and merge if everything’s ok. |
Contributor
Author
|
You can include it, ofc 👍 I also plan to add 2 related features when I have time:
What do you think about these ideas? Cheers! EDIT: just let me add the most important in the script before adding it: the BeerWare license 😉 |
|
Yes! Please accept this. We just added offset 0xe05 for Win7 Pro SP1 msv1_0.dll v6.1.7601.24094 and it worked beautifully. Wish we'd seen this first. Also nice work by Fist0urs on search_offsets_DMA.py. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi there,
first of all, thank you for your awesome tool 👍
Lately I had to proceed to a DMA attack on a workstation using Windows 7 Entreprise and the offset was not existing in the unlock.py. So here is a new one that was working.
In order to be able to retrieve automatically some offsets, I coded a little script (available at https://github.com/Synacktiv/stuffz/blob/master/search_offsets_DMA.py if you want to take a look) to do so.
I asked a good friend of mine if he could extract for me all the msv1_0.dll and NtlmShared.dll from VirusTotal with legitimate Microsoft signatures in order to do a list of possible found offsets and add the missing ones to your tool.
Here was the result:
I couldn't tests the new offsets as I only have the DLL, so feel free to decide what to do with them ;)
Cheers!