> Exploits_

// Automated Enumeration Scripts

Network Recon

Bash-based wrapper for nmap, designed to perform clean, automated, and aesthetically enhanced network scans.

Mainly for Hack The Box Machines!!

./netrecon.sh -i 10.10.14.29

Root Shadow

Bash-based Linux Enumeration tool focused on Privilege Escalation

Covers users, services, jobs, software, networking and system internals. (Interactive Mode Included)

./root-shadow.sh -o

// Bash Scripting Skills

Phantom Terminal

Bash script that automates the installation and configuration of a terminal with aesthetics.

With personal preferences.

./install-phantom.sh

HTB Machines

It allows you to search machines by name, IP address, skills, OS, difficulty, or browse interactively by category.

./htbmachines.sh -m Inception

Roullete

Terminal-based Casino Roullete Simulator built with pure bash scripting, implementing two popular betting strategies:

./roullete.sh -m 10000 -t martingala

// Exploits

antraXSS

Python tool to automate discovery of reflected XSS. Project in process...

python3 antraXSS.py -u "http://target.com/search?q=123"

// Malware

ARP Spoofer

Project in process...

DNS Sniffer

Project in process...

Keylogger

Project in process...