1747350365

This commit is contained in:
2025-05-15 17:06:05 -06:00
parent c5f0d6e9f4
commit 41e19fa12f
10 changed files with 57 additions and 35 deletions
+2 -4
View File
@@ -11,8 +11,6 @@
$run_cmd = "bash ./scripts/run_scan.sh nmap -oX ./scans/$file_name --stylesheet /nmaprincesspi/xsl/princesspi-nmap.xsl $post_cmd";
$web_name = "/nmaprincesspi/scans/$file_name";
echo $web_name;
$exec = shell_exec($run_cmd);
echo $exec;
$exec = trim(shell_exec($run_cmd));
echo "{\"runningLog\":\"$exec\",\"webName\":\"$web_name\"}";
?>