Apkatshu: extracting urls ,emails ,ip address and interesting data from APK files
Apkatshu
- Apkatshu its a Tool for extracting urls, emails, ip address, and interesting data from APK files
Apkatshu: a tool is written in bash/python for extracting interesting data from apk files and save them into supplied txt files.
The user can choose which decompiler to use JADX or APKTOOL.
Download
git clone https://github.com/0xPwny/Apkatshu.git
USAGE :
- JADX :
./Apkatshu.sh JADX file.apk
- APKTOOL :
./Apkatshu.sh APKTOOL file.apk
fixed :
- add more regex to get more mails
- .smali for JADX , and .java for APKTOOL
- hide JADX stdout / stderr
Source: https://github.com/0xPwny/