Skip to content

Latest commit

 

History

History
75 lines (56 loc) · 2.7 KB

File metadata and controls

75 lines (56 loc) · 2.7 KB

⚔️ OSCP & eCPPTv3 Exam Notes

🍕 Web version: https://krovs.github.io/oscp-notes

🦩 Notes

📚 Study Resources

🤖 Machines

📝 Reporting

Sysreptor

Free Online version

https://docs.sysreptor.com/offsec-reporting-with-sysreptor/

Self-Hosted

https://docs.sysreptor.com/setup/installation/

# downloads and deploys the containers
bash <(curl -s https://docs.sysreptor.com/install.sh)

Adding offsec templates to sysreptor:

cd sysreptor/deploy
url="https://docs.sysreptor.com/assets/offsec-designs.tar.gz"
curl -s "$url" | docker compose exec --no-TTY app python3 manage.py importdemodata --type=design

Note: 🔒 All content is for educational purposes only. Always hack responsibly and with permission.