We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ae626 commit acb0af3Copy full SHA for acb0af3
modules/auxiliary/gather/avtech744_dvr_account_retrieval.rb
@@ -11,7 +11,9 @@ def initialize(info = {})
11
'Description' => %q{
12
This module will extract the accounts information from the AVTECH 744 DVR devices,
13
including all the usernames and cleartext passwords plus the device PIN, along with
14
- a few other miscellaneous details.
+ a few other miscellaneous details. In order to extract the information, hardcoded
15
+ credentials admin/admin are used. These credentials can't be changed from the device
16
+ console UI neither the web UI.
17
},
18
'Author' => [ 'nstarke' ],
19
'License' => MSF_LICENSE
0 commit comments