#!/bin/bash clear echo Target: read x echo 'Running Nmap scan...' nmap -A -v -sV -sC -Pn --script vulners,http-sql-injection,http-unsafe-output-escaping,http-enum.nse $x echo 'Done.' read -n1 clear