Learning scripting and creating projects for #roadmap_to_offsec of #month1 To be continued
This repository contains automated reconnaissance and enumeration scripts i am learning from beginner to advanced level
✅ Automated Subdomain Enumeration (Sublist3r & Assetfinder)
✅ Merge & Filter Results (Removes Duplicates)
✅ Automated Nmap Scanning (Detects Open Ports & Services)
✅ Generates Organized Reports (Saves Output in Log Files)
git clone https://github.com/yourusername/bash-scripting.git
cd bash-scripting
chmod +x script_name.sh
Run the script with a target domain:
./script_name.sh
for user input scripts
or
./script_name.sh domain_name.com
for automated scripts