All Projects → s0md3v → Diggy

s0md3v / Diggy

Licence: mit
Extract endpoints from apk files.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Diggy

Apk Changer
Command line program for modifying apk files
Stars: ✭ 122 (-81.35%)
Mutual labels:  apk, apktool
Decompile Apk
🔥 Decompile APK(反编译APK)
Stars: ✭ 464 (-29.05%)
Mutual labels:  apk, apktool
Backdoor Apk
backdoor-apk is a shell script that simplifies the process of adding a backdoor to any Android APK file. Users of this shell script should have working knowledge of Linux, Bash, Metasploit, Apktool, the Android SDK, smali, etc. This shell script is provided as-is without warranty of any kind and is intended for educational purposes only.
Stars: ✭ 1,766 (+170.03%)
Mutual labels:  apk, apktool
Apktool
A tool for reverse engineering Android apk files
Stars: ✭ 12,978 (+1884.4%)
Mutual labels:  apk, apktool
Apkmod
Apkmod can decompile, recompile, sign APK, and bind the payload with any legit APP
Stars: ✭ 235 (-64.07%)
Mutual labels:  apk, apktool
Apk Mitm
🤖 A CLI application that automatically prepares Android APK files for HTTPS inspection
Stars: ✭ 893 (+36.54%)
Mutual labels:  apk, apktool
Hackapk
An Advanced Tool For Complete Apk-Modding In Termux ...
Stars: ✭ 180 (-72.48%)
Mutual labels:  apk, apktool
Fakerandroid
A tool translate a apk file to stantard android project include so hook api and il2cpp c++ scaffolding when apk is a unity il2cpp game. Write code on a apk file elegantly.
Stars: ✭ 695 (+6.27%)
Mutual labels:  apk, apktool
Obfuscapk
An automatic obfuscation tool for Android apps that works in a black-box fashion, supports advanced obfuscation features and has a modular architecture easily extensible with new techniques
Stars: ✭ 456 (-30.28%)
Mutual labels:  apk, apktool
Android Crack Tool
🐞Android crack tool For Mac
Stars: ✭ 2,666 (+307.65%)
Mutual labels:  apk, apktool
Slicer
A tool to automate the boring process of APK recon
Stars: ✭ 199 (-69.57%)
Mutual labels:  apk, apktool
apk-decompiler
Small Rust utility to decompile Android apks
Stars: ✭ 48 (-92.66%)
Mutual labels:  apk, apktool
ApkDecompiler
【Linux系统】上apk反编译助手,已打包为ApkDecompiler.deb,支持debian系linux,如debian、ubuntu、mint、deepin等等
Stars: ✭ 34 (-94.8%)
Mutual labels:  apk, apktool
Apkshellext
Show app icons in windows explorer
Stars: ✭ 316 (-51.68%)
Mutual labels:  apk, apktool
Apkurlgrep
Extract endpoints from APK files
Stars: ✭ 405 (-38.07%)
Mutual labels:  apk
Opengapps
The main repository of the Open GApps Project
Stars: ✭ 4,986 (+662.39%)
Mutual labels:  apk
Adhrit
Android Security Suite for in-depth reconnaissance and static bytecode analysis based on Ghera benchmarks.
Stars: ✭ 399 (-38.99%)
Mutual labels:  apk
Kithack
Hacking tools pack & backdoors generator.
Stars: ✭ 377 (-42.35%)
Mutual labels:  apktool
Wifitransfer Master
Android下WIFI隔空apk安装
Stars: ✭ 560 (-14.37%)
Mutual labels:  apk
Packer Ng Plugin
下一代Android打包工具,100个渠道包只需要10秒钟
Stars: ✭ 4,732 (+623.55%)
Mutual labels:  apk

Diggy

Diggy can extract endpoints/URLs from apk files. It saves the result into a txt file for further processing.

screenshot

Dependencies

  • apktool

Usage

./diggy.sh /path/to/apk/file.apk

You can also install it for easier access by running install.sh
After that, you will be able to run Diggy as follows:

diggy /path/to/apk/file.apk

Note: In the installed mode, results will be saved in /root/Diggy directory while in normal mode the results will be saved in the directory you ran diggy from.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].