mirror of
https://github.com/mochabyte0x/Morpheus
synced 2026-07-28 10:11:01 +00:00
51204ed281
Added images under 'Shiny pics' section in README.
24 lines
644 B
Markdown
24 lines
644 B
Markdown
# Morpheus
|
|
Sleep Obfuscation via `CreateThreadpoolTimer`. Same idea as Ekko but different fingerprint.
|
|
|
|
## Does this work?
|
|
|
|
Idk its super wonky. But I played a bit with it against elastic and it seemed to work (?).
|
|
|
|
## Compile it
|
|
|
|
```powershell
|
|
gcc sleep.c -o sleep.exe -static -O2 -Wall
|
|
```
|
|
|
|
## Shiny pics
|
|
|
|
<img width="1541" height="600" alt="image" src="https://github.com/user-attachments/assets/cdb208d9-074b-430f-ab47-abce3a296434" />
|
|
|
|
<img width="1123" height="295" alt="image" src="https://github.com/user-attachments/assets/b1815199-5fbb-4f29-b149-edb48e0f3696" />
|
|
|
|
|
|
## Credit
|
|
|
|
[5pider](https://github.com/Cracked5pider/Ekko/tree/main)
|