-
-
Save milankragujevic/21297ccdafc07cfb51823ebe5d117d64 to your computer and use it in GitHub Desktop.
var ids = [4,5,6,7,8,9,10,11,12,13,14] | |
ids.forEach(function (id) { | |
if(id) { | |
fetch("http://192.168.0.1/goform/goform_set_cmd_process", {"credentials":"include","headers":{},"referrer":"http://192.168.0.1/index.html","referrerPolicy":"no-referrer-when-downgrade","body":"isTest=false&goformId=DELETE_SMS&msg_id=" + id + "¬Callback=true","method":"POST","mode":"cors"}); | |
} | |
}) |
im thinking the fact that mine was rebranded by provider , they changed something in the firmware .
but not sure if a dump of another mf283v firmware unlocked would fix some of these issues . i heard that wps and reset (something like that ) puts the device in recovery mode tho never tried it and i think thats using UART interface .
Did you log in to webui before? Do not reflash the mkdwm, you will break it.
Did you log in to webui before? Do not reflash the mkdwm, you will break it.
before trying the curl command: yes
dont even know how to reflash it also i do not have a dump from another device that's unlocked to try it , but i will remember that for future ref.
Добрый день! Пытаюсь почистить память в роутере ZTE MF 910.
Каким образом запустить там скрипт? Может можно как-то запустить очистку всех смс из адресной строки браузера?
just tried and curl command still resulted in failure sadly .