undergroundwires / privacy.sexy

Open-source tool to enforce privacy & security best-practices on Windows, macOS and Linux, because privacy is sexy
https://privacy.sexy
GNU Affero General Public License v3.0
3.82k stars 164 forks source link

[BUG]: Online games login broken & Some apps (Firewall) #185

Closed MiRw3b closed 2 months ago

MiRw3b commented 1 year ago

So, i used privacy.sexy on 2 custom iso's (AtlasOS and DuckOS). And by using the windows defender disable, it somehow broke some online games like osu!lazer (can't login), but not all of them.

This issue wasn't there before using privacy.sexy, so i reverted some changes of the firewall services (both user and kernel) (script below) then restarted, but the issue is still here.

Here's below both the revert script config i used and the original config i used to tweak : the scripts mir used.zip

MiRw3b commented 1 year ago

i tried reverting even further, still not working. tried reinstalling/enabling all the protocols that were disabled including smb v1, also tried removing the drm restriction. still not working. i desesperatly need help coz 💀 i dont wanna reinstall windows over and over ye

MiRw3b commented 1 year ago

Welp, i think i found the cause of it, it might be that those games and apps doesn't support TLS and DTLS 1.3 => revert cryptography on iss changes & re-enable SMBV1 protocol Might be the fix, so uh; i guess you should put notices on it as it seems like it breaks things up.

redraskal commented 1 year ago

Were you able to actually start the firewall service after reverting? I can't start the Firewall service anymore after disabling and reverting because mpsdrv won't start.

Edit: Nevermind, Windows Update randomly fixed the problem?? I love Windows

undergroundwires commented 7 months ago

Thank you for the findings @MiRw3b and the suggested fix. I will release a patch doing the changes as per your suggestion to complete this issue and #175.

undergroundwires commented 2 months ago

The fix is released since 0.13.3 🎉.

I've reworked network-related scripts completely in 0.13.3, it should solve this issue along with others.