-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All available CMD payloads #12
Comments
These are the
|
These are other allowed tags:
|
Thanks for the info. I have filed the info and will use this for the next release! |
Q1: I have found that there is also a newer http://192.168.30.2:10000/edilife.cgi which takes and responds by base64 encoded POST or content. But I could not yet make sense out of the bit patterns of the decoded packets. I was able to replay one of them and get an answer, also base64 encoded. Q2: is there knowledge how registration to some WLAN router works? |
Think about the id attribute as if it were the HTTP request type. Basically the connection init works as follows:
If you really want to know how it works - take the binary into IDA and analyze the SYSTEM_INFO part of the cgi. Plz bro world too has its limits. |
@noneevr2 |
Well, it is quite simple: just pick one of the |
One more finding: it may be necessary to base64 encode the password. |
Any new findings by anyone? Unfortunately I could so far not find the missing piece. Help is appreciated. |
This is not a please bro forum. If you know ASM, disassemble and check yourself. Use IDA. Otherwise you will probably need to pay someone for doing it, this kind of "research" can be very time consuming. IDA software itself is already priced at ~$2k only for disassembly. With it, finding the routines is easy, matching the logic challenging but doable. Without IDA - well good luck. Plan for even more time spent.
On Mon, Sep 23, 2019 at 3:13 PM +0200, "Golden Delicious Computers GmbH&Co. KG" <[email protected]> wrote:
Any new findings by anyone? Unfortunately I could so far not find the missing piece. Help is appreciated.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
What is a "please bro forum"? |
Firstly, all XML must contain the
SMARTPLUG
tag with attributeid
=edimax
or there will be an "XML Header error". These are the possible tags forCMD
tag with attributeid
=get
.SSID_LIST
=>SSID_DATA
contains fieldsSSID
,BSSID
,CHANNEL
,SIGNAL
,MODE
,ENCRYPTION
,AUTHENTICATION
INTERNET
=> (online status, checks against one of yahoo, ibm or google)SYSTEM_INFO
(mail, smtp pass, timezone, ntp servers, daylight, system name)SCHEDULE
TEST_MAIL
Device.System.Time
=> contains%Y%m%d%H%M%S
Device.System.Power.State
Device.System.Power.NextToggle
NOW_POWER
(elecc get_now)POWER_USAGE
POWER_HISTORY
The text was updated successfully, but these errors were encountered: