Also for some reason this article created a 500+ comment thread on the Orange Website where boomers complain about the authors pronouns.
Also for some reason this article created a 500+ comment thread on the Orange Website where boomers complain about the authors pronouns.
i've literally read the code and i still can't imagine this would actually work for anything if you don't even authenticate your root access. or is the bit that it's the "bottom" sudo so it just asks for access and anything you'd actually need sudo access for, to which the OS says "...no"
It's an incredibly secure solution to root access control. Every rejection is logged as well
Every time you run it, it spits out an error
🥺 ls
:bottom-speak: :speech-l:
PermissionDenied, message: "Operation not permitted"
:speech-r: :top-use-words:
lol, this is fucking hilarious. sad that i have literally zero people in my life that would understand this
The joke is about sudo replacements being looked down on by the community, so they wrote a sudo replacement that is told "no" by the kernel.
That's because the binary needs the right permissions. If it was root + setuid it should work on Unix.
So building it with the right permissions would actually allow it to run as a sudo alternative?
Yeah it would be essentially the same as sudo with the
NOPASSWD: ALL
option set in/etc/sudoers
I prefer my reading of the bit because a "bottom sudo" that only ever gets denied by the kernel is funnier
The way privileged escalation works on Unix is that any binary owned by root with the right permission bits set can switch to root, so it would actually work if you installed it correctly. I think the bit is just that 🥺 breaks ASCII red team tooling.