Skip to content

Commit dd7966e

Browse files
author
Arunking9
committed
new
1 parent 213dc78 commit dd7966e

1 file changed

Lines changed: 23 additions & 7 deletions

File tree

README.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ A powerful, AI-driven security testing framework designed for authorized penetra
4343
- **Real-time Updates**: Live progress tracking and status updates
4444

4545
### 🌐 **Dark Web OSINT Integration (Robin)**
46+
- **Integrated UI**: Seamless management of Robin findings via the VulnForge Dashboard
4647
- **Production-Ready Integration**: Complete Docker-based stack for Robin findings
4748
- **Secure Storage**: AES-GCM encryption for sensitive data at rest
4849
- **Automated Enrichment**: Background processing with HIBP, Shodan, Censys integration
@@ -90,8 +91,13 @@ pip install -r requirements.txt
9091
# Run installation script
9192
bash install_script.sh
9293

93-
# Start using VulnForge
94+
# Start using VulnForge (CLI)
9495
python3 vulnforge_main.py --help
96+
97+
# Launch VulnForge Premium Dashboard (Web UI)
98+
bash start_webmod.sh
99+
# OR
100+
python3 vulnforge_main.py --webmod
95101
```
96102

97103
### **System Requirements**
@@ -110,6 +116,9 @@ python3 vulnforge_main.py --target "example.com" --mode recon
110116

111117
# Generate detailed report
112118
python3 vulnforge_main.py --target "example.com" --mode recon --output-format all
119+
120+
# Access Web Dashboard for visual recon management
121+
python3 vulnforge_main.py --webmod --target "example.com"
113122
```
114123

115124
### **AI-Powered Operations**
@@ -122,6 +131,9 @@ python3 vulnforge_main.py generate-tool "A port scanner for web services"
122131

123132
# Use advanced AI pipeline
124133
python3 vulnforge_main.py --ai-pipeline --target "example.com" --prompt-dir AI_Propmt
134+
135+
# Interactive AI Security Assistant in Web Dashboard
136+
# Launch --webmod and navigate to 'AI Assistant' tab
125137
```
126138

127139
### **Dark Web OSINT (Robin Integration)**
@@ -288,12 +300,16 @@ Impact factors:
288300

289301
#### **Dashboard Features**
290302

291-
Access the dashboard at `http://localhost:8080`:
292-
- **Item List**: View all findings with scores, tags, and enrichment status
293-
- **Filtering**: Filter by score, leak type, tags, or date range
294-
- **Details View**: View full item details including structured fields
295-
- **Actions**: Approve, archive, or notify for each finding
296-
- **Audit Trail**: View complete action history
303+
VulnForge now features a **Premium Multi-Module Dashboard** built with Streamlit, accessible via `bash start_webmod.sh` or `python3 vulnforge_main.py --webmod`.
304+
305+
**Key Dashboard Modules:**
306+
- **🏠 Overview**: Real-time system health and recent security activity monitoring.
307+
- **🔍 Reconnaissance**: Visual interface for target scanning with AI-powered analysis.
308+
- **🕷️ Dark Web (Robin)**: Full integration of the Robin OSINT engine for dark web investigation.
309+
- **🛠️ Tool Manager**: Management and verification of required security tools (Nmap, Nuclei, etc.).
310+
- **🤖 AI Assistant**: Interactive chat interface for security consulting and vulnerability analysis.
311+
- **📑 Intelligence Reports**: Easy access and download of all generated security reports.
312+
- **⚙️ Settings**: Configuration of Ollama, API keys, and framework parameters.
297313

298314
#### **Monitoring & Health**
299315

0 commit comments

Comments
 (0)