https://github.com/aniko33/catch-me
A simple malware written for fun
https://github.com/aniko33/catch-me
Last synced: about 2 months ago
JSON representation
A simple malware written for fun
- Host: GitHub
- URL: https://github.com/aniko33/catch-me
- Owner: aniko33
- Created: 2023-11-29T16:43:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-06T15:20:07.000Z (over 1 year ago)
- Last Synced: 2025-02-16T00:26:12.826Z (4 months ago)
- Language: C
- Homepage:
- Size: 6.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Catch me!
---
This malware will do a process injection on *smartscreen.exe* by injecting the `essential` DLL which will display a MessageBox saying *"TRY KILL ME"*.
As soon as the **injected process is killed or after letting *25 seconds* pass it**
will **overwrite your MBR and then do a reboot**; all this with music playing in the background and the wallpaper changed## Compile
`make all`## Add custom resources
song: `xxd -n song_wav -i .wav > include/resource/song.c`wallpaper (does not have to be jpg): `xxd -n wallpaper_jpg -i > include/resource/wallpaper.c`
mbr: `nasm mbr.asm -o mbr.bin && xxd -n mbr_asm -i mbr.bin > include/resource/mbr.c && rm mbr.bin`