APK提取URL
ssooking Lv5

提取APK中的URL

1
2
apktool d ssooking.apk
grep -ohr -E "https?://[a-zA-Z0-9\.\/_&=@$%?~#-]*" ssooking |sort|uniq | grep ssooking.com > res.txt

apkurlgrep

1
go get -u github.com/ndelphit/apkurlgrep

其他工具:

  • Post title:APK提取URL
  • Post author:ssooking
  • Create time:2020-05-18 11:18:00
  • Post link:https://ssooking.github.io/2020/05/apk提取url/
  • Copyright Notice:All articles in this blog are licensed under BY-NC-SA unless stating additionally.