https://github.com/mathis2001/triplex
Triplex (for Exported Extras Extraction) is a python script that is designed to search exported intents extras in decompiled APKs for a faster pentest and bug bounty recon.
https://github.com/mathis2001/triplex
android pentest pentest-tool pentesting pentesting-tools python3
Last synced: 6 months ago
JSON representation
Triplex (for Exported Extras Extraction) is a python script that is designed to search exported intents extras in decompiled APKs for a faster pentest and bug bounty recon.
- Host: GitHub
- URL: https://github.com/mathis2001/triplex
- Owner: mathis2001
- Created: 2024-06-01T10:46:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T10:58:33.000Z (about 2 years ago)
- Last Synced: 2025-01-30T17:36:14.228Z (over 1 year ago)
- Topics: android, pentest, pentest-tool, pentesting, pentesting-tools, python3
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Triplex
Triplex is a python script that is designed to search exported intents extras in decompiled APKs for a faster pentest and bug bounty recon.
# Install
```
$ git clone https://github.com/mathis2001/Triplex
$ cd Triplex
$ chmod +x triplex.py
```
# Usage
```
$ echo /path/to/appRepo | ./triplex.py
```
# Screenshots
