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!