Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ctsit/report_generator

CTS-IT's software for generating summary reports from RED-I runs.
https://github.com/ctsit/report_generator

redi redteam reviewphilip

Last synced: about 1 month ago
JSON representation

CTS-IT's software for generating summary reports from RED-I runs.

Awesome Lists containing this project

README

        

report_generator
================

CTS-IT's software for generating summary reports from RED-I runs.

# Database Schema

To create a fresh SQLite database run:
```
make from_scratch
```

To view the structure of the tables in the SQLite database:

```
make show_schema
```

# Web Application

To test the application run:

```
make run_app
```

# Screenshot

![Test Data Report](images/sample_report.png "Test Data Report")