This commit is contained in:
2025-05-15 17:10:08 -06:00
parent 41e19fa12f
commit bfcae2393a
4 changed files with 10 additions and 5 deletions
+6 -1
View File
@@ -1,2 +1,7 @@
v0.1-dev v0.1-dev
initial working state initial working state
v0.2-dev
added polling system to monitor output
added logs dir
refactored js
+1 -1
View File
@@ -1 +1 @@
v0.1-dev v0.2-dev
+1 -1
View File
@@ -14,7 +14,7 @@
<br> <br>
<input type="text" id="nmapcmd" name="nmapcmd"> <input type="text" id="nmapcmd" name="nmapcmd">
<input type="button" onclick="runNmapScan()" value="Go, Baby, Go!"> <input type="button" onclick="runNmapScan()" value="Go, Baby, Go!">
<br> <br><br>
<span class="hidden" id="link"></span> <span class="hidden" id="link"></span>
<br> <br>
<pre class="hidden" id="progress"> <pre class="hidden" id="progress">
+2 -2
View File
@@ -1,8 +1,8 @@
x xhr->run_scan.php x xhr->run_scan.php
x add random number to file to prevent enumeration x add random number to file to prevent enumeration
x move and edit scripts x move and edit scripts
status/notify when done x status/notify when done
polling xml file? x polling xml file?
error handling error handling
nmap fail nmap fail
php script fail php script fail