PHP Laravel Based Pentesting Report Writing Tool
- Copy the
.env.examplefile to.envand change the database details in there - Run
php composer.phar installandphp artisan db:migrate && php artisan db:seed
-
Currently the code looks for a file in "storage/app/uploads/Report_Template_v2.docx" as the template.
-
This will be configurable (obviously).
- Log into the application either by registering (should work!) or by using the following credentials (found in
database/seeds/UsersTableSeeder.php):
[email protected] : password
Currently this is very much in the development phase and therefore contains multiple known bugs. If you notice any bugs please feel free to log an issue in GitHub Issues and I'll get around to them.
If you want to fix any bugs or add features please feel free to clone the repo, add your fixes and issue a pull-request.