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

No response after running commands #13

Open
sivansundar opened this issue Jan 17, 2019 · 2 comments
Open

No response after running commands #13

sivansundar opened this issue Jan 17, 2019 · 2 comments

Comments

@sivansundar
Copy link

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?

@chargz
Copy link

chargz commented Jan 18, 2019

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/

@sivansundar
Copy link
Author

sivansundar commented Jan 18, 2019

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

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

2 participants