mirror of
https://github.com/0xdeadbeefnetwork/Copy_Fail2-Electric_Boogaloo.git
synced 2026-05-16 10:50:09 +00:00
run.sh is not executable
This commit is contained in:
parent
d5ab58e091
commit
ae756326b2
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ Bug: https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=f
|
||||||
|
|
||||||
## Run
|
## Run
|
||||||
|
|
||||||
./run.sh # install + drop into root shell
|
sh ./run.sh # install + drop into root shell
|
||||||
./run.sh --clean # revert /etc/passwd via the same primitive
|
sh ./run.sh --clean # revert /etc/passwd via the same primitive
|
||||||
|
|
||||||
Adds passwordless uid-0 user `sick` to `/etc/passwd`, then `exec su - sick`.
|
Adds passwordless uid-0 user `sick` to `/etc/passwd`, then `exec su - sick`.
|
||||||
PAM `nullok` accepts the empty password silently — no input needed. The
|
PAM `nullok` accepts the empty password silently — no input needed. The
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue