Rapid7 Vulnerability & Exploit Database

HTTP Client Information Gather

Back to Search

HTTP Client Information Gather

Disclosed
03/22/2016
Created
05/30/2018

Description

This module gathers information about a browser that exploits might be interested in, such as OS name, browser version, plugins, etc. By default, the module will return a fake 404, but you can customize this output by changing the Custom404 datastore option, and redirect to an external web page.

Author(s)

  • sinn3r <sinn3r@metasploit.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/gather/browser_info
msf auxiliary(browser_info) > show actions
    ...actions...
msf auxiliary(browser_info) > set ACTION < action-name >
msf auxiliary(browser_info) > show options
    ...show and set options...
msf auxiliary(browser_info) > 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

;