making progress, moved some stuff around

This commit is contained in:
2025-05-15 14:06:06 -06:00
parent ddeaa77941
commit 4140df51da
13 changed files with 248 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
scansPath="/var/www/html/nmaprincesspi/scans"
fileName="nmap-$(date +%Y%m%d-%H%M%S).xml"
filePath="$scansPath/$fileName"
webPath="http://10.0.0.51/nmap-scans/$fileName"
webPath="http://10.0.0.51/nmaprincesspi/scans/$fileName"
cmd="nmap -oX \"$filePath\" --stylesheet \"/nmaprincesspi/xsl/princesspi-nmap.xsl\" $*"