https://github.com/crowsec-edtech/larasploit
Laravel Automated Vulnerability Scanner
https://github.com/crowsec-edtech/larasploit
Last synced: 4 months ago
JSON representation
Laravel Automated Vulnerability Scanner
- Host: GitHub
- URL: https://github.com/crowsec-edtech/larasploit
- Owner: crowsec-edtech
- Created: 2021-03-17T14:58:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-23T01:22:31.000Z (about 3 years ago)
- Last Synced: 2024-08-01T15:31:23.548Z (7 months ago)
- Language: PHP
- Size: 93.8 KB
- Stars: 67
- Watchers: 2
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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```