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

issue with poc.py #22

Closed
0xh0n3y opened this issue Apr 6, 2019 · 2 comments
Closed

issue with poc.py #22

0xh0n3y opened this issue Apr 6, 2019 · 2 comments

Comments

@0xh0n3y
Copy link

0xh0n3y commented Apr 6, 2019

root@0xh0n3y:~/Downloads/repos/ESFileExplorerOpenPortVuln# python3 poc.py --cmd getDeviceInfo --network 195.163.1.
Traceback (most recent call last):
File "poc.py", line 170, in
main()
File "poc.py", line 157, in main
scan_host(options.network + str(ip))
File "poc.py", line 144, in scan_host
if is_up(addr):
File "poc.py", line 79, in is_up
if not s.connect_ex((addr, 59777)):

root@0xh0n3y:~# # how to fix this issue

@bladeswords
Copy link

It looks like you didn't get the IP address correct in the --network argument. Missing the last octet.

@bladeswords
Copy link

@0xh0n3y you can probably close as user error.

@0xh0n3y 0xh0n3y closed this as completed May 15, 2019
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