Rapid7 Vulnerability & Exploit Database

Apache HTTPD mod_negotiation Filename Bruter

Back to Search

Apache HTTPD mod_negotiation Filename Bruter

Created
05/30/2018

Description

This module performs a brute force attack in order to discover existing files on a server which uses mod_negotiation. If the filename is found, the IP address and the files found will be displayed.

Author(s)

  • diablohorn <diablohorn@gmail.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/mod_negotiation_brute
msf auxiliary(mod_negotiation_brute) > show actions
    ...actions...
msf auxiliary(mod_negotiation_brute) > set ACTION < action-name >
msf auxiliary(mod_negotiation_brute) > show options
    ...show and set options...
msf auxiliary(mod_negotiation_brute) > 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

;