Fastest way to figure out where shit's being hosted.
Have you ever tried to reverse engineer a website hosting provider? It's a pain in the ass. Wouldn't it be nice if you could type in example.com and it just.. works?
Host Hunt is a modern and open-source client-side tool that allows you to determine the hosting provider of any website. Just type it in, Host Hunt handles the rest.
Contributions are welcome! If you have a suggestion or find a bug, please open an issue. If you want to contribute code, please fork the repository and open a pull request.
To add a new hosting provider, you need to add a new entry to the HOSTING_SIGNATURES array in src/constants/signatures.ts. Each entry should include the following:
- id
- name
- color
- icon
- patterns
To run the project locally, you need to have Node.js and npm installed.
-
Clone the repository:
git clone https://github.com/TheAmanM/host-hunt.git
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
This will start the development server at http://localhost:5173.
This project is licensed under the MIT License.
