https://isthatoniondown.com A simple web application to check the status of an onion URL from the clearnet.
This application allows users to enter an onion URL and check its status. The application uses a SQLite database to store the search history, and a simple captcha system to prevent abuse.
This can be run from clearnet with no need to go through TOR proxies, as the back end will handle this
- Requirements Server 1 (Linux for FE, PHP8+, Nginx)
- Capture url check from user.
- Store in search history SQLite database
- Captcha system to prevent abuse
- Display last 10 search history
- 2 API's with tokens - show pending and update with status
- Requirements Server 2 (Linux for BE, Python3, TOR, cURL, toriptables3)
- toriptables3 to route all traffic through TOR
- Py script runs every minute via cron
- Gets pending urls from API
- Does a curl check
- Post url status update to FE server
Self explanitory based on requirements
- This application is for educational purposes only.
- The application does not guarantee the accuracy of the onion URL status.
- The application does not store any sensitive information.
- Use at own risk and perril
- No support will be provided
This application is licensed under the MIT License.
- The terminal-like design is inspired by TTY-UI
- The tori[ptables3 system is based on toriptables3