io.kent Posted January 24, 2013 Report Posted January 24, 2013 <? Phpset_time_limit (0);?><! DOCTYPE html><html><head><title> (PoC) HTML / JS PortScan por 0KaL </ title><script type="text/javascript">función open (puerto) {alerta (puerto + "abierto"); document.getElementById ("resultados") innerHTML + = "<br/>" + puerto + "abierto"..;}</ Script><meta name="pinterest" content="nopin" /> </ head><body><? Phpif ($ _SERVER ['REQUEST_METHOD'] _POST == 'POST' Y $ ['svr']! = "") { ?>Por favor, espere mientras que las puertas se prueban por su navegador. <br/><button Detener prueba onclick="window.stop()"> </ button><button onclick="history.back()"> Back </ button><div id="results"> </ div> <? Php for ($ i = (int) $ _POST ['a'], $ i <= (int) $ _POST ['b'], $ i + +) { ?> <Script src = "/ / <= $ _POST ['Svr']>:???? <= $ I>" onload = "open (?? <= $ I>)"> </ script> <? Php }Else {}?><form method="post"><p> IP / nombre (dominio): <br/><input type="text" name="svr" /> </ p>Puertos <p> variar: <br/><input type="number" name="a" /> <input a type="number" name="b" /> </ p><p> <input type="submit" /> </ p></ Form><? Php}?></ Body></ HTML> Quote