Skip to content

RedNeuron - Framework Creator of Malware focused in attacking Windows but created to execute framework in Linux 👾

Notifications You must be signed in to change notification settings

ccaiccie/RedNeuron

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected].

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

About

RedNeuron - Framework Creator of Malware focused in attacking Windows but created to execute framework in Linux 👾

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 74.2%
  • Shell 9.5%
  • Python 9.4%
  • C 6.9%