https://github.com/krishpranav/apk-hunter
Android Application Vulnerability Analysis And Android Pentest Tool Built In Ruby
https://github.com/krishpranav/apk-hunter
android application application-security ruby security
Last synced: about 1 year ago
JSON representation
Android Application Vulnerability Analysis And Android Pentest Tool Built In Ruby
- Host: GitHub
- URL: https://github.com/krishpranav/apk-hunter
- Owner: krishpranav
- Created: 2021-08-07T09:59:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-07T10:21:39.000Z (almost 5 years ago)
- Last Synced: 2025-03-28T14:39:02.069Z (about 1 year ago)
- Topics: android, application, application-security, ruby, security
- Language: Ruby
- Homepage:
- Size: 8.87 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apk-hunter
Android Application Vulnerability Analysis And Android Pentest Tool Built In Ruby
[](https://forthebadge.com)
# Installation
```
$ git clone https://github.com/krishpranav/apk-hunter
$ cd apk-hunter
$ ./install.sh
$ ruby apkhunter.rb
```
# Usage:
```
Usage: ruby apkhunter.rb [APK]
Command
-a, --apk : Analysis android APK file.
+ APK Analysis
apkhunter -a 123.apk[apk file]
apkhunter --apk 123.apk aaa.apk test.apk hwul.apk
-p, --pentest : Penetration testing Device
+ Pentest Android
apkhunter -p device[device code]
apkhunter --pentest device
-v, --version : Show this droid-hunter version
-h, --help : Show help page
```