Coder Social home page Coder Social logo

Comments (5)

hopeandnotexpect avatar hopeandnotexpect commented on June 9, 2024 1

+1 Same Error

Setup: Raspberry PI 3
OS: Raspbian 10 (buster)
GIT Checkout Commit ID: 8280064

Traceback (most recent call last):
File "CallStranger.py", line 113, in
devices = upnp.discover()
File "/home/pi/gitco/CallStranger/upnpy/upnp/UPnP.py", line 33, in discover
for device in self.ssdp.m_search(discover_delay=delay, st='upnp:rootdevice', **headers):
File "/home/pi/gitco/CallStranger/upnpy/ssdp/SSDPRequest.py", line 49, in m_search
devices = self._send_request(self._get_raw_request())
File "/home/pi/gitco/CallStranger/upnpy/ssdp/SSDPRequest.py", line 100, in _send_request
device = SSDPDevice(addr, response.decode())
File "/home/pi/gitco/CallStranger/upnpy/ssdp/SSDPDevice.py", line 81, in init
self._get_description_request(utils.parse_http_header(response, 'Location'))
File "/home/pi/gitco/CallStranger/upnpy/ssdp/SSDPDevice.py", line 114, in _get_description_request
device_description = utils.make_http_request(url).read()
AttributeError: 'NoneType' object has no attribute 'read'

from callstranger.

jagdtigger avatar jagdtigger commented on June 9, 2024

Same here:

Traceback (most recent call last):
  File "CallStranger.py", line 113, in <module>
    devices = upnp.discover()
  File "/home/heathcliff/Downloads/CallStranger-master/upnpy/upnp/UPnP.py", line 33, in discover
    for device in self.ssdp.m_search(discover_delay=delay, st='upnp:rootdevice', **headers):
  File "/home/heathcliff/Downloads/CallStranger-master/upnpy/ssdp/SSDPRequest.py", line 49, in m_search
    devices = self._send_request(self._get_raw_request())
  File "/home/heathcliff/Downloads/CallStranger-master/upnpy/ssdp/SSDPRequest.py", line 100, in _send_request
    device = SSDPDevice(addr, response.decode())
  File "/home/heathcliff/Downloads/CallStranger-master/upnpy/ssdp/SSDPDevice.py", line 81, in __init__
    self._get_description_request(utils.parse_http_header(response, 'Location'))
  File "/home/heathcliff/Downloads/CallStranger-master/upnpy/ssdp/SSDPDevice.py", line 114, in _get_description_request
    device_description = utils.make_http_request(url).read()
AttributeError: 'NoneType' object has no attribute 'read'

Desktop PC, PoP!_OS 20.04.

from callstranger.

yunuscadirci avatar yunuscadirci commented on June 9, 2024

can you try again with latest version?

from callstranger.

hopeandnotexpect avatar hopeandnotexpect commented on June 9, 2024

Testing Results

Yes, that last update worked. Thanks!

Git Commit ID: 5faa57f

It looks like 2 types of devices are being flagged in my home under the "Verified vulnerable services" section. Should this be added to your list of vulnerable devices?

  • Linksys Velop Routers
  • Bose SoundTouch 10 Speakers

Background

UPNP is enabled on the router to allow chromecast etc. to work. When I had read the Callstranger main website page, there were indications that only the UPNP endpoints exposed to the internet are vulnerable.

Questions

  • Does that imply that the router is ok since it is not an endpoint?
  • Additionally, the Bose SoundTouch 10 speaker sits behind the router, so does that mean it is okay as well?

Bottomline:
I can't seem to determine whether or not I am exposed, and I seem to need UPNP enabled in order for Chromecast to work etc. Help here is greatly appreciated!

Testing Results Info

Below are the 2x devices that were flagged under the "Verified vulnerable services" section.

Linksys Router

http://x.x.x.x:49152/upnp/event/Layer3Forwarding
http://x.x.x.x:49152/upnp/event/WANCommonInterfaceConfig0
http://x.x.x.x:49152/upnp/event/WANIPConnection0

Bose SoundTouch 10

http://x.x.x.x:8091/AVTransport/Event
http://x.x.x.x:8091/ConnectionManager/Event
http://x.x.x.x:8091/RenderingControl/Event
http://x.x.x.x:8091/QPlay/Event

from callstranger.

yunuscadirci avatar yunuscadirci commented on June 9, 2024

for home users, it is not problem until ports exposed to internet you can use online services to check open ports like https://www.ipfingerprints.com/portscan.php

from callstranger.

Related Issues (20)

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.