Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/crowsec-edtech/larasploit

Laravel Automated Vulnerability Scanner
https://github.com/crowsec-edtech/larasploit

Last synced: 3 months ago
JSON representation

Laravel Automated Vulnerability Scanner

Lists

README

        

# Todo

- [x] Laravel Fingerprint
- [x] Laravel Leak .env
- [x] Laravel Debug Mode
- [ ] Laravel CVE-2018-15133
- [x] Laravel Ignition CVE-2021-3129
- [ ] Insecure Deserialization with APP_KEY leaked
- [x] Interactive mode

# Install

- Clone repo and dependency

```
git clone https://github.com/carlosevieira/larasploit
cd larasploit
pip3 install -r requirements.txt

```
- Run

```
python3 larasploit.py https://target.com

```