Create pry.md

This commit is contained in:
bcoles 2020-03-17 18:49:25 +11:00 committed by Andrea Cardaci
parent 5f31fe4292
commit cc74dd22d8

11
_gtfobins/pry.md Normal file
View File

@ -0,0 +1,11 @@
---
functions:
shell:
- code: |
pry
system("/bin/sh")
sudo:
- code: |
sudo pry
system("/bin/sh")
---