Skip to content

recon framework utilized from targeted APK for pentest/bug bounty

Notifications You must be signed in to change notification settings

hanhanhanz/apkframe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Apkframe

Tools for finding framework used inside an APK for recon process in apk exploitation. Pinpointing the right framework of an APK will affect the exploit methodology. The signature used is specifically created based on multiple APK comparation with various frameworks

Installation

$ go build apkframe.go
$ ./apkframe

Requirement

Apktool

Usage

$ ./apkframe.go -h
Usage of apkframe:
  -a    decompile apk with 
  -d string
        specify output directory of apktool

Example

$ go run apkframe.go -a -d Spaces_by_Wix_base.apk
1 reactNative signature found
13 corona signature found
$ ls
AndroidManifest.xml  apktool.yml  assets  kotlin  original  res  smali  smali_classes2  unknown
$
$ go run apkframe.go -d Gyroscope_base
3 reactNative signature found

About

recon framework utilized from targeted APK for pentest/bug bounty

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages