This commit is contained in:
2025-05-15 21:13:59 -06:00
parent 79f4caf9dd
commit 2ddaa79706
7 changed files with 73 additions and 24 deletions
+14 -7
View File
@@ -16,18 +16,21 @@ foreach($scans as $scan) {
<link rel="stylesheet" href="css/nmaprincesspi.css">
<script src="js/nmaprincesspi.js"></script>
<link rel="icon" type="css/img/" href="css/img/favicon.ico">
<title>Princess Pi's Magical Nmapprincesspi Thingy!</title>
<title>Princess Pi's Magical Nmaprincesspi!</title>
</head>
<body>
<h1>Princess Pi's Magical Nmapprincesspi Thingy!</h1>
<label for="nmapcmd">nmap command</label>
<h1>Princess Pi's Magical Nmaprincesspi!</h1>
<a name="top">&nbsp;</a>
<br>
<input type="text" id="nmapcmd" name="nmapcmd">
<input type="hidden" name="nonce" id="nonce" value="<?php echo $nonce; ?>">
<input type="button" onclick="runNmapScan()" value="Go, Baby, Go!">
<form id="cmdform">
<label for="nmapcmd">nmap command</label>
<input type="text" id="nmapcmd" name="nmapcmd">
<input type="hidden" name="nonce" id="nonce" value="<?php echo $nonce; ?>">
<input type="submit" value="Go, Baby, Go!">
</form>
<br>
<br>
<span class="fakelink" id="showlist" onclick="toggleShow('scanlist', 'showlist', 'Hide Previous Scans', 'Show Previous Scans')">Show Previous Scans</span>
<span class="fakelink" id="showlist">Show Previous Scans</span> | <a href="https://nmap.org/book/man.html" target="_blank">Nmap Reference</a>
<br><br>
<p class="hidden" id="link"></p>
<div id="scanlist" class="hidden">
@@ -38,5 +41,9 @@ foreach($scans as $scan) {
<p>Progress<br>
<pre id="progressbox"></pre>
</div>
<div id="stickymenu">
<a href="#top">Top</a> | <a href="#bottom">Bottom</a>
</div>
<a name="bottom">&nbsp;</a>
</body>
</html>