- <?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.0.odt";
- $template = "templates/odt/blank_template_v2.0.odt";
- //$CHECKtemplate = "templates/odt/blank_template_check_v0.4.odt";
- $vulnTemplate = "templates/odt/vuln_template_v0.2.xml";
- ?>