Sha256: 89777d4481b457c8e7c53dae5822cb520ee35aa0e55803376bfb1da177930791

Contents?: true

Size: 1.33 KB

Versions: 7

Compression:

Stored size: 1.33 KB

Contents

# Use PWN::Plugins::Vault.create(file: 'pwn.yaml') to encrypt this file
# ai_engine: 'openai' || 'ollama'
ai_engine: 'openai'

openai:
  key: 'required - OpenAI API Key'
  model: 'optional - OpenAI model to use'
  temp: 'optional - OpenAI temperature'

ollama:
  fqdn: 'required - FQDN for Open WebUI - e.g. https://ollama.local'
  key: 'required - Open WebUI API Key Under Settings  >> Account >> JWT Token'
  model: 'required - Ollama model to use'
  temp: 'optional - Ollama temperature'

irc:
  ui_nick: '_human_'
  shared_chan: '#pwn'
  ai_agent_nicks:
    browser:
      pwn_rb: '/opt/pwn/lib/pwn/plugins/transparent_browser.rb'
      system_role_content: ''
    ninja:
      pwn_rb: ''
      system_role_content: 'You are a sarcastic hacker.  You find software zero day vulnerabilities. This involves analyzing source code, race conditions, application binaries, and network protocols from an offensive security perspective.'
    nmap:
      pwn_rb: '/opt/pwn/lib/pwn/plugins/nmap_it.rb'
      system_role_content: ''
    shodan:
      pwn_rb: '/opt/pwn/lib/pwn/plugins/shodan.rb'
      system_role_content: ''

meshtastic:
  psks:
    admin: 'required - PSK for admin channel'
    LongFast: 'required - PSK for LongFast channel'
    PWN: 'required - PSK for pwn channel'

hunter:
  api_key: 'hunter.how API Key'

shodan:
  api_key: 'SHODAN API Key'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pwn-0.5.206 etc/pwn.yaml.EXAMPLE
pwn-0.5.205 etc/pwn.yaml.EXAMPLE
pwn-0.5.204 etc/pwn.yaml.EXAMPLE
pwn-0.5.203 etc/pwn.yaml.EXAMPLE
pwn-0.5.202 etc/pwn.yaml.EXAMPLE
pwn-0.5.201 etc/pwn.yaml.EXAMPLE
pwn-0.5.200 etc/pwn.yaml.EXAMPLE