Newer
Older
DirtyScripts / ReportToolz / config.php
0xRoM on 4 Oct 526 bytes HTB2Trilium fixed
  1. <?php
  2. // path to vdb
  3. $vulnDB = "/opt/RossMarks/vdb/";
  4. // path to scripts repgen, vdp, floss etc..
  5. $vdbPath = "/opt/RossMarks/DirtyScripts/ReportToolz/";
  6.  
  7. // repgen templates
  8. //$template = "/mnt/hgfs/PentestOS/Misc/repgen_test/test_04/blank_template_v2.1.odt";
  9. $template = "/mnt/hgfs/PentestOS/Sapphire2/repgen_template/blank_template_v3.0.odt";
  10. //$template = "templates/odt/blank_template_v2.1.odt";
  11. //$CHECKtemplate = "templates/odt/blank_template_check_v0.4.odt";
  12. $vulnTemplate = "templates/odt/vuln_template_v1.0.xml";
  13.  
  14. ?>
Buy Me A Coffee