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

Tried from macOS and virtualbox Centos7, without success.. #4

Closed
rusnino opened this issue Jul 27, 2020 · 6 comments
Closed

Tried from macOS and virtualbox Centos7, without success.. #4

rusnino opened this issue Jul 27, 2020 · 6 comments

Comments

@rusnino
Copy link

rusnino commented Jul 27, 2020

Hello, there is my outputs, also seeking some packets in wireshark, but no specific packets to port 31337 received.
What is the additional conditions to exploit working? maybe Xiaomi fixed it in recent ships?

2020-07-27_18-05-11
2020-07-27_18-05-22
2020-07-27_18-06-02

@tangruize
Copy link

I also failed and I tried another script and succeeded. The difference is that line 17 of ppppd-cve.py is commented out.
change

    if src.startswith("88:c3:97") or src.startswith("8c:53:c3") :
        src,dst = dst,src

to

    #if src.startswith("88:c3:97") or src.startswith("8c:53:c3") :
    src,dst = dst,src

Have a try?

@ecklf
Copy link
Owner

ecklf commented Jul 28, 2020

I also assume this might be mac address related. @rusnino does it start with 8C:53:C3 or something else (you can find it in your routers web config at the bottom)?

@tangruize
Copy link

tangruize commented Jul 28, 2020

The MAC address of my router starts with "28:d1:27". It seems that @rusnino's MAC starts with "50:d2:f5". I think it can be very different. Maybe the if-condition is not required?

@rusnino
Copy link
Author

rusnino commented Jul 28, 2020

I also assume this might be mac address related. @rusnino does it start with 8C:53:C3 or something else (you can find it in your routers web config at the bottom)?

Yes, router MAC is different, it starts with 50:D2:F5. Will try with modified python scripts.

@rusnino
Copy link
Author

rusnino commented Jul 28, 2020

adding this to pppd-cve.py finally helps
if src.startswith("88:c3:97") or src.startswith("8c:53:c3") or src.startswith("50:d2:f5"):

@ecklf
Copy link
Owner

ecklf commented Jul 28, 2020

@rusnino cool, I will update the guide to close this issue.

@ecklf ecklf closed this as completed in 3b98547 Jul 28, 2020
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

3 participants