Documentation

CLI Reference

Comprehensive guide to commands, flags, and operational modes. Designed for clarity and precision.

Installation
$npm i nerv-viper

Global deployment installs core orchestration logic and auto-configures browser-based reconnaissance.

Entry Points
N
nervbin/nerv.js

Primary CLI entry

R
runbin/run.js

Alias — forwards run nerv → bin/nerv.js

Reference Library
CommandDescription
nervInteractive prompt — asks for AI mode and target
nerv <url>Stress test a website (base mode, no AI)
nerv <url> --aiAI-powered security scan on a website
nerv prev pdfGenerate technical PDF from the last report
nerv prev simplepdfGenerate beginner-friendly PDF from the last report
Quick Deployment
Terminal Overview

// Core Installation

$npm i nerv-viper

// Standard Stress Test

$nerv https://nerv.so

// AI Orchestration + Export

$nerv https://nerv.so --ai --pdf

[NERV] Orchestration pipeline initialized

[AI] Routing directives to analyst agents

✓ Operation complete. Report generated.