Skip to content

Installation

ExecuTrace is available on PyPI.

Terminal window
pip install exectrace-workflow

Or install from source:

Terminal window
git clone https://github.com/th30d4y/ExecuTrace.git
cd ExecuTrace
pip install -e .

Requirements: Python 3.9+, Linux or macOS.

Verify the installation:

Terminal window
exectrace --help

BURP-AI is a Burp Suite extension loaded via Jython.

Requirements: Burp Suite (Pro or Community), Python 2.7+ via Jython, Java 8+, DigitalOcean AI API key.

  1. Clone the repository:
Terminal window
git clone https://github.com/th30d4y/BURP-AI.git
  1. In Burp Suite, open Extensions → Installed → Add.
  2. Set extension type to Python and select burpaai.py.
  3. Open the BurpAI tab, enter your API key, and click Save.

Requirements: Node.js 18+, Python 3.10+, MongoDB, Git, MetaMask, Foundry.

Install Foundry:

Terminal window
curl -L https://foundry.paradigm.xyz | bash
source ~/.bashrc
foundryup

Clone and set up the backend:

Terminal window
git clone https://github.com/th30d4y/OpenLearnX.git
cd OpenLearnX/backend
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 scripts/deploy.py

Set up the frontend:

Terminal window
cd ../frontend
pnpm install
pnpm run dev

Or use Docker:

Terminal window
docker compose up --build

The npm package is also available:

Terminal window
npm install @th30d4y/openlearnx

Requirements: Node.js 18+, npm, Git.

Terminal window
git clone https://github.com/th30d4y/HAST-CMS.git
cd HAST-CMS
npm install
npm run dev

The development server starts at http://localhost:4321.


Requirements: Python 3, pip.

Terminal window
git clone https://github.com/th30d4y/Aval.git
cd Aval
pip install -r requirements.txt
cd backend && python app.py

Open frontend/index.html in a browser.