https://github.com/scripttiger/torpanel
A small Java Tor controller widget that stays conveniently on top and out of the way with a minimal footprint while you go about your activities. Also includes a Tor version checker to make sure your version of Tor is up to date.
https://github.com/scripttiger/torpanel
scripttiger tor tor-control
Last synced: 9 months ago
JSON representation
A small Java Tor controller widget that stays conveniently on top and out of the way with a minimal footprint while you go about your activities. Also includes a Tor version checker to make sure your version of Tor is up to date.
- Host: GitHub
- URL: https://github.com/scripttiger/torpanel
- Owner: ScriptTiger
- License: mit
- Created: 2023-05-05T16:38:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-25T00:50:43.000Z (10 months ago)
- Last Synced: 2025-02-25T01:30:44.657Z (10 months ago)
- Topics: scripttiger, tor, tor-control
- Language: Java
- Homepage: https://scripttiger.github.io/more/
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://docs.google.com/forms/d/e/1FAIpQLSfBEe5B_zo69OBk19l3hzvBmz3cOV6ol1ufjh0ER1q3-xd2Rg/viewform)
[](https://github.com/ScriptTiger/TorPanel)
# TorPanel
A small Java Tor controller widget that stays conveniently on top and out of the way with a minimal footprint while you go about your activities. Also includes a Tor version checker to make sure your version of Tor is up to date.
**TorPanel-8.jar**
Supported by JDK/JRE 8+ (suitable for most users).
**TorPanel-17.jar**
Supported by JDK/JRE 17+.
By default, TorPanel will connect to 127.0.0.1:9051, attempt to authenticate to Tor without a password, compare the connected version of Tor to the latest stable version of Tor (Tor Expert Bundle, not Tor Browser), and open a warning dialog if the versions are different. To change the default behavior, you can create a `torpanel.conf` file in the working directory and include key-value pairs for `host`, `port`, and `secret`, delimited by a `=` (i.e. `secret=password`). The key-value pair for `check` is also available, with possible values of `true` or `false` to enable or disable version checking, respectively.
# More About ScriptTiger
For more ScriptTiger scripts and goodies, check out ScriptTiger's GitHub Pages website:
https://scripttiger.github.io/