Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/morphykutay/rutenu
- Owner: MorphyKutay
- License: gpl-3.0
- Created: 2024-12-22T14:44:31.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-22T14:49:37.000Z (about 2 months ago)
- Last Synced: 2024-12-22T15:35:13.781Z (about 2 months ago)
- Topics: c, cyber, cyber-security, malware, malware-analysis
- Language: C
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.