Sitelink is a simple tool that checks the status of the host address periodically. It sends a request to the destination host, and receives a response about its status.
- Flask
- Python libs incl. requests, socket, csv, time, threading
- Clone the repository.
- Install the required dependencies mentioned above.
- List your destination host addresses without 'http://' or 'https://' in Host field.
- Run the app.py.
- The output will be recorded in "results.csv" file.
This is a hobby project and does not represent any professional intends.