Save the script: Save the code above as a .sh file (e.g., nmap_scan.sh). Make it executable: chmod +x nmap_scan.sh Run the script: ./nmap_scan.sh Explanation: select_options() function: Displays a ...