Scripthttp-title
Script types:portrule
Categories:default,discovery,safe
Download:https://svn.nmap.org/nmap/scripts/http-title.nse
Script Summary
Shows the title of the default page of a web server.
The script will follow up to 5 HTTP redirects, using the default rules in thehttp library.
Script Arguments
- http-title.url
The url to fetch. Default: /
- slaxml.debug
See the documentation for theslaxml library.
- http.host,http.max-body-size,http.max-cache-size,http.max-pipeline,http.pipeline,http.truncated-ok,http.useragent
See the documentation for thehttp library.
- smbdomain,smbhash,smbnoguest,smbpassword,smbtype,smbusername
See the documentation for thesmbauth library.
Example Usage
nmap -sV -sC <target>
Script Output
Nmap scan report for scanme.nmap.org (74.207.244.221)PORT STATE SERVICE80/tcp open http|_http-title: Go ahead and ScanMe!
Requires
Author:
- Diman Todorov
License: Same as Nmap--Seehttps://nmap.org/book/man-legal.html
