User's banner
Avatar

A Basil Plant

ABasilPlant@lemmy.world
Joined
11 posts • 87 comments

InfoSec Person | Alt-Account#2

Direct message

Hands down, one of the best tools I’ve used in a very long time:

https://github.com/PJ-Singh-001/Cubic

Download a Debian 12 standard live ISO (or with GNOME or any other iso) and you’re good to go. I’ve compiled custom kernels with it too. If you want persistence, then you use mkusb.

permalink
report
reply

Use the live version (thd try without installing option). You can also remove the installer code if you really want to - I think Ubuntu uses ubiquity/subiquity.

permalink
report
parent
reply

This is such a cool photo - I’m going to use it as my laptop wallpaper (if that’s okay 🤞)!

permalink
report
reply

I’ve been using Hugo since 2017. I recommend it wholeheartedly.

permalink
report
parent
reply

Absolutely. Check out side channel attacks. The problem here isn’t about software exploits, but hardware issues. https://en.wikipedia.org/wiki/Side-channel_attack

Some things to get you started: Meltdown and Spectre: https://en.wikipedia.org/wiki/Meltdown_(security_vulnerability), https://en.wikipedia.org/wiki/Spectre_(security_vulnerability)

Rowhammer: https://en.wikipedia.org/wiki/Row_hammer

These are exploited by malicious processes doing something to the hardware which may result in information about your process(es) being leaked. Now, if this is on your computer, then the chances of encountering a malicious process that exploits this hardware bug would be low.

However, when you move this scenario to the cloud, things become more possible. Your vm/container is being scheduled on CPUs that may/may not be shared by other containers. All it would take is for a malicious guest VM to be scheduled on the same core/CPU as you and try exploiting the same hardware you’re sharing.

permalink
report
reply

You’re right, that’s exactly what happened. If you look at the top of the trace, it says __handle_sysrq. Moreover, it’s in the sysrq_handle_crash. That gets called when a sysrq combo is pressed.

permalink
report
parent
reply

Huge +1 for BobbyBroccoli. Most entertaining & gripping documentaries I’ve watched in a long time. The two part Cloning documentary (Part 1, Part 2) was absolutely spectacular.

Lemmino is great as well.

permalink
report
parent
reply