SysReptor

πŸ”— SysReptor Pentest Report Creator

πŸ”— Local install: http://127.0.0.1:8000/

Install SysReptor

sudo apt update
sudo apt install sed curl openssl uuid-runtime coreutils

# Community
cd ~/tools
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.

Update SysReptor

# Update
bash ~/tools/sysreptor/update.sh
# Restart
cd ~/tools/sysreptor/deploy
docker compose -f docker-compose.yml up -d

Configure

➑️ Check the official documentation for further configuration and usage.


Last updated

Was this helpful?