Installation
ExecuTrace
Section titled “ExecuTrace”ExecuTrace is available on PyPI.
pip install exectrace-workflowOr install from source:
git clone https://github.com/th30d4y/ExecuTrace.gitcd ExecuTracepip install -e .Requirements: Python 3.9+, Linux or macOS.
Verify the installation:
exectrace --helpBURP-AI
Section titled “BURP-AI”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.
- Clone the repository:
git clone https://github.com/th30d4y/BURP-AI.git- In Burp Suite, open Extensions → Installed → Add.
- Set extension type to Python and select
burpaai.py. - Open the BurpAI tab, enter your API key, and click Save.
OpenLearnX
Section titled “OpenLearnX”Requirements: Node.js 18+, Python 3.10+, MongoDB, Git, MetaMask, Foundry.
Install Foundry:
curl -L https://foundry.paradigm.xyz | bashsource ~/.bashrcfoundryupClone and set up the backend:
git clone https://github.com/th30d4y/OpenLearnX.gitcd OpenLearnX/backendpython3 -m venv venvsource venv/bin/activatepip install -r requirements.txtpython3 scripts/deploy.pySet up the frontend:
cd ../frontendpnpm installpnpm run devOr use Docker:
docker compose up --buildThe npm package is also available:
npm install @th30d4y/openlearnxHAST-CMS
Section titled “HAST-CMS”Requirements: Node.js 18+, npm, Git.
git clone https://github.com/th30d4y/HAST-CMS.gitcd HAST-CMSnpm installnpm run devThe development server starts at http://localhost:4321.
Requirements: Python 3, pip.
git clone https://github.com/th30d4y/Aval.gitcd Avalpip install -r requirements.txtcd backend && python app.pyOpen frontend/index.html in a browser.