Skip to content

Access Halberd

Arpan Sarkar edited this page Jul 11, 2025 · 6 revisions

Halberd provides a modern web interface for cloud security testing, running as a local web application. Here's everything you need to know about accessing and navigating the UI.

Quick Start

  1. Launch Halberd
python3 run.py
  1. Open your web browser and navigate to:
http://127.0.0.1:8050

Access Details

Default Configuration

Supported Browsers

Halberd's UI is built with modern web technologies and works best with:

  • Google Chrome (recommended)
  • Mozilla Firefox
  • Microsoft Edge
  • Safari

Verification

To verify Halberd is running correctly:

  1. Check the terminal where you launched Halberd for:
╔══════════════════════════════════════════════════════════════╗
║                          HALBERD                             ║
║               Multi-Cloud Agentic Attack Tool                ║
╚══════════════════════════════════════════════════════════════╝

>> Application Status:
   └─ Started at: 2025-07-11 11:36:58
   └─ Version: 3.0.0

>> Server Configuration:
   └─ Host: 127.0.0.1
   └─ Port: 8050
   └─ URL: http://127.0.0.1:8050

[Success] Initialization complete
============================================================
  1. Look for initialization messages:
    • Application log file creation
    • Directory structure setup
    • Azure CLI verification
  2. The browser should show Halberd's home page with:
    • Welcome message
    • Attack matrix
    • Technique count

UI & Navigation ->

Clone this wiki locally