Skip to content

Latest commit

 

History

History
78 lines (41 loc) · 2.39 KB

README.md

File metadata and controls

78 lines (41 loc) · 2.39 KB

Lime Worm v0.5.8D

Simple yet powerful windows malware for educational purposes. This project is uncomplicated and easy to do or understand , targeting entry level developers, It should improve your knowledge and study for malware analysis and malware research.

Main Features

  • .NET - Both client and server coded in Visual Basic .NET, Framework 2.0 dependency.

  • Connection - Encrypted connection , And using pastebin.com RAW as ip:port , Instead of noip.com DNS

  • Spreading - Infecting all files and folders on USB drivers , Also spread over pinned applications on taskbar

  • Bypass - Low AV detection and undetected startup

  • Lightweight - About 20 KB

  • Anti Virtual Machines - Uninstall itself if the machine is virtual to avoid scanning or analyzing

  • And more - Ransomware , passwords recovery , RDP , Bitcoin grabber , Downloader

Prerequisites

To open project you need:

1- Visual Studio 2017+

2- This repository

Testing

  1. Open "Project\Server_0.5\Lime Worm Project.sln"
  2. Set Compiler to "Debug" mode
  3. On Solution Explorer, Right click on "Solution Lime Worm Project" and press "Rebuild Solution"
  4. Press Run button. be aware that both client and server are 127.0.0.1

Compiling

  1. Open "Project\Server_0.5\Lime Worm Project.sln"
  2. Set Compiler to "Release" mode
  3. On Solution Explorer, Right click on "Solution Lime Worm Project" and press "Rebuild Solution"
  4. Execute "Server_0.5\Server_0.5\bin\Release\Lime Worm.exe"
  5. Using "Builder" tab, create your worm.
This project was tested only on local lab. I do not know if it will work on external lab.
Server tested on Windows 10, Client tested on virtual machine windows 7, on the same LAN.

Issues

  1. While using ransomware, restore point won't be deleted unless the worm.exe is running elevated privilege

Author

  • NYAN CAT

Disclaimer

I, the creator, am not responsible for any actions, and or damages, caused by this software.

You bear the full responsibility of your actions and acknowledge that this software was created for educational purposes only.

This software's main purpose is NOT to be used maliciously, or on any system that you do not own, or have the right to use.

By using this software, you automatically agree to the above.

License

This project is licensed under the MIT License - see the LICENSE file for details