Share
## https://sploitus.com/exploit?id=8E4A803C-3753-53B6-B1AD-BF38B547FD11
# msfpro ๐ฅ
> Lightweight Web Exploitation Framework for Bug Bounty Hunters
---
## ๐ Features
- ๐ IDOR scanning
- ๐ฅ XSS detection
- ๐ง SQL Injection testing
- ๐ LFI / SSRF detection
- โก Smart scanning engine
- ๐ป Interactive CLI (Metasploit-style)
---
## โ๏ธ Installation
git clone https://github.com/sangammunda40-collab/msfpro.git
cd msfpro
clang main.c core/http.c modules/*.c -lcurl -lpthread -o msfpro
---
## ๐ป Usage
./msfpro
### Example
use idor
set TARGET https://example.com/api/user
run
---
## ๐ Modules
idor - IDOR brute force
xss - XSS detection
sqli - SQL injection
lfi - Local file inclusion
ssrf - SSRF detection
---
## โ ๏ธ Disclaimer
This tool is for educational and authorized testing only.
---
## โญ Support
If you like this project, give it a โญ on GitHub!