4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / config.yaml YAML
# Terminus Configuration
# All paths are relative to project root directory
# Cross-platform compatible (Windows, Linux, WSL)

scanner:
  default_port: 23
  connect_timeout: 3.0
  handshake_timeout: 5.0
  analysis_timeout: 10.0
  max_concurrent: 1000
  rate_limit: 100
  retry_attempts: 2
  retry_backoff: 1.5

detection:
  passive_only: true
  banner_timeout: 2.0
  heuristic_checks: true
  signatures_db: "./signatures.db"

exploit:
  require_authorization: true
  default_payload: "-f root"
  evidence_collection: true
  interactive_shell: true

reporting:
  default_format: "terminal"
  output_file: null
  include_safe_targets: false
  verbosity: "normal"
  output_dir: "./reports"

logging:
  level: "INFO"
  file: "./logs/terminus.log"
  format: "json"
  console_enabled: true
  rotation:
    enabled: true
    max_bytes: 10485760
    backup_count: 5