Posts

Showing posts from 2025

Tanker Network Security Scanner for CTFs!!

πŸ” Advanced Nmap Service Scanner – Bash Script This blog post introduces a powerful Bash script designed to automate and streamline network service scanning using Nmap . The script uses service-specific plugins, checks only open ports, logs results with timestamps, and outputs color-coded terminal feedback. πŸ“‚ View it on GitHub: github.com/ElusiveHacker/Tanker πŸš€ Features ✅ Scans only open ports for efficiency πŸ“œ Uses Nmap plugins/scripts tailored to each service 🎨 Color-coded terminal output : 🟑 Yellow for open ports πŸ”΅ Blue for closed/filtered ports πŸ“… Start and end time displayed and logged πŸ•’ Total scan duration shown in the report πŸ—‚️ Full report saved in scan_report.txt ⚙️ Requirements A Linux/Unix system with bash installed Nmap installed and in your $PATH πŸ“¦ Services Scanned The script includes a pre-configured list of commonly scanned services: Service Port Protoco...