Soul查看被拉黑之后对方的空间

information gathering
pyjom
scraping
soul
stub
This article provides a method to view someone’s blocked Soul social media profile by using a provided link with potential expiration dates and limitations in searching or traversing the platform. It also suggests using tools like Frida or Radare2 for more freedom of access, but mentions potential risks and limitations.
Published

August 8, 2022


这个人的空间链接目前可以访问@2022 september 4

可以在被拉黑了之后快速点击右上角的分享链接 分享到其他人 其他群里面 或者点击生成链接 即可在浏览器里面查看这个人的动态 但是不知道这个链接有没有时效性 现在看起来就是一堆乱码 app里面的分享也不知道有没有时效性

不知道能不能搜索或者遍历 如果不能的话只能黑进去了 不过那样的话出来的数据肯定更多

要知道被拉黑,本地肯定有用户的ID, 有了ID就可以拿过去到其他新注册的Soul账号上面使用 通过底层api访问

可以考虑用Frida或者网上的一些脚本来分析破解SoulAPP 单独使用Frida估计不能利用Python遍历 还是需要破解协议证书才可以自由访问

frida usage, code examples for windows

radare2 tutorial with code