TrelloX
Trellox Tool is written in Python3 and designed to list and pull Trello boards. It can be used by penetration testers/bug bounty hunters to demonstrate the validity and impact of leaked Trello Keys.
- Python 3
- Linux/Windows/MAC OSX
- Trello API KEY
- Trello API TOKEN
Installation
-
Installing Python dependencies
pip3 install -r requirements.txt
-
Configuring GitHub API KEY & TOKEN as env variables
export Trello_API_KEY=""
export Trello_API_TOKEN=""
Usage
-
To pull all boards:
python3 trellox.py