novel-rs / cli

A set of tools for downloading novels from the web, manipulating text, and generating EPUB
Apache License 2.0
51 stars 10 forks source link

Capturing sfacg Sign-in Bonus Network Packets #147

Closed 715494637 closed 4 months ago

715494637 commented 4 months ago

I'm trying to capture network requests for the sfacg sign-in bonus and keep hitting a snag: the app disconnects from the internet when I run packet capture tools on both Android and iOS( On Android, there’s an SSL certificate error when using packet capture tools. On the iPhone, capturing leads to a no network error.). Could you shed some light on how to capture these packets successfully? If direct advice isn't possible, would you consider providing an API interface for the sign-in bonus feature? image

TerakomariGandesblood commented 4 months ago

The client of sfacg has SSL Pinning, and commonly used proxy-based packet capture tools cannot be used directly. On iOS I use Surge; on Android I need to use tools like JustTrustMe, which is more troublesome. In the future I will provide check-in related APIs. @715494637

715494637 commented 4 months ago

Thank you soooo much!!!!! I'll try it. @TerakomariGandesblood