PWN//NET is the ultimate ethical bug-hunting and networking toolkit designed for security researchers, penetration testers, and enthusiasts. From identifying critical vulnerabilities to uncovering hidden attack surfaces, PWN//NET equips you with 45+ real-world scanners and diagnostic tools to find exploitable bugs, exposed secrets, and misconfigurations — all in a clean, responsive interface.
Whether you're a beginner learning the ropes of ethical hacking or a seasoned professional hunting for bounties on production targets, PWN//NET provides the advanced reconnaissance capabilities you need to succeed.
Available on Web + Android APK
-
⚡ Tools Grid — 48 ready-to-use tools including:
- CVE Database & ExploitDB
- AI Vulnerability Analyzer
- Subdomain Enumeration
- JS Secrets & Endpoint Scanner
- CORS Misconfiguration Audit
- Extensive Dork tool
- Web Crawler
- WordPress Scanner
- Admin Finder
- Have I Been Pwned
- Phone Crawler
- NFC & Bluetooth
- Port Scanning
- LLM Jailbreaker
- Native Nmap
- And many more...
-
🐞 Ethical Bug Hunting — Purpose-built for security researchers, beginners, and seasoned professionals to identify real attack vectors like exposed API keys, subdomains, and loose CORS policies.
-
🖥️ Live Terminal — Real-time command output so you can see exactly what’s happening under the hood.
-
📜 Logs System — Automatically saves your activity and results for later review.
-
📚 Learning Resources — Built-in references:
- Common Ports
- OSI Model
- Nmap Cheat Sheet
- OWASP Top 10
- And more
- Download the latest
.apkfrom the Releases page. - Enable "Install from Unknown Sources" in your Android security settings.
- Install and open the app.
Note: The mobile version is perfect for on-the-go network reconnaissance.
# 1. Clone the repository
git clone https://github.com/K4N3CO-LABS/PWNNET-Toolkit.git
# 2. Navigate into the project
cd PWNNET-Toolkit-main
# 3. Install dependencies
npm install
# 4. Start the development server
npm run devTo open app:
Click the URL shown in the terminal (usually http://localhost:3000 or http://0.0.0.0:3000).
| Layer | Technology |
|---|---|
| Frontend | React + TypeScript + Vite |
| Backend | Express + Node.js (Proxy & APIs) |
| Styling | Tailwind CSS |
| Mobile | Capacitor (Android/Java WebView) |
| Utilities | Node.js |
This project uses Capacitor to wrap the web app into a native Android project. The native code is located in the android/ folder, which can be opened directly in Android Studio.
To build and sync the latest web code to the Android project:
# 1. Build the frontend web bundle
npm run build
# 2. Sync the built files and plugins to the Android project
npx cap sync android
# 3. Open in Android Studio
npx cap open android- Add more advanced tools (vulnerability scanning, packet crafting, etc.)
- Export results as PDF, JSON, or CSV
- Desktop application using Electron
If you find PWN//NET useful, please consider giving the project a star ⭐ — it helps a lot!
Donations (optional but greatly appreciated):
Bitcoin: (BTC)
bc1qqh84tnwrkm2sn2wg8r8tzt7sljee6q0km8a5wt
Etherium: (ETH)
0x6afB80004a277EF9A8De9Bf4b597681cF3A638e9
Solana: (SOL)
DGheMtGdnVCLDXRb7yQijAWUT1eU1Xt1tP4eY2rkRdCD
PWN//NET-Toolkit is for educational and authorized use. Only use on networks and systems you have permission to test on.
— Enjoy responsibly! Feel free to open issues or submit pull requests. Contributions are welcome!
This project is licensed under the MIT License.