├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── LICENSE ├── README.md ├── docker-compose.yml ├── docker-compose_cn.yml ├── img ├── mp_wx.jpg └── wx.jpg ├── report_template_docx_tidy.py ├── run.sh └── template └── template_demo.docx /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecAegis/SecReport/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecAegis/SecReport/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecAegis/SecReport/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecAegis/SecReport/HEAD/README.md -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecAegis/SecReport/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /docker-compose_cn.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecAegis/SecReport/HEAD/docker-compose_cn.yml -------------------------------------------------------------------------------- /img/mp_wx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecAegis/SecReport/HEAD/img/mp_wx.jpg -------------------------------------------------------------------------------- /img/wx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecAegis/SecReport/HEAD/img/wx.jpg -------------------------------------------------------------------------------- /report_template_docx_tidy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecAegis/SecReport/HEAD/report_template_docx_tidy.py -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecAegis/SecReport/HEAD/run.sh -------------------------------------------------------------------------------- /template/template_demo.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecAegis/SecReport/HEAD/template/template_demo.docx --------------------------------------------------------------------------------