Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/morphykutay/rutenu

A simple malware creation tool
https://github.com/morphykutay/rutenu

c cyber cyber-security malware malware-analysis

Last synced: about 1 month ago
JSON representation

A simple malware creation tool

Awesome Lists containing this project

README

        

# RutENU

A reverse shell C script is generated with the IP address and port information received from the user.
The code contains a socket program that establishes a TCP connection to the target IP and launches a command line shell `(/bin/sh)` after the connection is successful. This allows the attacker to connect to the target computer and execute commands.

![alt text](https://raw.githubusercontent.com/MorphyKutay/RutENU/refs/heads/main/ss.png)

Reverse shell is an attack method that firewalls and network monitoring systems (IDS/IPS) usually struggle to detect. To prevent this type of attack, careful monitoring and port filtering should be performed on the network.