Giter VIP home page Giter VIP logo

Comments (4)

Lizyliposomize avatar Lizyliposomize commented on June 16, 2024

also tried on v6.34.3

Traceback (most recent call last):
File "chimayred.py", line 151, in
router=Vuln(sys.argv[1],sys.argv[2] if len(sys.argv) == 3 else 80)
File "chimayred.py", line 27, in init
self.version=self.get_version()
File "chimayred.py", line 33, in get_version
resp = urllib.urlopen('http://%s:%s'%(self.ip,self.port))
File "/usr/lib/python2.7/urllib.py", line 87, in urlopen
return opener.open(url)
File "/usr/lib/python2.7/urllib.py", line 213, in open
return getattr(self, name)(url)
File "/usr/lib/python2.7/urllib.py", line 350, in open_http
h.endheaders(data)
File "/usr/lib/python2.7/httplib.py", line 1038, in endheaders
self._send_output(message_body)
File "/usr/lib/python2.7/httplib.py", line 882, in _send_output
self.send(msg)
File "/usr/lib/python2.7/httplib.py", line 844, in send
self.connect()
File "/usr/lib/python2.7/httplib.py", line 821, in connect
self.timeout, self.source_address)
File "/usr/lib/python2.7/socket.py", line 575, in create_connection
raise err
IOError: [Errno socket error] [Errno 110] Connection timed out

from chimay-red-tiny.

xaviermilgo avatar xaviermilgo commented on June 16, 2024

It seems like the port of the router is either not listening for connections or you've got the ip address incorrect.
Ensure you are supplying the parameters correctly. (With the port number if it is no defaulted to port 80)

from chimay-red-tiny.

XxoraxX avatar XxoraxX commented on June 16, 2024

its not working with 5.20

from chimay-red-tiny.

xaviermilgo avatar xaviermilgo commented on June 16, 2024

Thank you @XxoraxX for making that observation. The exploit only supports routers with firmware version greater than 6.0

from chimay-red-tiny.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.