• 1 Post
  • 377 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle






  • i will simply want to scan projects that i personally use to be aware of its current state and future changes, before i blindly update apps i host.

    If you’re just doing this for yourself then you still need to know the programming languages involved, what kind of vulnerabilities exist, how to validate them and quite a bit of how the projects operate.

    The AI will output a lot of false positives and you will need to actually know if any of the “vulnerabilities” are valid or just hallucinations. Do you really want that extra workload?








  • I once redid the whole bootloader remotely.

    I had a remote server that wasn’t luks encrypted because I didn’t do that some 3 years ago when setting it up.

    So naturally I did the sane thing and kexec a live environment with ssh and a wireguard client, did an in-place encryption of the software raid disks, set up remote unlocking with VPN and rebooted.

    And I still can’t believe that it actually reconnected after that.