| |
---|
| | // 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"; |
---|
| | //$template = "/mnt/hgfs/PentestOS/Misc/repgen_test/test_04/blank_template_v2.1.odt"; |
---|
| | $template = "templates/odt/blank_template_v2.1.odt"; |
---|
| | //$CHECKtemplate = "templates/odt/blank_template_check_v0.4.odt"; |
---|
| | $vulnTemplate = "templates/odt/vuln_template_v0.2.xml"; |
---|
| | ?> |
---|
| | |
---|
| | |