Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-01T10:58:33.000Z (7 months ago)
- Last Synced: 2024-06-01T12:11:27.558Z (7 months 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
![image](https://github.com/mathis2001/Triplex/assets/40497633/4e520ad1-48b4-4225-881a-035bed036d19)