This commit is contained in:
2025-01-31 17:57:55 +01:00
parent 2b1fd671da
commit cbbf09677e
8 changed files with 1273 additions and 41 deletions

6
config.php Normal file
View File

@ -0,0 +1,6 @@
<?php
$SCANDIR = "scans";
$STYLESHEETDIR = "stylesheets";
$lanScanCmd = "sudo nmap -PSmicrosoft-ds -F -T5 -oX - --stylesheet $STYLESHEETDIR/lanScan.xsl";