Viewing profile — Bu9818
Bu9818
HN member- Joined
- Tue, Aug 01, 2023, 11:50 AM UTC
- HN karma
- 94
- Public activity
- 69 items
- HN profile
- View on Hacker News ↗
About Bu9818
No profile information was provided.
Recent public activity
-
comment
Comment #40180540
The take away of that story is: don't post a message from Tor that gives out the network that you're entering Tor from.
-
comment
Comment #40180217
They're talking about the attack surface to get accidental code execution from opening files that try to exploit vim. Integrating shell commands with vim/less is a valid feature.
-
comment
Comment #39873258
>namespaces (which have been a frequent source of vulnerabilities)... Unprivileged user namespaces sure, but I don't think that applies to namespaces in general (which without unpr…
-
comment
Comment #39871161
Yeah I was wrong about that, I confused it with socket-activation passing. The systemd-side socket is available from the process.
-
comment
Comment #39870642
Services may be in a different mount namespace from systemd for sandboxing or other reasons (also means you have to worry about filesystem permissions I suppose). Passing an fd fro…
-
comment
Comment #39798049
Use Invidious, use RSS, use yt-dlp, use Tor.
-
comment
Comment #39214323
The vast majority of services and user programs don't need to escalate privileges by invoking SUID/SGID binaries. no_new_privs should be used on them so that the "setuid with libc/…
-
comment
Comment #38965645
It could be a FOSS portable binary that runs outside of a web browser.
-
comment
Comment #38730087
They aren't preventing you from using a content filter nor are they making it difficult to scrape the site. The counter measures against this are the problem.
-
comment
Comment #38729852
I agree, I don't even care about ads in specific. I primarily use the tor browser which doesn't block ads due to fingerprinting (it's ok for casual browsing, though some sites are …
-
comment
Comment #38669794
For faster session establishment in OpenSSH consider ControlMaster in ssh_config(5), which multiplexes multiple sessions in one connection instead of creating a new connection for …
-
comment
Comment #38283413
Lots of games won't ever be converted to Wayland (maybe some unofficially by replacing libraries with updated ones that still work with the game), we'll need some nested X server l…
-
comment
Comment #38108883
Also, malicious code can be pushed to the website if you are logging in through that. You have to trust that their infrastructure is safe.
-
comment
Comment #38095793
You can mark individual files as No_COW in btrfs, and No_COW + preallocation is a requirement for swapfiles anyway due to how the swap subsystem works.
-
comment
Comment #37963431
>affected 100% of the connections to XMPP STARTTLS port 5222 (not 5223) Why did they only target the STARTTLS port? On a related note, I would never use the STARTTLS port (opportun…
-
comment
Comment #37949801
Instead of replacing the md5sum on the download page an attacker could replace the infohash/magnet link/.torrent file.
-
comment
Comment #37949755
There's at least some differences, such as HTTP/2 usage, or maybe algorithm usage/bugs in newer versions. Whether or not most tracker staff actually bother to attempt fingerprintin…
-
comment
Comment #37895576
The article linked includes OOB verification as a scenario in TOFU. From the perspective of the ssh client it's TOFU (no CA chain for the client to perform a check), sure, that jus…
-
comment
Comment #37884738
systemd.directives(7) is useful if you know what directive you want to read about but not in what manual it's in.
-
comment
Comment #37841940
I recommend programs using Tor to be run in an empty network namespace then set http/HTTPS/ALL_PROXY to a Unix domain socket created in torrc (or use socat to get it on the namespa…
-
comment
Comment #37840006
If I'm allowed to use a software implementation (like with TOTP) so that my private keys can be stored in for e.g. a KeePassXC database so that I can back it up by having multiple …
-
comment
Comment #37800646
The captcha on this page takes a few seconds then says "Failure", with no message, then restarts itself, when using Tor Browser on the Safer mode. edit: Was able to get a mix of a …
-
comment
Comment #37785968
They have a couple more joke physical JP input methods: https://github.com/google/mozc-devices
-
comment
Comment #37785856
What in particular needs to be upstreamed and to what projects?
-
comment
Comment #37785843
Most of it is open source similarly to the Chrome/Chromium situation. But you're right that many Linux desktop users won't care about it due to it being locked down and limited, wh…