This module will extract the account information from the AVTECH 744 DVR devices, including usernames, cleartext passwords, and the device PIN, along with a few other miscellaneous details. In order to extract the information, hardcoded credentials admin/admin are used. These credentials can't be changed from the device console UI nor from the web UI.
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/avtech744_dvr_accounts
msf auxiliary(avtech744_dvr_accounts) > show actions
...actions...
msf auxiliary(avtech744_dvr_accounts) > set ACTION < action-name >
msf auxiliary(avtech744_dvr_accounts) > show options
...show and set options...
msf auxiliary(avtech744_dvr_accounts) > 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