Skip to content

Support for little stars encryption #2

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

Open
devbis opened this issue Mar 13, 2025 · 9 comments
Open

Support for little stars encryption #2

devbis opened this issue Mar 13, 2025 · 9 comments

Comments

@devbis
Copy link
Owner

devbis commented Mar 13, 2025

pip install -U --no-cache-dir --force-reinstall https://github.com/devbis/aiopppp/archive/refs/heads/little-stars.zip
python -m aiopppp -a 255.255.255.255 -u admin -p admin --log-level DEBUG

Web server starts on localhost:4000

@CRAZY-VPN
Copy link

Any news about the ACCQ-350618-NYZGY camera?

@devbis
Copy link
Owner Author

devbis commented Mar 28, 2025

@CRAZY-VPN can you use script https://github.com/DEEFRAG/A9 in the STA mode, when camera is connected to your router?

@CRAZY-VPN
Copy link

this only works in hotspot mode

@CRAZY-VPN
Copy link

CRAZY-VPN commented Mar 28, 2025

I tried to capture in router mode, here it is

http://temp.sh/JvdiC/LITTLE_STARS_ACCQ.pcapng

I also tried to analyze the decoded data, but I don't have much knowledge about it.

Image

Image

@devbis
Copy link
Owner Author

devbis commented Mar 31, 2025

Thanks for the capture file. It looks like your pcapng uses the similar protocol that is implemented.
But instead of direct communication it uses PunchTo command that specifies remote address and port.
I will create a PoC implementation with this redirection on start using 32108 port. Not sure that it will work but worth a try.

Or, if there is something about local mode in the app, maybe you can switch it and collect packets.

@devbis
Copy link
Owner Author

devbis commented Mar 31, 2025

@CRAZY-VPN Can you please try the code above to try new code with PunchTo command and collect logs?
I'm not sure it will work as pcap works with remote ip instead of local ones.

@CRAZY-VPN
Copy link

Here are the logs

debug.log

in the browser it keeps loading infinitely

Image

@devbis
Copy link
Owner Author

devbis commented Apr 1, 2025

Unfortunately, it didn't work. Maybe the good opportunity is to block the internet for the Camera on your router (better all routing to the internet, but maybe these IPs are enough):

  • 13.52.88.103
  • 120.77.151.67
  • 18.132.184.248

And try to use the cam locally with packet capture if succeeded.

@CRAZY-VPN
Copy link

unsuccessfully 😔

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

3 participants
@devbis @CRAZY-VPN and others