Posts

Showing posts with the label PowerMemory – Exploit Windows Credentials In Memory

PowerMemory – Exploit Windows Credentials In Memory

Image
The method is totally new. It proves that it can be extremely easy to get credentials or any other information from Windows memory without needing to code in C-type languages. In addition, with this method, we can modify the user-land and kernel land behaviour without being caught by antivirus or new defending techniques. It can actually be done with 4GL language-type or with a scripting language like PowerShell which is installed everywhere. With that being said, this technique implies that the detection is made hard due to the fact that we can do pretty much what we want by sending and receiving bytes. Features It’s fully written in PowerShell It can work locally as well as remotely It can get the passwords of virtual machines without having any access to them (works for Hyper-V and VMware) It does not use the operating system .dll to locate credentials address in memory but a Microsoft Signed Debugger PowerMemory maps the keys in the memory and cracks everything by itself (AES, Trip...