reptr 0.8.0

Local-first pentest report generator: Markdown findings -> HTML/JSON/DOCX/PDF.
Documentation
1
2
3
4
5
6
7
8
9
10
[build]
# Cross uses Docker images for these targets. The default images already
# include a C toolchain and OpenSSL, which is all reptr needs.
pre-build = []

[target.x86_64-unknown-linux-musl]
image = "ghcr.io/cross-rs/x86_64-unknown-linux-musl:edge"

[target.aarch64-unknown-linux-musl]
image = "ghcr.io/cross-rs/aarch64-unknown-linux-musl:edge"