migration
This commit is contained in:
+2
-2
@@ -13,9 +13,9 @@
|
||||
}
|
||||
|
||||
$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 nmap -oX ./scans/$file_name --stylesheet REPLACEMEFILLYFILLYFILLY $post_cmd";
|
||||
$web_name = "/nmaprincesspi/scans/$file_name";
|
||||
|
||||
$exec = trim(shell_exec($run_cmd));
|
||||
echo "{\"runningLog\":\"$exec\",\"webName\":\"$web_name\"}";
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user