ESFileExplorerOpenPortVuln icon indicating copy to clipboard operation
ESFileExplorerOpenPortVuln copied to clipboard

No response after running commands

Open sivansundar opened this issue 6 years ago • 2 comments

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?

sivansundar avatar Jan 17 '19 19:01 sivansundar

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.

You can also run my Fork, which accepts an IP as input: https://github.com/chargz/ESFileExplorerOpenPortVuln/

chargz avatar Jan 18 '19 04:01 chargz

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.

Thanks @chargz

sivansundar avatar Jan 18 '19 08:01 sivansundar