This module attempts to authenticate to different D-Link HTTP management services. It has been tested successfully on D-Link DIR-300 Hardware revision B, D-Link DIR-600 Hardware revision B, D-Link DIR-815 Hardware revision A and DIR-645 Hardware revision A devices. It is possible that this module also works with other models.
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/dlink_dir_session_cgi_http_login
msf auxiliary(dlink_dir_session_cgi_http_login) > show actions
...actions...
msf auxiliary(dlink_dir_session_cgi_http_login) > set ACTION < action-name >
msf auxiliary(dlink_dir_session_cgi_http_login) > show options
...show and set options...
msf auxiliary(dlink_dir_session_cgi_http_login) > 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