Thank you for your interest in contributing to Tool-X.
Tool-X is an open-source framework designed to simplify the installation and management of cybersecurity and OSINT tools.
We welcome developers, security researchers, and contributors from all skill levels.
You can contribute in several ways:
• Add new tools to the database (core/data.json)
• Improve the CLI interface (tool-x.py)
• Fix bugs
• Improve documentation
• Improve installation scripts (core/installation_logic.py)
• Suggest new features
Clone the repository:
git clone [https://github.com/trmxvibs/Tool-X](https://github.com/trmxvibs/Tool-X)
cd Tool-X
bash setup.shtoolxAll tools are stored inside: core/data.json
- Example format:
"ExampleTool": {
"name": "ExampleTool",
"desc": "Example tool description",
"category": ["osint", "information_gathering"],
"url": "[https://github.com/example/tool.git](https://github.com/example/tool.git)",
"package_manager": "git",
"dependency": ["python", "bash"],
"os": ["linux", "termux", "macos"]
}- • GitHub repository works (No dead links)
- • Dependencies are correct
- • Description is clear
Before submitting a pull request:
- Test the tool installation locally
- Follow the existing JSON structure carefully
- Keep commit messages clear
- Added OSINT tool "ExampleTool"