Skip to content
forked from CUCyber/reportgen

Generate penetration testing reports for CPTC

License

Notifications You must be signed in to change notification settings

Hbkhan/reportgen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CU Cyber Report Generator

In this repository is a penetration testing report generation tool.

Dependencies

  • make
  • git
  • python
  • texlive-latexextra
  • latexmk

Debian/Ubuntu/Kali

$ sudo apt install make git texlive-latex-extra latexmk

RedHat/CentOS

$ sudo yum install epel-release
$ sudo yum install make git texlive-collection-latexextra latexmk

Fedora

$ sudo dnf install make git texlive-collection-latexextra latexmk

Arch

$ sudo pacman -S make git texlive-latexextra texlive-bin

Gentoo

$ sudo emerge dev-vcs/git dev-texlive/texlive-latexextra dev-tex/latexmk

macOS

Requires Homebrew. Use gmake instead of make.

$ brew install make git
$ brew cask install mactex

Building

To build all of the reports into PDFs, create a markdown file like the cyber.md example and run make. The PDFs will be created in the same folder with the same name like cyber.pdf in the example.

About

Generate penetration testing reports for CPTC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.8%
  • Makefile 3.2%