2.9.13 • Published 2 days ago

@attackforge/reportgen-cli v2.9.13

Weekly downloads
-
License
MIT
Repository
-
Last release
2 days ago

AttackForge ReportGen CLI

AttackForge ReportGen is a free tool to help penetration testers create powerful and robust automated pentest reports.

It works by combining a DOCX template with an AttackForge project JSON file, and outputs a DOCX report.

The AttackForge ReportGen CLI provides users with a command-line tool suitable for creating reports in an automated way.

Example project data and DOCX templates, as well as additional tutorial material, are available on the AttackForge ReportGen page. A video presentation on the ReportGen product can be viewed here.

Additional support material is available on our Github Support Community.

Installation

It is recommended to install ReportGen CLI globally so that the reportgen command will be available in your path.

$ npm -g install @attackforge/reportgen-cli

Alternatively the ReportGen CLI can be executed directly without explicit installation.

$ npx @attackforge/reportgen-cli

Usage

$ reportgen [--output=output_file.docx] [--product=product] [--template=template_file.docx] [input_file.json]

Options

The AttackForge ReportGen CLI supports the following options:

OptionDescriptionRequired
--outputSpecifies the output file path for the generated DOCX report.Yes
--templateSpecifies the input file path for the DOCX report template.Yes
--productSpecifies the AttackForge product type. Either community, core, or enterprise. Defaults to core.No

Example Usage

$ reportgen --output=./report.docx --product=core --template=./templates/report_template.docx project1234.json

Creating Programmatic Reports

To programmatically create reports, it is recommended to use the AttackForge Self-Service API to retrieve the JSON report data for a given project.

2.9.13

2 days ago

2.9.12

3 days ago

2.9.11

10 days ago

2.9.10

11 days ago

2.9.9

20 days ago

2.9.8

2 months ago

2.9.7

2 months ago

2.9.6

2 months ago

2.9.5

2 months ago

2.9.4

3 months ago

2.9.3

3 months ago

2.9.2

3 months ago

2.9.1

3 months ago

2.9.0

3 months ago

2.8.11

4 months ago

2.8.10

4 months ago

2.8.7

4 months ago

2.8.9

4 months ago

2.8.8

4 months ago

2.8.6

4 months ago

2.8.5

4 months ago

2.8.4

5 months ago

2.8.3

5 months ago

2.8.2

6 months ago

2.8.1

6 months ago

2.8.0

7 months ago

2.7.25

7 months ago

2.7.24

7 months ago

2.7.23

7 months ago

2.7.22

8 months ago

2.7.21

8 months ago

2.7.20

8 months ago

2.7.19

8 months ago

2.7.18

8 months ago

2.7.17

8 months ago

2.7.16

8 months ago

2.7.15

9 months ago

2.7.14

9 months ago

2.7.13

9 months ago

2.7.12

9 months ago

2.7.11

9 months ago

2.7.10

9 months ago

2.7.9

9 months ago