1747346072

This commit is contained in:
2025-05-15 15:54:32 -06:00
parent b76757554c
commit 70deb3f3d5
4 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
}
$file_name = date("Ymd-Hi-s") . "-" . rand(1000000,9999999) . ".xml";
$run_cmd = "bash ./scripts/run_scan.sh nmap -oX scans/$file_name --stylesheet /nmaprincesspi/xsl/princesspi-nmap.xsl $post_cmd";
$run_cmd = "bash scripts/run_scan.sh -oX scans/$file_name --stylesheet /nmaprincesspi/xsl/princesspi-nmap.xsl $post_cmd&";
$web_name = "/nmaprincesspi/scans/$file_name";
echo $web_name;