-
Notifications
You must be signed in to change notification settings - Fork 10
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
Couldn't receive packets (was: The device does not respond to ping requests (which device is the app talking about?)) #23
Comments
Not in language I really know (Java?) but what I think I understand about the sequential stuff here Reflashing not helping. Need to get some other board for trying again. |
Tested now with the Sonoff SV board (esp8266) and now with Atom S3 (esp32-S3) and both give identical results: device (the custom AP) not responding to ping requests. Looks like there is a bug somewhere. Either the custom AP or the android app but I have no idea which. |
Got serial working. This much I get:
and nothing else. |
Connectin to the customAP wifi manually and trying to access stuff manually with phonw web browser leads to more results:
This leads me to think its the android app part that is not doing something right. |
The ip-adreses made me think they are familiar. I realized I have nordvpn meshnet on on both phones 🤦♂️ Now stuck at the already seen on other threads couldn't receive packets from the device. More trying later. |
Could you explain a bit more what happened? I was following along right up till
Which is exactly where I am. Except I don't have meshnet or a vpn or anything close to that, so I don't understand what you did to fix it. I don't understand how it is supposed to work since it never even seems to try connecting to the devices AP, only to the customAP if you select "unconfigured"... |
For me, this issue was caused by using an older version of Android (version 9). It was indeed skipping steps where it sets up the device to connect to the CustomAP, etc. Using version 14 on a different phone did not have the same issue. |
Trying to dump flash.
Have Sonoff SV that I flashed with the custom ap, the wifi network is visible.
The android app says device is nor responding...
Is the custom ap not ok? Or the device I am trying to exploit is not answering?
Do the instructions miss a part where I somehow connect the victim device manually to the custom ap or would that come later? I cannot understand/find out when and how to do that.
What am I doing wrong :P
The text was updated successfully, but these errors were encountered: