#!/bin/bash

echo Target:
read x
msfdb init
echo 'Running MSF Nmap scan...'
msfconsole -q -x "db_nmap -A -v -sV -sC -Pn --script vulners,http-sql-injection,http-unsafe-output-escaping,http-enum.nse $x;"
echo 'Done.'
read -n1
