I have a genexis platinum 4410 router given by my isp. I have been trying for a while to get ssh or telnet access into the router. I don't have any specialised hardware and I don't think my isp will give me access if I asked them. I tried playing around with the webui, specifically the diagnostics ui, as i thought there might be a command injection vulnerability. After wasting a lot of time on that, I got the firmware binary from the internet. I used a mips emulator and mounted the firmware and found some new web routes cgi-bin/telnet.asp and cgi-bin/telnet.cgi, I went to telnet.asp and enabled telnet in there but it doesn't seem to be doing anything, so I went to telnet.cgi, which seem to do some kind of validation, using tcapi binary, i tried reversing the binary but didn't get much progress in it as I am not that familiar with mips assembly, but I did find out that the credentials are stored in the memory of the router and not in the firmware itself. Currently I am stuck here, and I haven't found anyone who got root access to this router on newer firmware. If anyone knows what to do please give me some advice