DOKOS-WEBTERMINAL
A webterminal that allows to run dokos password cracking tool.
Dev environment
This is not a deployment solution
Prerequisites
- PHP >= 8.1
- Node.js >= 16 so you should probably install a recent version from https://deb.nodesource.com/
Installation
If not already done, run:
cp env.local .env
touch ./database/database.sqlite
composer install
npm install
php artisan migrate
Run
In one terminal:
php artisan serve
In another terminal:
npm run dev
Prod deployment
The image is automatically built and deployed on every push to master.