Thomas Dang

Results 11 comments of Thomas Dang

I'm receiving my Ring Alarm system in the next few days in the mail. I'm willing to take a stab at trying to put in a simple implementation. Is there...

My quick attempt to MITM proxy my Ring app shows connection errors - indicative that SSL pinning is being used to prevent intercepting traffic. I'm on an Android P device...

I agree, I had hoped to use the API calls as well, though based on inspecting the traffic in the web browser, and making some HTTP requests to the API,...

After some experimentation, the authentication from the API is not sufficient authentication for the websockets. This is irritating as it will require quite a substantive rewrite to implement some of...

I know this is an old issue, but I am running into the same problem but have narrowed down the scope. The implant works fine when I run it on...

> passwds = f.read().splitlines() File "/usr/lib/python3.9/codecs.py", line 322, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf1 in position 5079973: invalid continuation byt This...

I'm experiencing the same thing. When I try to do a lookup I'm not seeing the output even if I add debug to my Corefile.

I've successfully implemented a plugin with logging. Can you try increasing the position of your plugin inside of plugin.cfg? If you place it below cache:cache this should allow it to...

Also running into this problem on parrotos.

I ultimately switched to Kali and had no issues with Python3.10, I did reinstall a ParrotOS to check this again and with a clean install at Python3.9 it appears to...