1747344339
This commit is contained in:
@@ -5,16 +5,16 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="css/princesspi-default-css.css">
|
||||
<link rel="icon" type="css/img/" href="css/img/favicon.ico">
|
||||
<script src="js/princesspi-default-js.js"></script>
|
||||
<title>Princess Pi's Magical Nmap Web Thingy!</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Princess Pi's Magical Nmap Web Thingy!</h1>
|
||||
<form action="run_scan.php" method="post">
|
||||
<label for="nmapcmd">nmap command</label>
|
||||
<br>
|
||||
<input type="text" name="nmapcmd">
|
||||
<input type="submit" value="Go, Baby, Go!">
|
||||
</form>
|
||||
<input type="text" id="nmapcmd" name="nmapcmd">
|
||||
<input type="button" onclick="runNmapScan()" value="Go, Baby, Go!">
|
||||
<br>
|
||||
<span class="hidden" id="out"></span>
|
||||
<script src="js/princesspi-default-js.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user