Projects
Here is all my relevant work. Unless strictly stated otherwise, all projects were completely done by me.
Rafo-Framework
2021
Python tool developed to perform recon and offensive-security tasks. This project is a CLI program intended to be used on Linux systems.
Apart from SYN, UDP, ACK, TCP and complete scans, it also supports network administration and troubleshooting utilities such as interface configuration, DNS checks, ping and traceroute. Other features include exploits, vulnerability reconnaissance, subdomain enumeration, packet sniffing, IP spoofing, MAC spoofing and others.
This project is licensed under the MIT License.
Technologies
- Python
- Nmap
- Socket
- Scapy
- Linux
Web-based Reverse shell generator
2024
A web-based reverse shell generator is a tool that creates a script or payload designed to open a remote shell on a target machine. When executed, this payload allows an attacker to gain unauthorized access to the system, typically bypassing firewall protections.
Key features of such tools often include
Language Options: They may generate code in various programming languages (like PHP, JavaScript, or Python) to suit different environments.
Customization: Users can often customize the payload, such as specifying the listener's IP address and port.
Obfuscation: Many tools include features to obfuscate the generated code, making it harder for security software to detect.
This project is licensed under the MIT License.
Technologies
- Python
Digspark-payload
2023
RubberDucky like payloads for DigiSpark Attiny85.
I have created this repo for sharing my payloads for DigiSpark Attiny85. It's my first time programming any device and so far no fires. All the payloads are tested on Attiny85 and created on Arduino IDE.
Technologies
- Python
- Selenium
Tor-Chat
2023
Chat with anyone around the world using your own server and client.
Technologies
- Python