Skip to content

Latest commit

History

History
63 lines (38 loc) 路 2.04 KB

File metadata and controls

63 lines (38 loc) 路 2.04 KB

RedNeuron

RedNeuron is a Framework Creator of Malware, this framework it's focused in attacking Windows Machines but are created to execute the creator framework in Linux, you can use it in any Linux distribution you only need the necessary requeriments.

If you want to collaborate with code or ideas you can contact me in s12deff@gmail.com.

If you want to help the development of this tool with money, you can buy one suscription in Medium: https://medium.com/@s12deff/membership

It's developed in Kali Linux machine, and tested in Kali, Athena OS, Ubuntu and Parrot OS.

Actually in Version 1, the only malware option to create is a Undetectable Reverse Shell to bypass Windows Defender, this tool are developed mainly with 3 languages:

  • C++
  • Python
  • Bash

This tool have a shell to use and move inside RedNeuron, in this moment only have two sections

  • Main
  • Create

Future Malware tools:

  • Persistence
  • File Extractor
  • C2 Server
  • KeyLogger
  • Ransomware

image

Installation

Clone this repository:

git clone https://github.com/S12cybersecurity/RedNeuron

Install requeriments:

apt update && apt install python2 && apt install g++-mingw-w64

If you don't have Metasploit you need to install.

Guide: https://adamtheautomator.com/install-metasploit-on-ubuntu/

Set RedNeuron as executable

chmod +x RedNeuron

Usage

Execute ./RedNeuron

image

If you want to create malware, you execute create command:

image

With list command you can see all available malware:

image

Create Undetectable Windows Reverse Shell:

image