Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Apkatshu — Apkatshu is a Tool for extracting urls , emails , ip address , and interesting data from APK files | Kitploit
Tools/GitHubGitHub/0xpwny/apkatshu
Android SecurityStatic AnalysisInformation GatheringMobile Security
GitHub0xpwny/apkatshu

Apkatshu

Apkatshu is a Tool for extracting urls , emails , ip address , and interesting data from APK files

View Repository
252373 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Apkatshu

  • Apkatshu its a Tool for extracting urls , emails , ip address , and interesting data from APK files

    apkatshu
root@kitploit:~
Apkatshu : tool written in bash/python  for extracting urls, emails, ip addresses, and interesting data from APK files. 
The user can choose either JADX or APKTOOL for de-compilation.

USAGE :

  • JADX :
root@kitploit:~
./Apkatshu.sh (JADX/jadx) file.apk
  • APKTOOL :
root@kitploit:~
./Apkatshu.sh (APKTOOL/apktool) file.apk

Searching For other keywords :

  • add the keywords you want to look for them into config/custom.lst

fixed :

  • more regex to get more mails
  • .smali for APKTOOL , and .java for JADX
  • hide JADX stderr
  • Modifications to support python3
  • indentation errors
  • more regex for ip address extraction and validation
  • Fixed python issues
  • extracted data to specific files
Download Tool