Adding a Root user
This technique is not opsec at all !
For some reason, it is not important that a user is named βrootβ, but that itβs uid is 0. So if you create a user with the uid 0, youβll have root privileges. Multiple users with the same uid but different name isnβt harmful. So combining this with the 1000 scroll lines trick mentioned above, you have to do something like this:
add 1000 lines to the passwd
file and do the things above again. To counter:
Oneliner for non-interactive shells
Last updated