making progress, moved some stuff around

This commit is contained in:
2025-05-15 14:44:28 -06:00
parent 4140df51da
commit 97f61c7daf
4 changed files with 25 additions and 1 deletions
+7 -1
View File
@@ -9,6 +9,12 @@
<title>Princess Pi's Magical Nmap Web Thingy!</title>
</head>
<body>
<h1>Princess Pi's Magical Nmap Web Thingy!</h1>
<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>
</body>
</html>