You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried a basic getDeviceInfo command and I don't get any response. The phone and the computer are connected to the same WiFi Network. After I run poc.py --cmd getDeviceInfo nothing happens and after 5 minutes, it returns back to the command line.
Tried the same thing with an emulator. Changed the IP address manually on the python script. i.e changed the addr values and still no luck. Any idea where I am going wrong?
The text was updated successfully, but these errors were encountered:
Run nmap -p 59777 <IP> to make sure the port is open on your phone. If it isn't, you probably have to open the app.
Once you know it's open, you can run the script.
For some reason, your script ran perfectly. Didn't have to run nmap or anything. But I do have a bunch of errors with certain commands. Will make a new thread for that.
Tried a basic getDeviceInfo command and I don't get any response. The phone and the computer are connected to the same WiFi Network. After I run
poc.py --cmd getDeviceInfo
nothing happens and after 5 minutes, it returns back to the command line.Tried the same thing with an emulator. Changed the IP address manually on the python script. i.e changed the addr values and still no luck. Any idea where I am going wrong?
The text was updated successfully, but these errors were encountered: