https://github.com/vrostbyte/cloak-scan
CloakScan - Your Privacy Sentinel A cutting-edge, zero-log privacy tool hosted on GitHub Pages.
https://github.com/vrostbyte/cloak-scan
browser browser-fingerprinting dns geolocation ip-address open-source privacy privacy-education privacy-tools security security-awesomess security-tools webrtc
Last synced: 2 months ago
JSON representation
CloakScan - Your Privacy Sentinel A cutting-edge, zero-log privacy tool hosted on GitHub Pages.
- Host: GitHub
- URL: https://github.com/vrostbyte/cloak-scan
- Owner: vrostbyte
- License: mit
- Created: 2025-03-04T23:23:00.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-04T23:25:09.000Z (7 months ago)
- Last Synced: 2025-03-05T00:25:11.183Z (7 months ago)
- Topics: browser, browser-fingerprinting, dns, geolocation, ip-address, open-source, privacy, privacy-education, privacy-tools, security, security-awesomess, security-tools, webrtc
- Language: HTML
- Homepage: https://vrostbyte.github.io/cloak-scan/
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CloakScan - Your Privacy Sentinel
A cutting-edge, zero-log privacy tool hosted on GitHub Pages.
## Features
- **IP Detection**: Discover your public and local IPs via WebRTC (no external servers).
- **Geolocation**: Reveal your approximate location using the HTML5 Geolocation API.
- **DNS Leak Info**: Learn about DNS leaks and how to test for them manually.
- **WebRTC Leak Info**: Get tips on preventing WebRTC leaks.
- **Browser Fingerprint**: View details that make your browser unique.
- **Cookie/Local Storage**: Check for tracking data stored in your browser.
- **Third-Party Requests**: Detect any external resource loads.
- **Security Headers**: Understand important security headers.
- **VPN/Proxy Info**: Learn how VPNs and proxies can enhance your privacy.## Mobile Compatibility
CloakScan is designed to be fully responsive and works seamlessly on mobile devices. Interactive elements are optimized for touch, and the layout adapts to various screen sizes.
## Deployment
1. Clone or fork this repository.
2. Push to GitHub (e.g., `username.github.io/cloakscan`).
3. In **Settings > Pages**, select `main` branch and `/ (root)`.
4. Visit the generated URL (e.g., `https://username.github.io/cloakscan`).## Notes
- **No Logging**: All checks are performed client-side; no data is stored or sent.
- **DNS Limitations**: True DNS leak tests require server-side logic, which is not possible here.
- **Browser Compatibility**: WebRTC IP detection may vary across browsers.## License
Free to use and modify under the MIT License.