The EvilLsassTwin project on GitHub, found in the Nimperiments repository, focuses on a specific technique for extracting credentials from the Local Security Authority Subsystem Service (LSASS) process on Windows systems. 📌Objective: The project aims to demonstrate a method for credential dumping from the LSASS process, which is a common target for attackers seeking to obtain sensitive information such as passwords and tokens. 📌Technique: The method involves creating a «twin» of the LSASS process. This twin process is used to bypass certain security mechanisms that protect the original LSASS process from being accessed directly. 📌Implementation: The project provides a detailed implementation of the technique, including the necessary code and steps to replicate the process. This includes creating a duplicate of the LSASS process, using the duplicate process to read the memory of the original LSASS process, extracting credentials from the memory of the original LSASS process. 📌Securi
The Dark Side of LSASS: How Evil Twins Bypass Security Measures
24 июля 202424 июл 2024
2 мин