updated template and documentation
1 parent b0afdb7 commit 7a5b7925246abd092d4c50edac9ae1209314b65e
root authored on 18 Dec 2019
Showing 4 changed files
View
4
ReportToolz/README.md
# Report generation scripts
 
Requirements:
 
```$> apt-get install php-xml php-zip php-mbstring```
 
First copy templates/odt/config.conf to current work dir.
 
Fill out fields in config.conf (company name, your name, contact, tel etc.)
View
4
ReportToolz/repgen.php
 
/***
* Configuration options
*/
$template = "templates/odt/blank_template_v0.3.odt";
$CHECKtemplate = "templates/odt/blank_template_check_v0.3.odt";
$template = "templates/odt/blank_template_v0.4.odt";
$CHECKtemplate = "templates/odt/blank_template_check_v0.4.odt";
$vulnTemplate = "templates/odt/vuln_template.xml";
 
/***
* Main program - Don't edit below
View
ReportToolz/templates/odt/blank_template_check_v0.4.odt 0 → 100755
Not supported
View
ReportToolz/templates/odt/blank_template_v0.4.odt 0 → 100755
Not supported
Buy Me A Coffee