Trying to write a script to auto update tor expert bundle on Windows 10

An bundle you want to autoupdate in Windows 10, is really a bad idea! Or are you such an expert, which can handle the traffic you have allowed to/from Windows Servers? Regards David Sent with [ProtonMail](https://protonmail.com) Secure Email. ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Friday, January 24, 2020 11:13 PM, Keifer Bly <keifer.bly@gmail.com> wrote:
Hello list,
I am attempting to write a VBscript similar to this one at https://superuser.com/questions/59465/is-it-possible-to-download-using-the-w...
I am wondering, is there a url to download the tor expert bundle as well as OBFS4 that does not change for newer versions? The bridge I am trying to do this for is here:
Thank you.
--Keifer

I am trying to find a way to cleanly keep tor up to date, thank you. On Mon, Jan 27, 2020 at 12:45 AM David Poulsen <atuaruk@protonmail.com> wrote:
An bundle you want to autoupdate in Windows 10, is really a bad idea! Or are you such an expert, which can handle the traffic you have allowed to/from Windows Servers?
Regards David
Sent with ProtonMail <https://protonmail.com> Secure Email.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Friday, January 24, 2020 11:13 PM, Keifer Bly <keifer.bly@gmail.com> wrote:
Hello list,
I am attempting to write a VBscript similar to this one at https://superuser.com/questions/59465/is-it-possible-to-download-using-the-w...
I am wondering, is there a url to download the tor expert bundle as well as OBFS4 that does not change for newer versions? The bridge I am trying to do this for is here:
Thank you.
https://metrics.torprojectorg/rs.html#details/386E99371B8CD938248940B754F16A... <https://metrics.torproject.org/rs.html#details/386E99371B8CD938248940B754F16AAC54B5712B>
--Keifer
_______________________________________________ tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
-- --Keifer

On Fri, 24 Jan 2020, Keifer Bly wrote:
Hello list,
I am attempting to write a VBscript similar to this one at [1]https://superuser.com/questions/59465/is-it-possible-to-download-usi ng-the-windows-command-line
I am wondering, is there a url to download the tor expert bundle as well as OBFS4 that does not change for newer versions? The bridge I am trying to do this for is here:
You can download the tor expert bundle from this URL: https://dist.torproject.org/torbrowser/9.0.4/tor-win64-0.4.2.5.zip However this URL changes when a new Tor Browser is released. The format of the URL is: https://dist.torproject.org/torbrowser/${torbrowser_version}/tor-win64-${tor_version}.zip You can get the current ${torbrowser_version} from this json file: https://aus1.torproject.org/torbrowser/update_3/release/downloads.json For the ${tor_version}, I think the easiest would be to look at the sha256sums-signed-build.txt file to find the filename matching tor-win64-*.zip.

I saw the emails about The Onion Pack from Ralph Wetzel. Does that auto update tor and OBFS4? Thanks very much. --Keifer On Sat, Jan 25, 2020 at 5:57 AM Nicolas Vigier <boklm@mars-attacks.org> wrote:
On Fri, 24 Jan 2020, Keifer Bly wrote:
Hello list,
I am attempting to write a VBscript similar to this one at [1] https://superuser.com/questions/59465/is-it-possible-to-download-usi ng-the-windows-command-line
I am wondering, is there a url to download the tor expert bundle as well as OBFS4 that does not change for newer versions? The bridge I am trying to do this for is here:
You can download the tor expert bundle from this URL: https://dist.torproject.org/torbrowser/9.0.4/tor-win64-0.4.2.5.zip
However this URL changes when a new Tor Browser is released. The format of the URL is:
https://dist.torproject.org/torbrowser/${torbrowser_version}/tor-win64-${tor_version}.zip
You can get the current ${torbrowser_version} from this json file: https://aus1.torproject.org/torbrowser/update_3/release/downloads.json
For the ${tor_version}, I think the easiest would be to look at the sha256sums-signed-build.txt file to find the filename matching tor-win64-*.zip.
_______________________________________________ tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
participants (3)
-
David Poulsen
-
Keifer Bly
-
Nicolas Vigier