#!/bin/bash echo "==================================================" echo " StrikePackageGPT - Kali Container" echo " Security Tools Ready" echo "==================================================" echo "" echo "Available tools:" echo " - nmap, masscan (port scanning)" echo " - amass, theharvester (reconnaissance)" echo " - nikto, gobuster (web testing)" echo " - sqlmap (SQL injection)" echo " - hydra (brute force)" echo " - metasploit (exploitation)" echo " - searchsploit (exploit database)" echo "" echo "Container is ready for security testing." echo "" # Keep container running exec sleep infinity