- <?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 = "/mnt/hgfs/PentestOS/Sapphire2/repgen_template/blank_template_v3.0.odt";
- //$template = "templates/odt/blank_template_v2.1.odt";
- //$CHECKtemplate = "templates/odt/blank_template_check_v0.4.odt";
- $vulnTemplate = "templates/odt/vuln_template_v1.0.xml";
-
- ?>