pwn 0.5.453 → 0.5.455
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.rubocop_todo.yml +4 -3
- data/Gemfile +3 -3
- data/README.md +3 -3
- data/bin/pwn +4 -15
- data/bin/pwn_android_war_dialer +1 -10
- data/bin/pwn_aws_describe_resources +1 -10
- data/bin/pwn_bdba_groups +1 -10
- data/bin/pwn_bdba_scan +1 -10
- data/bin/pwn_burp_suite_pro_active_rest_api_scan +1 -10
- data/bin/pwn_burp_suite_pro_active_scan +1 -10
- data/bin/pwn_char_base64_encoding +1 -10
- data/bin/pwn_char_dec_encoding +1 -10
- data/bin/pwn_char_hex_escaped_encoding +1 -10
- data/bin/pwn_char_html_entity_encoding +1 -10
- data/bin/pwn_char_unicode_escaped_encoding +1 -10
- data/bin/pwn_char_url_encoding +1 -10
- data/bin/pwn_crt_sh +1 -10
- data/bin/pwn_defectdojo_engagement_create +1 -10
- data/bin/pwn_defectdojo_importscan +1 -10
- data/bin/pwn_defectdojo_reimportscan +1 -10
- data/bin/pwn_diff_csv_files_w_column_exclude +1 -6
- data/bin/pwn_domain_reversewhois +1 -10
- data/bin/pwn_fuzz_net_app_proto +1 -10
- data/bin/pwn_gqrx_scanner +1 -10
- data/bin/pwn_jenkins_create_job +1 -10
- data/bin/pwn_jenkins_create_view +1 -10
- data/bin/pwn_jenkins_install_plugin +1 -10
- data/bin/pwn_jenkins_thinBackup_aws_s3 +1 -10
- data/bin/pwn_jenkins_update_plugins +1 -10
- data/bin/pwn_jenkins_useradd +1 -10
- data/bin/pwn_mail_agent +1 -10
- data/bin/pwn_nessus_cloud_scan_crud +1 -10
- data/bin/pwn_nessus_cloud_vulnscan +1 -10
- data/bin/pwn_nexpose +1 -10
- data/bin/pwn_nmap_discover_tcp_udp +1 -10
- data/bin/pwn_openvas_vulnscan +1 -10
- data/bin/pwn_pastebin_sample_filter +1 -10
- data/bin/pwn_phone +2 -11
- data/bin/pwn_rdoc_to_jsonl +5 -7
- data/bin/pwn_sast +1 -25
- data/bin/pwn_serial_check_voicemail +1 -10
- data/bin/pwn_serial_msr206 +4 -6
- data/bin/pwn_serial_son_micro_sm132_rfid +4 -6
- data/bin/pwn_shodan_graphql_introspection +1 -6
- data/bin/pwn_shodan_search +1 -10
- data/bin/pwn_simple_http_server +4 -5
- data/bin/pwn_web_cache_deception +1 -10
- data/bin/pwn_www_checkip +7 -5
- data/bin/pwn_www_uri_buster +1 -10
- data/bin/pwn_xss_dom_vectors +1 -10
- data/bin/pwn_zaproxy_active_rest_api_scan +1 -10
- data/bin/pwn_zaproxy_active_scan +1 -10
- data/lib/pwn/ai/introspection.rb +3 -1
- data/lib/pwn/config.rb +103 -47
- data/lib/pwn/driver.rb +85 -0
- data/lib/pwn/plugins/repl.rb +7 -10
- data/lib/pwn/plugins/transparent_browser.rb +1 -1
- data/lib/pwn/version.rb +1 -1
- data/lib/pwn.rb +5 -4
- data/spec/lib/pwn/driver_spec.rb +15 -0
- data/third_party/pwn_rdoc.jsonl +11 -5
- metadata +7 -21
- data/etc/pwn.decryptor.yaml.EXAMPLE +0 -5
- data/etc/pwn.yaml.EXAMPLE +0 -71
data/etc/pwn.yaml.EXAMPLE
DELETED
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
# Drop this file in $HOME/.pwn/pwn.yaml
|
|
2
|
-
# Use PWN::Plugins::Vault.create(file: 'pwn.yaml') to encrypt this file
|
|
3
|
-
|
|
4
|
-
# ai_engine: 'openai' || 'ollama'
|
|
5
|
-
# WARNING::
|
|
6
|
-
# If PWN::CONFIG[:ai][:instrospection] = true, the active ai agent will be used
|
|
7
|
-
# wherever possible throughout pwn. Proceeds with caution, as this may incur additional costs
|
|
8
|
-
ai:
|
|
9
|
-
active: 'grok'
|
|
10
|
-
introspection: false
|
|
11
|
-
grok:
|
|
12
|
-
base_uri: 'optional - Base URI for Grok - Use private base OR defaults to https://api.x.ai/v1'
|
|
13
|
-
key: 'required - OpenAI API Key'
|
|
14
|
-
model: 'optional - Grok model to use'
|
|
15
|
-
system_role_content: 'You are an ethically hacking Grok agent.'
|
|
16
|
-
temp: 'optional - OpenAI temperature'
|
|
17
|
-
|
|
18
|
-
openai:
|
|
19
|
-
base_uri: 'optional - Base URI for OpenAI - Use private base OR defaults to https://api.openai.com/v1'
|
|
20
|
-
key: 'required - OpenAI API Key'
|
|
21
|
-
model: 'optional - OpenAI model to use'
|
|
22
|
-
system_role_content: 'You are an ethically hacking OpenAI agent.'
|
|
23
|
-
temp: 'optional - OpenAI temperature'
|
|
24
|
-
|
|
25
|
-
ollama:
|
|
26
|
-
base_uri: 'required - Base URI for Open WebUI - e.g. https://ollama.local'
|
|
27
|
-
key: 'required - Open WebUI API Key Under Settings >> Account >> JWT Token'
|
|
28
|
-
model: 'required - Ollama model to use'
|
|
29
|
-
system_role_content: 'You are an ethically hacking Ollama agent.'
|
|
30
|
-
temp: 'optional - Ollama temperature'
|
|
31
|
-
|
|
32
|
-
# Use PWN::Plugins::Assembly.list_supported_archs to list supported architectures
|
|
33
|
-
plugins:
|
|
34
|
-
asm:
|
|
35
|
-
arch: 'x86_64'
|
|
36
|
-
endian: 'little'
|
|
37
|
-
|
|
38
|
-
blockchain:
|
|
39
|
-
bitcoin:
|
|
40
|
-
rpc_host: '127.0.0.1'
|
|
41
|
-
rpc_port: 8332
|
|
42
|
-
rpc_user: 'bitcoin rpc user'
|
|
43
|
-
rpc_pass: 'bitcoin rpc password'
|
|
44
|
-
|
|
45
|
-
irc:
|
|
46
|
-
ui_nick: '_human_'
|
|
47
|
-
shared_chan: '#pwn'
|
|
48
|
-
ai_agent_nicks:
|
|
49
|
-
browser:
|
|
50
|
-
pwn_rb: '/opt/pwn/lib/pwn/plugins/transparent_browser.rb'
|
|
51
|
-
system_role_content: 'You are a browser. You are a web browser that can be controlled by a human or AI agent'
|
|
52
|
-
nimjeh:
|
|
53
|
-
pwn_rb: ''
|
|
54
|
-
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.'
|
|
55
|
-
nmap:
|
|
56
|
-
pwn_rb: '/opt/pwn/lib/pwn/plugins/nmap_it.rb'
|
|
57
|
-
system_role_content: 'You are a network scanner. You are a network scanner that can be controlled by a human or AI agent'
|
|
58
|
-
shodan:
|
|
59
|
-
pwn_rb: '/opt/pwn/lib/pwn/plugins/shodan.rb'
|
|
60
|
-
system_role_content: 'You are a passive reconnaissance agent. You are a passive reconnaissance agent that can be controlled by a human or AI agent'
|
|
61
|
-
|
|
62
|
-
hunter:
|
|
63
|
-
api_key: 'hunter.how API Key'
|
|
64
|
-
|
|
65
|
-
meshtastic:
|
|
66
|
-
psks:
|
|
67
|
-
LongFast: 'required - PSK for LongFast channel'
|
|
68
|
-
PWN: 'required - PSK for pwn channel'
|
|
69
|
-
|
|
70
|
-
shodan:
|
|
71
|
-
api_key: 'SHODAN API Key'
|