GithubHelp home page GithubHelp logo

virtualhackinglabs_report_templates's Introduction

VirtualHackingLab Report Template in Markdown

I created an VHL Report Template in Markdown to make it easier on future students of VirtualHackingLabs with writing their Certificate of Completetion report for both the Basic and Advanced+ Certificate!

Now all future students will have an easy to follow and professional looking report!

Requirements

Usage

Write your report in markdown.

Automatic

There is a script writtin in bash to generate your report!

./generate.sh (input.md) (output.pdf)

Manual

Generate the report PDF from the markdown template:

pandoc VHL_Basic_Report_Template.md \
-o output/VHL_Basic_Report.pdf \
--from markdown+yaml_metadata_block+raw_html \
--template eisvogel \
--table-of-contents \
--toc-depth 6 \
--number-sections \
--top-level-division=chapter \
--highlight-style breezedark

You can change the code syntax highlight theme with [--highlight-style](https://pandoc.org/MANUAL.html#option--highlight-style)

Color sets

Well rendering color sets you can use in the template YAML frontmatter:

titlepage-color titlepage-text-color titlepage-rule-color
DC143C(Crimson) FFFFFF(White) FFFFFF(White)
00FF7F(SpringGreen) 006400(DarkGreen) 000000(Black)
1E90FF(DodgeBlue) FFFAFA(Snow) FFAFA(Snow)
483D8B(DarkSlateBlue) FFFAFA(Snow) FFFAFA(Snow)
FFD700(Gold) 000000(Black) 000000(Black)
FFEFD5(PapayaWhip) 000000(Black) 000000(Black)
FF8C00(DarkOrange) 000000(Black) 000000(Black)
FFEF96(no name) 50394C(no name) 50394C(no name)

Mentions

Markdown CheatSheet

This report is based off of noraj OSCP template

Credits

Report Templates:

Pandoc Template:

virtualhackinglabs_report_templates's People

Contributors

poseidon-ng avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

epicn1337 batibol

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.