SysReptor is a customizable offensive security reporting solution for security professionals, including pentesters and red teamers.
You can create designs based on simple HTML and CSS, write your reports in user-friendly Markdown and convert them to PDF with just a single click, in the cloud or self-hosted!
Your Benefits
- 📝 Write in markdown
- ✏️ Design in HTML/VueJS
- ⚙️ Render your report to PDF
- 🚀 Fully customizable
- 💻 Self-hosted or Cloud
- 🎉 No need for Word
SysReptor Cloud
You just want to start reporting and save yourself all the effort of setting up, configuring and maintaining a dedicated server? Then SysReptor Cloud is the right choice for you! Get to know SysReptor on our Playground and if you like it, you can get your personal Cloud instance here.
Demo
🦖 Try demo here
🚀 Sign up for SysReptor Cloud here
SysReptor Self-Hosted
You prefer self-hosting? That’s fine! You will need:
- Ubuntu
- Latest Docker (with docker-compose-plugin)
You can then install SysReptor with via script:
curl -s https://docs.sysreptor.com/install.sh | bash
After successful installation, access your application at http://localhost:8000/.
Installation
Installation via script is the easiest option. You need (official) Docker installed.
Install additional requirements of script installation:
sudo apt update
sudo apt install -y sed curl openssl uuid-runtime coreutils
The user running the installation script must have the permission to use docker.
Download and run:
export SYSREPTOR_LICENSE='your_license_key'
curl -s https://docs.sysreptor.com/install.sh | bash
The installation script creates a new sysreptor directory holding the source code and everything you need.
It will build a docker image, create volumes and secrets and bring up your containers.
Access your application at http://127.0.0.1:8000/.
We recommend using a webserver like nginx or Apache to prevent potential vulnerabilities and to enable https.
Further configurations can be edited in sysreptor/deploy/app.env.