n1xbyte / CVE-2019-0708

dump

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IndexError: list index out of range

ttsite opened this issue · comments

How to solve it?

commented

i use like this success,but no rce,poc should change by yourself:
python3 poc.py 192.168.1.5 55

Traceback (most recent call last):
  File "22_0708poc.py", line 455, in <module>
    main(sys.argv[1], sys.argv[2])
  File "22_0708poc.py", line 103, in main
    tls.do_handshake()
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/OpenSSL/SSL.py", line 1915, in do_handshake
    self._raise_ssl_error(self._ssl, result)
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/OpenSSL/SSL.py", line 1639, in _raise_ssl_error
    raise SysCallError(errno, errorcode.get(errno))
OpenSSL.SSL.SysCallError: (54, 'ECONNRESET')

how to solve it ?

I can't use it here. I changed the version of python. The problem is the same.

Traceback (most recent call last):
  File "22_0708poc.py", line 455, in <module>
    main(sys.argv[1], sys.argv[2])
  File "22_0708poc.py", line 103, in main
    tls.do_handshake()
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/OpenSSL/SSL.py", line 1915, in do_handshake
    self._raise_ssl_error(self._ssl, result)
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/OpenSSL/SSL.py", line 1639, in _raise_ssl_error
    raise SysCallError(errno, errorcode.get(errno))
OpenSSL.SSL.SysCallError: (54, 'ECONNRESET')

how to solve it ?

read the last few lines and follw them to the main function for your answer. highly recommend you learn some python before running random exploits against "YOUR SYSTEMS".

struct.error: 'h' format requires -32768 <= number <= 32767

commented

Yes, I have the same problem,who can solve it?

struct.error: 'h' format requires -32768 <= number <= 32767

Traceback (most recent call last):
  File "22_0708poc.py", line 455, in <module>
    main(sys.argv[1], sys.argv[2])
  File "22_0708poc.py", line 103, in main
    tls.do_handshake()
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/OpenSSL/SSL.py", line 1915, in do_handshake
    self._raise_ssl_error(self._ssl, result)
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/OpenSSL/SSL.py", line 1639, in _raise_ssl_error
    raise SysCallError(errno, errorcode.get(errno))
OpenSSL.SSL.SysCallError: (54, 'ECONNRESET')

how to solve it ?

I got the same problem, have you resolved it?