Usage
ExecuTrace
Section titled “ExecuTrace”Record a workflow:
exectrace record my-workflowStop recording:
exectrace stopReplay a workflow:
exectrace replay my-workflowReplay with explanation (dry-run with descriptions):
exectrace replay my-workflow --explainWorkflows are saved in JSON or XML format and can be shared across teams.
BURP-AI
Section titled “BURP-AI”After installation, use BURP-AI from within Burp Suite:
| Action | How |
|---|---|
| Analyze a request | Select the request, click Analyze with AI |
| Send to AI | Right-click a request → Send to BurpAI |
| Chat with AI | Type in the input box → press Enter or click Send |
| Switch model | Use the Model dropdown |
| View history | Click an entry in the history table |
BURP-AI is for authorized security testing only.
OpenLearnX
Section titled “OpenLearnX”Start a local blockchain (keep this terminal open):
anvil --fork-url https://eth.merkle.ioStart the backend:
cd backendsource venv/bin/activatepython3 main.pyThe API runs at http://127.0.0.1:5000.
Start the frontend:
cd frontendpnpm run devThe frontend runs at http://localhost:3000.
HAST-CMS
Section titled “HAST-CMS”Create a new post:
npm run new:post "My Post Title"This creates a draft file at src/content/posts/my-post-title.md.
Build the site:
npm run buildPreview the built site:
npm run previewValidate all post frontmatter:
npm run validateAfter starting the backend server, open frontend/index.html in a browser to access the web interface.
The backend exposes an API for:
- SOS alert submission
- Live location updates
- ML-based threat detection
- Nearby services lookup