๐ 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 |