SubFinder Web is a web-based subdomain enumeration tool built using Node.js and the node-pty library. It allows you to enter a subdomain and run the SubFinder command-line tool to enumerate subdomains on the server-side, and display the results in the browser using a terminal-like interface.
Before installing SubFinder-Web, make sure you have SubFinder installed on your system. You can download the latest version from the official GitHub repository.
To install and run SubFinder, follow these steps:
- Clone the repository:
git clone https://github.com/tegal1337/SubFinder-Web.git
- Install the dependencies:
cd SubFinder-Web
npm install
- Run the application:
node app.js
This will start the Node.js application and make it available at http://localhost:3000.
To use SubFinder, simply enter a subdomain in the input field and click the "Submit" button. The application will run the SubFinder command-line tool and display the results in the browser using a terminal-like interface.
Contributions are welcome! If you find any bugs or have any feature requests, please open an issue on the GitHub repository or submit a pull request.
This project is licensed under the GNU General Public License . See the LICENSE file for more information.