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