https://github.com/anof-cyber/apkleaks
An python script that use apkleaks to scan the android application over web
https://github.com/anof-cyber/apkleaks
android-security apk apkleaks mobilesecurity pentest-tool static-analysis
Last synced: 21 days ago
JSON representation
An python script that use apkleaks to scan the android application over web
- Host: GitHub
- URL: https://github.com/anof-cyber/apkleaks
- Owner: Anof-cyber
- Created: 2022-06-02T13:56:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-02T14:06:28.000Z (almost 3 years ago)
- Last Synced: 2025-03-22T19:13:15.636Z (about 1 month ago)
- Topics: android-security, apk, apkleaks, mobilesecurity, pentest-tool, static-analysis
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apkleaks over web
An simple python server script which allows you to use apkleaks over web. The scripts allows you to use a dedicated server with apkleaks
## Documentation
[Documentation](https://github.com/dwisiswant0/apkleaks)
## Installation
Install my-project with npm
```bash
pip3 install apkleaks
python3 apkleaks-web.py
```
## Usage
To access the server
```
http://127.0.0.1:3000
```