Skip to content
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

Device Discovery via TDDP #9

Closed
mweinelt opened this issue Nov 22, 2016 · 5 comments
Closed

Device Discovery via TDDP #9

mweinelt opened this issue Nov 22, 2016 · 5 comments

Comments

@mweinelt
Copy link
Collaborator

mweinelt commented Nov 22, 2016

https://www.softscheck.com/en/reverse-engineering-tp-link-hs110/#TP-Link Device Debug Protocol

It says the TP-Link Device Debug Protocol has the ability to discover devices inside the same broadcast domain. A reference implementation of the general protocol is available at https://github.com/softScheck/tplink-smartplug/tree/master/tddp-client.

@GadgetReactor
Copy link
Owner

Ah thanks so much for this!

@mweinelt
Copy link
Collaborator Author

Also check out this fresh vulnerability report: http://www.coresecurity.com/advisories/tp-link-tddp-multiple-vulnerabilities

@rytilahti
Copy link
Collaborator

Device discovery doesn't need TDDP implementation, just a broadcast UDP packet to 255.255.255.255:9999. The devices will reply with usual payloads.

Request payload:
{"system": {"get_sysinfo": None}, "emeter": {"get_realtime": None}}

@rytilahti
Copy link
Collaborator

This has been implemented (not with TDDP though, but I'd say extra work on this is not worth the effort), so closing for now.

@babanaweed
Copy link

babanaweed commented Feb 19, 2018

Please help me with this exploit how to use it.
https://www.exploit-db.com/exploits/40814/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants