
Note : The project is currently in testing phase, do not hesitate to open an issue if you encounter a bug or if you want to suggest an addition.
- Dashboard with your customizable statistics according to different filters
- Add/remove platforms
- Add/Remove Programs
- System for adding notes to a program
- Report management system
- Markdown support
- Template management system
- Templates are applicable to a report
- Invoice creation system
- This feature is currently planned for Intigriti according to the French billing model.
- Settings
- Add/remove user (Administrator/hunter)
- Site language (FR/EN)
- update reCaptcha keys
- Complete rewrite with Symfony
git clone https://github.com/lucasmartinelle/Bounty-DashboardChange your language (default :EN) and SMTP information in the file ./app/init.php.
Build the container & start :
docker-compose build
docker-compose up -d
No SMTP ?
If you do not have an SMTP server, after installation, go to the container and connect to the MySQL database.
mysql -u root -h dbbountydash -p bugbounty
UPDATE users SET active = 'Y' WHERE username = 'your_username'
Dashboard :







