📝 Subfinder-GUI is a graphical user interface (GUI) version of the popular subfinder tool, designed to find subdomains of a given URL. Built using Node.js, it offers a simple yet efficient way to discover subdomains with ease, making it accessible for beginners and professionals alike.
✅ GUI-Based Interface - No need for command-line usage; interact through an easy-to-use interface.
✅ Efficient Subdomain Enumeration - Quickly discovers subdomains using multiple reliable sources.
✅ Built with Node.js - Ensures lightweight, fast, and smooth performance.
✅ Real-Time Results - Displays discovered subdomains in a structured format instantly.
✅ Minimal Setup - No complex configurations required; just run and start finding subdomains.
📌 Clone and Unzip the Repository
git clone https://github.com/Ap1311/subfinder-GUI.git
📌 Navigate to the Directory
cd subfinder-GUI
📌 Run the Application
node app.js
📌 Open in Browser
- Visit http://localhost:3000 to access the GUI.
| OS | Support Level |
|---|---|
| 🐧 Linux | Excellent |
| 🖥️ Windows | Excellent |
| 🍏 MacOS | Excellent |
| 📱 Android | UnSupported |
1️⃣ Run node app.js to start the application.
2️⃣ Open your browser and go to http://localhost:3000.
3️⃣ Enter the target URL in the input field.
4️⃣ Click on the Find Subdomains button.
5️⃣ View the discovered subdomains in real time.
| Issue | Cause | Solution |
|---|---|---|
| ❌ "No subdomains found" | Target URL has no subdomains | Try with a different domain |
| 🔄 "Server not running" | Node.js is not installed | Install Node.js and rerun node app.js |
| 🚫 "Port already in use" | Another service is using port 3000 | Change the port in app.js file and restart |