- git clone
- composer update
- cp .env.example .env
- create database and update same records in .env
- php artisan key:generate
- php artisan migrate:fresh --seed
- php artisan serve from the root dir
first you need to install sudo apt install php7.x-dev
$ git clone https://github.com/cdoco/php-jwt.git
$ cd php-jwt
$ phpize && ./configure --with-openssl=/path/to/openssl
$ make && make install
- user@example.com password
- admin@example.com password
added blind sql injection at /admin/users, go to view source and search for commented code inside form tag, pass those as query and it will work