graphite@lemmy.worldtoFediverse@lemmy.world•Lemmy just had its first major hack. What happens next:English
4·
1 year agoThe way the hack was utilized is honest very creative and interesting;
That’s often the case with exploits.
The way the hack was utilized is honest very creative and interesting;
That’s often the case with exploits.
Sure. Not sure how that’s relevant though?
In general, finding an exploit requires looking for little tiny details that could exist in, really, any area of a given system; looking for a bug, and then exploiting that bug by understanding how input data can be used to create a deterministic chain of events.
This almost always requires thinking outside of the box.
There are people who are also paid to find these before malicious actors do.
It’s always going to be creative in some way, at least in the beginning.
It’s like when people first discover Quake’s fast inverse square root. Sure, the first time around it seems genius. In reality, code like that is actually everywhere, and there is a somewhat trivial aspect to optimizing those kinds of problems.