Replies: 2 comments
-
Root RCE over network for Orbic RC400L(substitute seession cookie)
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Version 0.6.0 now supports the Moxee https://efforg.github.io/rayhunter/moxee.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://www.moxee.com/hotspot
I took a look at this device, and so did @oopsbagel independently. Here's what we know:
I took a look at the orbic's
goahead
binary with ghidra, to learn something about either the orbic or the moxee hotspot.SetPortMode
this endpoint is available on both moxee and orbic. it looks like it is supposed to set usb composition, according to ghidra. you can find it by searching for SetPortMode in ghidra's strings table, in
goahead
binary.returns
{"retcode": 100}
but I don't know why. tried a few variants ("1"
vs1
) but nothing changesSetRemoteAccessCfg
also available in both devices. is supposed to launch telnet and/or sshd. does not work:
returns
{"retcode": 0}
(success) but nothing is launchedBeta Was this translation helpful? Give feedback.
All reactions