Jump to content
io.kent

PortScanner

Recommended Posts

Posted
<? Php
set_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>
<? Php
if ($ _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>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...