Sha256: abfd5e94cf06464536cca21a64be520e0d780020daeca4ae4b1b3a92a2b74ca6

Contents?: true

Size: 1.29 KB

Versions: 49

Compression:

Stored size: 1.29 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'

shodan:
  api_key: 'SHODAN API Key'

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
pwn-0.5.199 etc/pwn.yaml.EXAMPLE
pwn-0.5.198 etc/pwn.yaml.EXAMPLE
pwn-0.5.197 etc/pwn.yaml.EXAMPLE
pwn-0.5.196 etc/pwn.yaml.EXAMPLE
pwn-0.5.195 etc/pwn.yaml.EXAMPLE
pwn-0.5.194 etc/pwn.yaml.EXAMPLE
pwn-0.5.193 etc/pwn.yaml.EXAMPLE
pwn-0.5.192 etc/pwn.yaml.EXAMPLE
pwn-0.5.191 etc/pwn.yaml.EXAMPLE
pwn-0.5.190 etc/pwn.yaml.EXAMPLE
pwn-0.5.189 etc/pwn.yaml.EXAMPLE
pwn-0.5.188 etc/pwn.yaml.EXAMPLE
pwn-0.5.187 etc/pwn.yaml.EXAMPLE
pwn-0.5.186 etc/pwn.yaml.EXAMPLE
pwn-0.5.185 etc/pwn.yaml.EXAMPLE
pwn-0.5.184 etc/pwn.yaml.EXAMPLE
pwn-0.5.183 etc/pwn.yaml.EXAMPLE
pwn-0.5.181 etc/pwn.yaml.EXAMPLE
pwn-0.5.180 etc/pwn.yaml.EXAMPLE
pwn-0.5.179 etc/pwn.yaml.EXAMPLE