
Well on my Windows 11, it says it's a PUA, which gave me a scare. The latest release needs a little fixing it seems.
Sunday October 31st 2021 - qBittorrent v4.3.9 and v4.4.0rc1 release
This is a months old issue. Microsoft at some point just decided to mark a lot of things "Unwanted" and also enabled "Unwanted" as disabled. It's just ridiculous at this point. Feels like using Comodo which flags everything that's not signed. Unfortunately, code signing is a really expensive (and cumbersome) process. It costs 300 EUR+ a year, just the cert alone. And someone has to manage it, safeguard it, sign stuff with it, yadda yadda.lezerogan wrote: Tue Nov 02, 2021 6:16 am How can you be sure it is a false positive?
Microsoft insist this version includes a trojan
As you can see, "PUA". Ie.: Not a virus.
I am fairly sure that's not what happens.FoolishCookie wrote: Tue Nov 02, 2021 12:18 pm.. It seems the QBitTorrent installer kills a Windows Error Reporting service and makes registry changes to no longer back up a log file related to the Background Intelligent Transfer Service.
I'm curious why QBitTorrent needs to kill the error reporting service and prevent the system from backing up log files related to BITS? That seems like odd behavior for a torrent client.
Code: Select all
wget -O key.asc https://raw.githubusercontent.com/qbittorrent/qBittorrent/master/5B7CC9A2.asc
Code: Select all
gpg --import key.asc
Code: Select all
gpg --verify ./qbittorrent_4.3.9_x64_setup.exe.asc ./qbittorrent_4.3.9_x64_setup.exe
Code: Select all
sha256sum.exe ./qbittorrent_4.3.9_x64_setup.exe
Thank you for your reply, Peter.Peter wrote: Wed Nov 03, 2021 9:47 am So, you need gpg. For me, "Cygwin" is the easiest option. But you have native Win32 GPG available too.
Where did you get the URL for that ASC file from? I know that the qBitTorrent website has a few links to ASC files, but none of them match with the URL you provided when I move my mouse over the text linking me to where the ASC files are located.Peter wrote: Wed Nov 03, 2021 9:47 amwget -O key.asc https://raw.githubusercontent.com/qbitt ... 7CC9A2.asc