Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 1.02 KB

README.md

File metadata and controls

64 lines (38 loc) · 1.02 KB

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.