Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)