The Trix-Framework CLI tool is designed to help you manage and clone various security tools categorized by their functionality. This tool allows users to select categories, view tools within those categories, and clone the desired tools into their home directory. The tool also provides the ability to stop the cloning process without exiting the application.
-
195+ tools are available
-
Load and parse tools from a
tools.json
file. -
Display available categories and tools.
-
Clone selected tools to the home directory.
-
Handle directory existence conflicts.
-
Stop the cloning process without exiting the tool.
-
Support for graceful interruption using Ctrl+C.
- Python 3.x
- Git
-
Clone the Repository
git clone https://github.com/TrixSec/Trix-Framework/ cd Trix-Framework
-
Ensure
tools.json
is PresentMake sure the
tools.json
file is located in the same directory asframeworkcli.py
. Thetools.json
should contain the list of tools categorized by their functionality.
-
Run the Script
python3 frameworkcli.py
-
Select a Category
The tool will display a list of categories from which you can select by entering the corresponding number.
-
Select a Tool
After selecting a category, the tool will list the available tools within that category. Select a tool to clone by entering its corresponding number.
-
Commands
- Back: Return to the category selection menu.
- Exit: Exit the application.
┌──(root㉿trix)-[~/Trix-Framework] └─# python3 frameworkcli.py
Categories Examples:
- Database SQL Injection Vulnerability or Brute Force
- Web Vulnerability Scanners
- Advanced Persistent Threat Detect Select a category (or type 'exit' to quit): 1
Tools in Database SQL Injection Vulnerability or Brute Force:
- SQLiScanner - A SQLi vulnerability scanner via SQLMAP and Charles
- DSSS - A SQLi vulnerability scanner with 99 lines of code Select a tool to clone (or type 'back' to go back, 'stop' to stop cloning, 'exit' to quit): 1
Cloning SQLiScanner...
If the directory already exists, you will be prompted to overwrite it:
The directory /root/SQLiScanner already exists. Do you want to overwrite it? (yes/no): no Skipping clone for https://github.com/0xbug/SQLiScanner as the directory already exists.
You can also interrupt the cloning process using Ctrl+C
:
Stay updated with the latest tools and hacking resources. Join our Telegram Channel by clicking the Telegram logo below:
This project is licensed under the MIT License.