Newer
Older
DirtyScripts / ReportToolz / config.php
root on 10 Nov 2022 439 bytes the big return update
<?php
// path to vdb
$vulnDB = "/opt/RossMarks/vdb/";
// path to scripts repgen, vdp, floss etc..
$vdbPath = "/opt/RossMarks/DirtyScripts/ReportToolz/";

// repgen templates
//$template = "/mnt/hgfs/PentestOS/Misc/repgen_test/test_04/blank_template_v2.1.odt";
$template = "templates/odt/blank_template_v3.0.odt";
//$CHECKtemplate = "templates/odt/blank_template_check_v0.4.odt";
$vulnTemplate = "templates/odt/vuln_template_v1.0.xml";

?>