Rapid7 Vulnerability & Exploit Database

HTTP HTML Title Tag Content Grabber

Back to Search

HTTP HTML Title Tag Content Grabber

Created
05/30/2018

Description

Generates a GET request to the provided webservers and returns the server header, HTML title attribute and location header (if set). This is useful for rapidly identifying interesting web applications en mass.

Author(s)

  • Stuart Morgan <stuart.morgan@mwrinfosecurity.com>

Development

Module Options

To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':

msf > use auxiliary/scanner/http/title
msf auxiliary(title) > show actions
    ...actions...
msf auxiliary(title) > set ACTION < action-name >
msf auxiliary(title) > show options
    ...show and set options...
msf auxiliary(title) > run 

Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.

– Jim O’Gorman | President, Offensive Security

;