https://github.com/shellbear/merisa
The MacOS ransomware project
https://github.com/shellbear/merisa
Last synced: 7 days ago
JSON representation
The MacOS ransomware project
- Host: GitHub
- URL: https://github.com/shellbear/merisa
- Owner: shellbear
- License: gpl-3.0
- Created: 2017-05-20T23:22:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-24T21:49:22.000Z (almost 9 years ago)
- Last Synced: 2024-12-31T21:25:32.057Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 7.01 MB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Merisa
=
[]()
[]()
[]()
Merisa is a complete ransomware script for MacOS. It list all files on the system, generate 2048 bits RSA keys sended by mail to encrypt all of them with aes-128 bits algorithm. After this, Miresa creates an Application on the desktop to view the procedure to get the key, and to decrypt files using the key.
If you want more informations about Merisa here the official page: (https://shellbear.github.io/Merisa.html)
News
=
Created a webserver to view, add victims directly !
Demo: https://www.youtube.com/watch?v=xpMaHWCIBQI
Merisa now bypass BlockBlock (http://bit.ly/1LPTxxm) and RansomWhere! (http://bit.ly/1SZMvbW)
Screenshots and Videos
=
Notice: These screenshots can be outdated !
Example of Merisa Webserver

Decryption Tool

Example file of procedure to get the key

The mail received which contains the encryption key

Legal Disclamer
=
I don't hold any responsibility for the bad use of this tool,
remember that attacking targets without prior consent is illegal and punished by law.
Credits
=
- shc : http://www.datsi.fi.upm.es/~frosal/
- tor : https://www.torproject.org
Contact
=
Want to contact me for questions, projects ?
Send me a mail to: shellbear@protonmail.com
Configuration
=
Upload MerisaMailer.php on your server or on a free one like: https://www.000webhost.com/
After that just copy the URL + Path to MerisaMailer.php script and use them to create ransomware
Known Issues
=
If you discover any bugs, feel free to create an issue on GitHub fork and
send a pull request.
Author
=
* ShellBear (https://github.com/ShellBear)
* Blogspot (http://shellbearblog.blogspot.com)
Contributing
=
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request