The following command will tell Nmap to only check port 80 (-p80), without ping (-Pn),
without reverse DNS resolution (-n), and using the aggressive timing template (-T4). If port
80 is open, Nmap will run the NSE scripts http-title and http-headers (--script
http-headers,http-title).