Skip to content

Usage

Record a workflow:

Terminal window
exectrace record my-workflow

Stop recording:

Terminal window
exectrace stop

Replay a workflow:

Terminal window
exectrace replay my-workflow

Replay with explanation (dry-run with descriptions):

Terminal window
exectrace replay my-workflow --explain

Workflows are saved in JSON or XML format and can be shared across teams.


After installation, use BURP-AI from within Burp Suite:

ActionHow
Analyze a requestSelect the request, click Analyze with AI
Send to AIRight-click a request → Send to BurpAI
Chat with AIType in the input box → press Enter or click Send
Switch modelUse the Model dropdown
View historyClick an entry in the history table

BURP-AI is for authorized security testing only.


Start a local blockchain (keep this terminal open):

Terminal window
anvil --fork-url https://eth.merkle.io

Start the backend:

Terminal window
cd backend
source venv/bin/activate
python3 main.py

The API runs at http://127.0.0.1:5000.

Start the frontend:

Terminal window
cd frontend
pnpm run dev

The frontend runs at http://localhost:3000.


Create a new post:

Terminal window
npm run new:post "My Post Title"

This creates a draft file at src/content/posts/my-post-title.md.

Build the site:

Terminal window
npm run build

Preview the built site:

Terminal window
npm run preview

Validate all post frontmatter:

Terminal window
npm run validate

After 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