Speyedr

Results 13 comments of Speyedr

> This is what I was talking about by just filtering the malicious traffic. You're either going to be playting circle jerk trying to find all the edge cases that...

Additionally, translations need to be possible without modifying the source code so that people can add their own language without needing to know Python syntax. Ideally, translations are dynamically loaded...

> This is just my room temperature take on this, but is it possible the issue relies on PEBCAK? When I used to do attacks, we'd have to deal with...

> Wouldn't it be smarter to attack level 2 instead of just sticking some level 3 signaling Python nonsense? ARP poisoning comes to mind. It's a classic attack, one that's...

As an absolute last resort, _maybe_ I could resort to hooking something for debugging purposes but I don't think we'll ever get to that stage. As you've suggested, there is...

- Are you using a VPN service while the app is running? - We've had reports that services such as CloudFlare WARP may conflict with filtering heuristics as they also...

As you have suggested, a Wine version would be impossible because SCBlocker uses PyDivert, which is just a wrapper for WinDivert, which is a signed kernel driver that allows SCBlocker...

I'm not sure. The filters themselves are currently "fixed" but perform certain packet inspections which I don't think can be done with only `ufw` / `iptables`. - `DROP_LENGTH` checks if...

This sounds like a solid idea and I think this can be done, however, there are a couple things I'll need to consider: - What keybinds would be compatible while...

> I haven't been able to figure out any way to get it working, and I haven't seen anybody else able to get it working either. (Rubensei, for example.) >...