pwn 0.5.690 → 0.5.695
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/Gemfile +4 -4
- data/bin/pwn_setup +8 -18
- data/documentation/Installation.md +6 -1
- data/documentation/Skills-Memory-Learning.md +3 -2
- data/etc/default_skills/pwn/SKILL.md +45 -0
- data/etc/default_skills/pwn/ai/SKILL.md +50 -0
- data/etc/default_skills/pwn/ai/agent/SKILL.md +50 -0
- data/etc/default_skills/pwn/ai/agent/assembly/SKILL.md +47 -0
- data/etc/default_skills/pwn/ai/agent/btc/SKILL.md +47 -0
- data/etc/default_skills/pwn/ai/agent/burp_suite/SKILL.md +51 -0
- data/etc/default_skills/pwn/ai/agent/burp_suite/references/urls.md +3 -0
- data/etc/default_skills/pwn/ai/agent/curriculum/SKILL.md +57 -0
- data/etc/default_skills/pwn/ai/agent/dispatch/SKILL.md +50 -0
- data/etc/default_skills/pwn/ai/agent/extrospection/SKILL.md +72 -0
- data/etc/default_skills/pwn/ai/agent/extrospection/osint/bridges/SKILL.md +46 -0
- data/etc/default_skills/pwn/ai/agent/extrospection/osint/social/SKILL.md +50 -0
- data/etc/default_skills/pwn/ai/agent/extrospection/osint/social/references/urls.md +5 -0
- data/etc/default_skills/pwn/ai/agent/extrospection/references/urls.md +32 -0
- data/etc/default_skills/pwn/ai/agent/gqrx/SKILL.md +47 -0
- data/etc/default_skills/pwn/ai/agent/hacker_one/SKILL.md +47 -0
- data/etc/default_skills/pwn/ai/agent/learning/SKILL.md +64 -0
- data/etc/default_skills/pwn/ai/agent/loop/SKILL.md +58 -0
- data/etc/default_skills/pwn/ai/agent/loop/references/urls.md +3 -0
- data/etc/default_skills/pwn/ai/agent/metrics/SKILL.md +67 -0
- data/etc/default_skills/pwn/ai/agent/mistakes/SKILL.md +65 -0
- data/etc/default_skills/pwn/ai/agent/open_goal/SKILL.md +51 -0
- data/etc/default_skills/pwn/ai/agent/policy/SKILL.md +74 -0
- data/etc/default_skills/pwn/ai/agent/prompt_builder/SKILL.md +48 -0
- data/etc/default_skills/pwn/ai/agent/prompt_cache/SKILL.md +54 -0
- data/etc/default_skills/pwn/ai/agent/references/urls.md +3 -0
- data/etc/default_skills/pwn/ai/agent/reflect/SKILL.md +47 -0
- data/etc/default_skills/pwn/ai/agent/registry/SKILL.md +55 -0
- data/etc/default_skills/pwn/ai/agent/result/SKILL.md +49 -0
- data/etc/default_skills/pwn/ai/agent/reward/SKILL.md +69 -0
- data/etc/default_skills/pwn/ai/agent/sast/SKILL.md +47 -0
- data/etc/default_skills/pwn/ai/agent/swarm/SKILL.md +56 -0
- data/etc/default_skills/pwn/ai/agent/task_summarizer/SKILL.md +75 -0
- data/etc/default_skills/pwn/ai/agent/tool_guard/SKILL.md +58 -0
- data/etc/default_skills/pwn/ai/agent/tools/cron/SKILL.md +45 -0
- data/etc/default_skills/pwn/ai/agent/tools/curriculum/SKILL.md +45 -0
- data/etc/default_skills/pwn/ai/agent/tools/extrospection/SKILL.md +49 -0
- data/etc/default_skills/pwn/ai/agent/tools/extrospection/references/urls.md +3 -0
- data/etc/default_skills/pwn/ai/agent/tools/learning/SKILL.md +45 -0
- data/etc/default_skills/pwn/ai/agent/tools/memory/SKILL.md +45 -0
- data/etc/default_skills/pwn/ai/agent/tools/metrics/SKILL.md +45 -0
- data/etc/default_skills/pwn/ai/agent/tools/mistakes/SKILL.md +45 -0
- data/etc/default_skills/pwn/ai/agent/tools/policy/SKILL.md +45 -0
- data/etc/default_skills/pwn/ai/agent/tools/reward/SKILL.md +45 -0
- data/etc/default_skills/pwn/ai/agent/tools/ruby_eval/SKILL.md +49 -0
- data/etc/default_skills/pwn/ai/agent/tools/ruby_eval/references/urls.md +3 -0
- data/etc/default_skills/pwn/ai/agent/tools/sessions/SKILL.md +45 -0
- data/etc/default_skills/pwn/ai/agent/tools/shell/SKILL.md +45 -0
- data/etc/default_skills/pwn/ai/agent/tools/skills/SKILL.md +49 -0
- data/etc/default_skills/pwn/ai/agent/tools/skills/references/urls.md +4 -0
- data/etc/default_skills/pwn/ai/agent/tools/swarm/SKILL.md +45 -0
- data/etc/default_skills/pwn/ai/agent/transparent_browser/SKILL.md +47 -0
- data/etc/default_skills/pwn/ai/agent/turn_finalizer/SKILL.md +54 -0
- data/etc/default_skills/pwn/ai/agent/vuln_gen/SKILL.md +51 -0
- data/etc/default_skills/pwn/ai/agent/vuln_gen/references/urls.md +3 -0
- data/etc/default_skills/pwn/ai/anthropic/SKILL.md +55 -0
- data/etc/default_skills/pwn/ai/anthropic/references/urls.md +8 -0
- data/etc/default_skills/pwn/ai/gemini/SKILL.md +53 -0
- data/etc/default_skills/pwn/ai/gemini/references/urls.md +5 -0
- data/etc/default_skills/pwn/ai/grok/SKILL.md +55 -0
- data/etc/default_skills/pwn/ai/grok/references/urls.md +7 -0
- data/etc/default_skills/pwn/ai/http_retry/SKILL.md +50 -0
- data/etc/default_skills/pwn/ai/ollama/SKILL.md +53 -0
- data/etc/default_skills/pwn/ai/ollama/references/urls.md +4 -0
- data/etc/default_skills/pwn/ai/open_ai/SKILL.md +67 -0
- data/etc/default_skills/pwn/ai/open_ai/references/urls.md +7 -0
- data/etc/default_skills/pwn/ai/open_web_ui/SKILL.md +49 -0
- data/etc/default_skills/pwn/ai/red_team/SKILL.md +50 -0
- data/etc/default_skills/pwn/ai/red_team/excessive_agency/SKILL.md +53 -0
- data/etc/default_skills/pwn/ai/red_team/excessive_agency/references/security.md +3 -0
- data/etc/default_skills/pwn/ai/red_team/excessive_agency/references/urls.md +6 -0
- data/etc/default_skills/pwn/ai/red_team/insecure_output_handling/SKILL.md +53 -0
- data/etc/default_skills/pwn/ai/red_team/insecure_output_handling/references/security.md +3 -0
- data/etc/default_skills/pwn/ai/red_team/insecure_output_handling/references/urls.md +6 -0
- data/etc/default_skills/pwn/ai/red_team/jailbreak/SKILL.md +53 -0
- data/etc/default_skills/pwn/ai/red_team/jailbreak/references/security.md +3 -0
- data/etc/default_skills/pwn/ai/red_team/jailbreak/references/urls.md +6 -0
- data/etc/default_skills/pwn/ai/red_team/overreliance/SKILL.md +53 -0
- data/etc/default_skills/pwn/ai/red_team/overreliance/references/security.md +3 -0
- data/etc/default_skills/pwn/ai/red_team/overreliance/references/urls.md +6 -0
- data/etc/default_skills/pwn/ai/red_team/payload_splitting/SKILL.md +53 -0
- data/etc/default_skills/pwn/ai/red_team/payload_splitting/references/security.md +3 -0
- data/etc/default_skills/pwn/ai/red_team/payload_splitting/references/urls.md +6 -0
- data/etc/default_skills/pwn/ai/red_team/prompt_injection/SKILL.md +53 -0
- data/etc/default_skills/pwn/ai/red_team/prompt_injection/references/security.md +3 -0
- data/etc/default_skills/pwn/ai/red_team/prompt_injection/references/urls.md +6 -0
- data/etc/default_skills/pwn/ai/red_team/references/urls.md +3 -0
- data/etc/default_skills/pwn/ai/red_team/sensitive_information_disclosure/SKILL.md +53 -0
- data/etc/default_skills/pwn/ai/red_team/sensitive_information_disclosure/references/security.md +3 -0
- data/etc/default_skills/pwn/ai/red_team/sensitive_information_disclosure/references/urls.md +6 -0
- data/etc/default_skills/pwn/ai/red_team/system_prompt_extraction/SKILL.md +53 -0
- data/etc/default_skills/pwn/ai/red_team/system_prompt_extraction/references/security.md +3 -0
- data/etc/default_skills/pwn/ai/red_team/system_prompt_extraction/references/urls.md +6 -0
- data/etc/default_skills/pwn/ai/red_team/test_case_engine/SKILL.md +51 -0
- data/etc/default_skills/pwn/ai/red_team/test_case_engine/references/urls.md +3 -0
- data/etc/default_skills/pwn/ai/red_team/token_smuggling/SKILL.md +53 -0
- data/etc/default_skills/pwn/ai/red_team/token_smuggling/references/security.md +3 -0
- data/etc/default_skills/pwn/ai/red_team/token_smuggling/references/urls.md +6 -0
- data/etc/default_skills/pwn/ai/references/urls.md +3 -0
- data/etc/default_skills/pwn/aws/SKILL.md +50 -0
- data/etc/default_skills/pwn/aws/acm/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/api_gateway/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/app_stream/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/application_auto_scaling/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/application_discovery_service/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/auto_scaling/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/batch/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/budgets/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/cloud_formation/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/cloud_front/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/cloud_hsm/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/cloud_search/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/cloud_search_domain/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/cloud_trail/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/cloud_watch/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/cloud_watch_events/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/cloud_watch_logs/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/code_build/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/code_commit/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/code_deploy/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/code_pipeline/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/cognito_identity/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/cognito_identity_provider/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/cognito_sync/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/config_service/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/data_pipleline/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/database_migration_service/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/device_farm/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/direct_connect/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/directory_service/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/dynamo_db/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/dynamo_db_streams/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/ec2/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/ecr/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/ecs/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/efs/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/elasti_cache/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/elastic_beanstalk/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/elastic_load_balancing/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/elastic_load_balancing_v2/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/elastic_transcoder/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/elasticsearch_service/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/emr/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/firehose/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/game_lift/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/glacier/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/health/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/iam/SKILL.md +49 -0
- data/etc/default_skills/pwn/aws/import_export/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/inspector/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/iot/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/iot_data_plane/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/kinesis/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/kinesis_analytics/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/kms/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/lambda/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/lambda_preview/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/lex/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/lightsail/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/machine_learning/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/marketplace_commerce_analytics/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/marketplace_metering/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/ops_works/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/ops_works_cm/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/pinpoint/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/polly/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/rds/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/redshift/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/references/urls.md +3 -0
- data/etc/default_skills/pwn/aws/rekognition/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/route53/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/route53_domains/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/s3/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/service_catalog/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/ses/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/shield/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/simple_db/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/sms/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/snowball/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/sns/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/sqs/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/ssm/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/states/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/storage_gateway/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/sts/SKILL.md +47 -0
- data/etc/default_skills/pwn/aws/support/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/swf/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/waf/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/waf_regional/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/workspaces/SKILL.md +48 -0
- data/etc/default_skills/pwn/aws/x_ray/SKILL.md +48 -0
- data/etc/default_skills/pwn/banner/SKILL.md +52 -0
- data/etc/default_skills/pwn/banner/anon/SKILL.md +47 -0
- data/etc/default_skills/pwn/banner/bubble/SKILL.md +47 -0
- data/etc/default_skills/pwn/banner/cheshire/SKILL.md +47 -0
- data/etc/default_skills/pwn/banner/code_cave/SKILL.md +47 -0
- data/etc/default_skills/pwn/banner/dont_panic/SKILL.md +47 -0
- data/etc/default_skills/pwn/banner/f_society/SKILL.md +47 -0
- data/etc/default_skills/pwn/banner/fork_bomb/SKILL.md +47 -0
- data/etc/default_skills/pwn/banner/jmp_esp/SKILL.md +47 -0
- data/etc/default_skills/pwn/banner/matrix/SKILL.md +48 -0
- data/etc/default_skills/pwn/banner/ninja/SKILL.md +47 -0
- data/etc/default_skills/pwn/banner/off_the_air/SKILL.md +47 -0
- data/etc/default_skills/pwn/banner/pirate/SKILL.md +47 -0
- data/etc/default_skills/pwn/banner/radare2/SKILL.md +47 -0
- data/etc/default_skills/pwn/banner/radare2_ai/SKILL.md +51 -0
- data/etc/default_skills/pwn/banner/radare2_ai/references/urls.md +3 -0
- data/etc/default_skills/pwn/banner/references/urls.md +3 -0
- data/etc/default_skills/pwn/banner/white_rabbit/SKILL.md +47 -0
- data/etc/default_skills/pwn/blockchain/SKILL.md +50 -0
- data/etc/default_skills/pwn/blockchain/btc/SKILL.md +53 -0
- data/etc/default_skills/pwn/blockchain/btc/references/urls.md +3 -0
- data/etc/default_skills/pwn/blockchain/eth/SKILL.md +52 -0
- data/etc/default_skills/pwn/blockchain/eth/references/urls.md +3 -0
- data/etc/default_skills/pwn/blockchain/references/urls.md +3 -0
- data/etc/default_skills/pwn/bounty/SKILL.md +50 -0
- data/etc/default_skills/pwn/bounty/lifecycle_authz_replay/SKILL.md +51 -0
- data/etc/default_skills/pwn/bounty/references/urls.md +3 -0
- data/etc/default_skills/pwn/config/SKILL.md +69 -0
- data/etc/default_skills/pwn/config/references/urls.md +16 -0
- data/etc/default_skills/pwn/cron/SKILL.md +115 -0
- data/etc/default_skills/pwn/cron/references/urls.md +3 -0
- data/etc/default_skills/pwn/driver/SKILL.md +46 -0
- data/etc/default_skills/pwn/ffi/SKILL.md +52 -0
- data/etc/default_skills/pwn/ffi/adalm_pluto/SKILL.md +57 -0
- data/etc/default_skills/pwn/ffi/fftw/SKILL.md +51 -0
- data/etc/default_skills/pwn/ffi/hack_rf/SKILL.md +56 -0
- data/etc/default_skills/pwn/ffi/liquid/SKILL.md +55 -0
- data/etc/default_skills/pwn/ffi/references/urls.md +3 -0
- data/etc/default_skills/pwn/ffi/rtl_sdr/SKILL.md +53 -0
- data/etc/default_skills/pwn/ffi/soapy_sdr/SKILL.md +58 -0
- data/etc/default_skills/pwn/ffi/stdio/SKILL.md +47 -0
- data/etc/default_skills/pwn/ffi/volk/SKILL.md +53 -0
- data/etc/default_skills/pwn/memory/SKILL.md +66 -0
- data/etc/default_skills/pwn/memory_index/SKILL.md +56 -0
- data/etc/default_skills/pwn/memory_index/references/urls.md +4 -0
- data/etc/default_skills/pwn/migrate/SKILL.md +54 -0
- data/etc/default_skills/pwn/module_skills/SKILL.md +55 -0
- data/etc/default_skills/pwn/module_skills/references/urls.md +3 -0
- data/etc/default_skills/pwn/plugins/SKILL.md +50 -0
- data/etc/default_skills/pwn/plugins/android/SKILL.md +66 -0
- data/etc/default_skills/pwn/plugins/android/references/urls.md +3 -0
- data/etc/default_skills/pwn/plugins/assembly/SKILL.md +49 -0
- data/etc/default_skills/pwn/plugins/authentication_helper/SKILL.md +49 -0
- data/etc/default_skills/pwn/plugins/baresip/SKILL.md +57 -0
- data/etc/default_skills/pwn/plugins/baresip/references/urls.md +3 -0
- data/etc/default_skills/pwn/plugins/basic_auth/SKILL.md +48 -0
- data/etc/default_skills/pwn/plugins/beef/SKILL.md +58 -0
- data/etc/default_skills/pwn/plugins/beef/references/urls.md +3 -0
- data/etc/default_skills/pwn/plugins/black_duck_binary_analysis/SKILL.md +72 -0
- data/etc/default_skills/pwn/plugins/black_duck_binary_analysis/references/urls.md +5 -0
- data/etc/default_skills/pwn/plugins/burp_suite/SKILL.md +79 -0
- data/etc/default_skills/pwn/plugins/burp_suite/references/urls.md +29 -0
- data/etc/default_skills/pwn/plugins/bus_pirate/SKILL.md +50 -0
- data/etc/default_skills/pwn/plugins/char/SKILL.md +70 -0
- data/etc/default_skills/pwn/plugins/credit_card/SKILL.md +49 -0
- data/etc/default_skills/pwn/plugins/dao_ldap/SKILL.md +49 -0
- data/etc/default_skills/pwn/plugins/dao_mongo/SKILL.md +48 -0
- data/etc/default_skills/pwn/plugins/dao_postgres/SKILL.md +50 -0
- data/etc/default_skills/pwn/plugins/dao_sqlite3/SKILL.md +49 -0
- data/etc/default_skills/pwn/plugins/defect_dojo/SKILL.md +57 -0
- data/etc/default_skills/pwn/plugins/detect_os/SKILL.md +49 -0
- data/etc/default_skills/pwn/plugins/ein/SKILL.md +47 -0
- data/etc/default_skills/pwn/plugins/file_fu/SKILL.md +49 -0
- data/etc/default_skills/pwn/plugins/fuzz/SKILL.md +47 -0
- data/etc/default_skills/pwn/plugins/git/SKILL.md +49 -0
- data/etc/default_skills/pwn/plugins/github/SKILL.md +56 -0
- data/etc/default_skills/pwn/plugins/github/references/urls.md +4 -0
- data/etc/default_skills/pwn/plugins/google_workspace/SKILL.md +146 -0
- data/etc/default_skills/pwn/plugins/google_workspace/references/daily-brief.md +79 -0
- data/etc/default_skills/pwn/plugins/google_workspace/references/gmail-search-syntax.md +55 -0
- data/etc/default_skills/pwn/plugins/google_workspace/references/urls.md +18 -0
- data/etc/default_skills/pwn/plugins/hacker_one/SKILL.md +73 -0
- data/etc/default_skills/pwn/plugins/hacker_one/references/urls.md +5 -0
- data/etc/default_skills/pwn/plugins/hunter/SKILL.md +51 -0
- data/etc/default_skills/pwn/plugins/hunter/references/urls.md +4 -0
- data/etc/default_skills/pwn/plugins/ip_info/SKILL.md +53 -0
- data/etc/default_skills/pwn/plugins/ip_info/references/urls.md +5 -0
- data/etc/default_skills/pwn/plugins/irc/SKILL.md +56 -0
- data/etc/default_skills/pwn/plugins/jenkins/SKILL.md +63 -0
- data/etc/default_skills/pwn/plugins/jenkins/references/urls.md +4 -0
- data/etc/default_skills/pwn/plugins/jira_data_center/SKILL.md +60 -0
- data/etc/default_skills/pwn/plugins/jira_data_center/references/urls.md +3 -0
- data/etc/default_skills/pwn/plugins/json_pathify/SKILL.md +47 -0
- data/etc/default_skills/pwn/plugins/log/SKILL.md +64 -0
- data/etc/default_skills/pwn/plugins/mail_agent/SKILL.md +51 -0
- data/etc/default_skills/pwn/plugins/metasploit/SKILL.md +49 -0
- data/etc/default_skills/pwn/plugins/monkey_patch/SKILL.md +51 -0
- data/etc/default_skills/pwn/plugins/monkey_patch/references/urls.md +5 -0
- data/etc/default_skills/pwn/plugins/msr206/SKILL.md +58 -0
- data/etc/default_skills/pwn/plugins/nessus_cloud/SKILL.md +70 -0
- data/etc/default_skills/pwn/plugins/nessus_cloud/references/urls.md +4 -0
- data/etc/default_skills/pwn/plugins/nexpose_vuln_scan/SKILL.md +54 -0
- data/etc/default_skills/pwn/plugins/nmap_it/SKILL.md +53 -0
- data/etc/default_skills/pwn/plugins/nmap_it/references/urls.md +3 -0
- data/etc/default_skills/pwn/plugins/oauth2/SKILL.md +48 -0
- data/etc/default_skills/pwn/plugins/ocr/SKILL.md +47 -0
- data/etc/default_skills/pwn/plugins/open_api/SKILL.md +51 -0
- data/etc/default_skills/pwn/plugins/open_api/references/urls.md +5 -0
- data/etc/default_skills/pwn/plugins/openvas/SKILL.md +52 -0
- data/etc/default_skills/pwn/plugins/packet/SKILL.md +57 -0
- data/etc/default_skills/pwn/plugins/pdf_parse/SKILL.md +47 -0
- data/etc/default_skills/pwn/plugins/pony/SKILL.md +61 -0
- data/etc/default_skills/pwn/plugins/ps/SKILL.md +48 -0
- data/etc/default_skills/pwn/plugins/pwn_logger/SKILL.md +47 -0
- data/etc/default_skills/pwn/plugins/rabbit_mq/SKILL.md +48 -0
- data/etc/default_skills/pwn/plugins/references/urls.md +3 -0
- data/etc/default_skills/pwn/plugins/repl/SKILL.md +65 -0
- data/etc/default_skills/pwn/plugins/scannable_codes/SKILL.md +47 -0
- data/etc/default_skills/pwn/plugins/serial/SKILL.md +54 -0
- data/etc/default_skills/pwn/plugins/shodan/SKILL.md +67 -0
- data/etc/default_skills/pwn/plugins/shodan/references/urls.md +4 -0
- data/etc/default_skills/pwn/plugins/slack_client/SKILL.md +49 -0
- data/etc/default_skills/pwn/plugins/sock/SKILL.md +52 -0
- data/etc/default_skills/pwn/plugins/spider/SKILL.md +51 -0
- data/etc/default_skills/pwn/plugins/spider/references/urls.md +3 -0
- data/etc/default_skills/pwn/plugins/ssn/SKILL.md +51 -0
- data/etc/default_skills/pwn/plugins/ssn/references/urls.md +3 -0
- data/etc/default_skills/pwn/plugins/thread_pool/SKILL.md +47 -0
- data/etc/default_skills/pwn/plugins/tor/SKILL.md +49 -0
- data/etc/default_skills/pwn/plugins/transparent_browser/SKILL.md +72 -0
- data/etc/default_skills/pwn/plugins/transparent_browser/references/urls.md +3 -0
- data/etc/default_skills/pwn/plugins/tty_spinner/SKILL.md +49 -0
- data/etc/default_skills/pwn/plugins/twitter_api/SKILL.md +52 -0
- data/etc/default_skills/pwn/plugins/twitter_api/references/urls.md +4 -0
- data/etc/default_skills/pwn/plugins/uri_scheme/SKILL.md +47 -0
- data/etc/default_skills/pwn/plugins/vault/SKILL.md +53 -0
- data/etc/default_skills/pwn/plugins/vin/SKILL.md +60 -0
- data/etc/default_skills/pwn/plugins/vin/references/urls.md +3 -0
- data/etc/default_skills/pwn/plugins/voice/SKILL.md +49 -0
- data/etc/default_skills/pwn/plugins/vsphere/SKILL.md +48 -0
- data/etc/default_skills/pwn/plugins/xxd/SKILL.md +51 -0
- data/etc/default_skills/pwn/plugins/zaproxy/SKILL.md +63 -0
- data/etc/default_skills/pwn/plugins/zaproxy/references/urls.md +6 -0
- data/etc/default_skills/pwn/reports/SKILL.md +50 -0
- data/etc/default_skills/pwn/reports/ai_red_team/SKILL.md +51 -0
- data/etc/default_skills/pwn/reports/ai_red_team/references/urls.md +4 -0
- data/etc/default_skills/pwn/reports/fuzz/SKILL.md +51 -0
- data/etc/default_skills/pwn/reports/fuzz/references/urls.md +4 -0
- data/etc/default_skills/pwn/reports/html_footer/SKILL.md +47 -0
- data/etc/default_skills/pwn/reports/html_header/SKILL.md +51 -0
- data/etc/default_skills/pwn/reports/html_header/references/urls.md +13 -0
- data/etc/default_skills/pwn/reports/phone/SKILL.md +51 -0
- data/etc/default_skills/pwn/reports/phone/references/urls.md +4 -0
- data/etc/default_skills/pwn/reports/references/urls.md +3 -0
- data/etc/default_skills/pwn/reports/sast/SKILL.md +51 -0
- data/etc/default_skills/pwn/reports/sast/references/urls.md +4 -0
- data/etc/default_skills/pwn/reports/uri_buster/SKILL.md +51 -0
- data/etc/default_skills/pwn/reports/uri_buster/references/urls.md +4 -0
- data/etc/default_skills/pwn/sast/SKILL.md +50 -0
- data/etc/default_skills/pwn/sast/amqp_connect_as_guest/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/amqp_connect_as_guest/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/amqp_connect_as_guest/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/apache_file_system_util_api/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/apache_file_system_util_api/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/apache_file_system_util_api/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/aws/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/aws/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/aws/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/banned_function_calls_c/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/banned_function_calls_c/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/banned_function_calls_c/references/urls.md +4 -0
- data/etc/default_skills/pwn/sast/base64/SKILL.md +52 -0
- data/etc/default_skills/pwn/sast/base64/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/beef_hook/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/beef_hook/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/beef_hook/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/cmd_execution_go_lang/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/cmd_execution_go_lang/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/cmd_execution_go_lang/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/cmd_execution_java/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/cmd_execution_java/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/cmd_execution_java/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/cmd_execution_python/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/cmd_execution_python/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/cmd_execution_python/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/cmd_execution_ruby/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/cmd_execution_ruby/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/cmd_execution_ruby/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/cmd_execution_scala/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/cmd_execution_scala/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/cmd_execution_scala/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/csrf/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/csrf/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/csrf/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/deserial_java/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/deserial_java/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/deserial_java/references/urls.md +4 -0
- data/etc/default_skills/pwn/sast/emoticon/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/emoticon/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/emoticon/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/eval/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/eval/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/eval/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/factory/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/factory/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/factory/references/urls.md +4 -0
- data/etc/default_skills/pwn/sast/http_authorization_header/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/http_authorization_header/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/http_authorization_header/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/inner_html/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/inner_html/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/inner_html/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/keystore/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/keystore/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/keystore/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/local_storage/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/local_storage/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/local_storage/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/location_hash/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/location_hash/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/location_hash/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/log4j/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/log4j/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/log4j/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/logger/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/logger/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/logger/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/md5/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/md5/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/md5/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/outer_html/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/outer_html/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/outer_html/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/padding_oracle/SKILL.md +52 -0
- data/etc/default_skills/pwn/sast/padding_oracle/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/password/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/password/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/password/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/php_input_mechanisms/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/php_input_mechanisms/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/php_input_mechanisms/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/php_type_juggling/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/php_type_juggling/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/php_type_juggling/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/pom_version/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/pom_version/references/security.md +4 -0
- data/etc/default_skills/pwn/sast/pom_version/references/urls.md +4 -0
- data/etc/default_skills/pwn/sast/port/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/port/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/port/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/post_message/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/post_message/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/post_message/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/private_key/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/private_key/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/private_key/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/redirect/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/redirect/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/redirect/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/redos/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/redos/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/redos/references/urls.md +4 -0
- data/etc/default_skills/pwn/sast/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/shell/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/shell/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/shell/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/signature/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/signature/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/signature/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/sql/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/sql/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/sql/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/ssl/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/ssl/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/ssl/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/sudo/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/sudo/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/sudo/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/task_tag/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/task_tag/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/task_tag/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/test_case_engine/SKILL.md +51 -0
- data/etc/default_skills/pwn/sast/test_case_engine/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/throw_errors/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/throw_errors/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/throw_errors/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/token/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/token/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/token/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/type_script_type_juggling/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/type_script_type_juggling/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/type_script_type_juggling/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/use_after_free/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/use_after_free/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/use_after_free/references/urls.md +4 -0
- data/etc/default_skills/pwn/sast/version/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/version/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/version/references/urls.md +3 -0
- data/etc/default_skills/pwn/sast/window_location_hash/SKILL.md +53 -0
- data/etc/default_skills/pwn/sast/window_location_hash/references/security.md +5 -0
- data/etc/default_skills/pwn/sast/window_location_hash/references/urls.md +3 -0
- data/etc/default_skills/pwn/sdr/SKILL.md +52 -0
- data/etc/default_skills/pwn/sdr/decoder/SKILL.md +51 -0
- data/etc/default_skills/pwn/sdr/decoder/adsb/SKILL.md +53 -0
- data/etc/default_skills/pwn/sdr/decoder/apt/SKILL.md +47 -0
- data/etc/default_skills/pwn/sdr/decoder/base/SKILL.md +54 -0
- data/etc/default_skills/pwn/sdr/decoder/bluetooth/SKILL.md +49 -0
- data/etc/default_skills/pwn/sdr/decoder/dect/SKILL.md +48 -0
- data/etc/default_skills/pwn/sdr/decoder/dsp/SKILL.md +81 -0
- data/etc/default_skills/pwn/sdr/decoder/flex/SKILL.md +56 -0
- data/etc/default_skills/pwn/sdr/decoder/gps/SKILL.md +48 -0
- data/etc/default_skills/pwn/sdr/decoder/gsm/SKILL.md +50 -0
- data/etc/default_skills/pwn/sdr/decoder/iridium/SKILL.md +48 -0
- data/etc/default_skills/pwn/sdr/decoder/lora/SKILL.md +48 -0
- data/etc/default_skills/pwn/sdr/decoder/lte/SKILL.md +51 -0
- data/etc/default_skills/pwn/sdr/decoder/morse/SKILL.md +48 -0
- data/etc/default_skills/pwn/sdr/decoder/p25/SKILL.md +48 -0
- data/etc/default_skills/pwn/sdr/decoder/pager/SKILL.md +47 -0
- data/etc/default_skills/pwn/sdr/decoder/pocsag/SKILL.md +51 -0
- data/etc/default_skills/pwn/sdr/decoder/rds/SKILL.md +48 -0
- data/etc/default_skills/pwn/sdr/decoder/references/urls.md +3 -0
- data/etc/default_skills/pwn/sdr/decoder/rfid/SKILL.md +48 -0
- data/etc/default_skills/pwn/sdr/decoder/rtl433/SKILL.md +48 -0
- data/etc/default_skills/pwn/sdr/decoder/rtty/SKILL.md +47 -0
- data/etc/default_skills/pwn/sdr/decoder/wifi/SKILL.md +48 -0
- data/etc/default_skills/pwn/sdr/decoder/zigbee/SKILL.md +48 -0
- data/etc/default_skills/pwn/sdr/flipper_zero/SKILL.md +50 -0
- data/etc/default_skills/pwn/sdr/frequency_allocation/SKILL.md +47 -0
- data/etc/default_skills/pwn/sdr/gqrx/SKILL.md +70 -0
- data/etc/default_skills/pwn/sdr/gqrx/references/urls.md +3 -0
- data/etc/default_skills/pwn/sdr/references/urls.md +3 -0
- data/etc/default_skills/pwn/sdr/rfidler/SKILL.md +47 -0
- data/etc/default_skills/pwn/sdr/son_micro_rfid/SKILL.md +57 -0
- data/etc/default_skills/pwn/sessions/SKILL.md +59 -0
- data/etc/default_skills/pwn/setup/SKILL.md +53 -0
- data/etc/default_skills/pwn/version/SKILL.md +45 -0
- data/etc/default_skills/pwn/www/SKILL.md +50 -0
- data/etc/default_skills/pwn/www/app_cobalt_io/SKILL.md +54 -0
- data/etc/default_skills/pwn/www/app_cobalt_io/references/urls.md +5 -0
- data/etc/default_skills/pwn/www/bing/SKILL.md +53 -0
- data/etc/default_skills/pwn/www/bing/references/urls.md +3 -0
- data/etc/default_skills/pwn/www/bug_crowd/SKILL.md +54 -0
- data/etc/default_skills/pwn/www/bug_crowd/references/urls.md +5 -0
- data/etc/default_skills/pwn/www/checkip/SKILL.md +52 -0
- data/etc/default_skills/pwn/www/checkip/references/urls.md +3 -0
- data/etc/default_skills/pwn/www/coinbase_pro/SKILL.md +54 -0
- data/etc/default_skills/pwn/www/coinbase_pro/references/urls.md +4 -0
- data/etc/default_skills/pwn/www/duckduckgo/SKILL.md +54 -0
- data/etc/default_skills/pwn/www/duckduckgo/references/urls.md +6 -0
- data/etc/default_skills/pwn/www/facebook/SKILL.md +54 -0
- data/etc/default_skills/pwn/www/facebook/references/urls.md +4 -0
- data/etc/default_skills/pwn/www/github/SKILL.md +54 -0
- data/etc/default_skills/pwn/www/github/references/urls.md +7 -0
- data/etc/default_skills/pwn/www/google/SKILL.md +54 -0
- data/etc/default_skills/pwn/www/google/references/urls.md +3 -0
- data/etc/default_skills/pwn/www/hacker_one/SKILL.md +58 -0
- data/etc/default_skills/pwn/www/hacker_one/references/urls.md +6 -0
- data/etc/default_skills/pwn/www/linkedin/SKILL.md +54 -0
- data/etc/default_skills/pwn/www/linkedin/references/urls.md +4 -0
- data/etc/default_skills/pwn/www/pandora/SKILL.md +54 -0
- data/etc/default_skills/pwn/www/pandora/references/urls.md +4 -0
- data/etc/default_skills/pwn/www/pastebin/SKILL.md +53 -0
- data/etc/default_skills/pwn/www/pastebin/references/urls.md +4 -0
- data/etc/default_skills/pwn/www/paypal/SKILL.md +55 -0
- data/etc/default_skills/pwn/www/paypal/references/urls.md +6 -0
- data/etc/default_skills/pwn/www/references/urls.md +3 -0
- data/etc/default_skills/pwn/www/synack/SKILL.md +54 -0
- data/etc/default_skills/pwn/www/synack/references/urls.md +5 -0
- data/etc/default_skills/pwn/www/torch/SKILL.md +54 -0
- data/etc/default_skills/pwn/www/torch/references/urls.md +4 -0
- data/etc/default_skills/pwn/www/trading_view/SKILL.md +54 -0
- data/etc/default_skills/pwn/www/trading_view/references/urls.md +3 -0
- data/etc/default_skills/pwn/www/twitter/SKILL.md +54 -0
- data/etc/default_skills/pwn/www/twitter/references/urls.md +6 -0
- data/etc/default_skills/pwn/www/uber/SKILL.md +54 -0
- data/etc/default_skills/pwn/www/uber/references/urls.md +4 -0
- data/etc/default_skills/pwn/www/upwork/SKILL.md +54 -0
- data/etc/default_skills/pwn/www/upwork/references/urls.md +4 -0
- data/etc/default_skills/pwn/www/wayback_machine/SKILL.md +54 -0
- data/etc/default_skills/pwn/www/wayback_machine/references/urls.md +5 -0
- data/etc/default_skills/pwn/www/youtube/SKILL.md +53 -0
- data/etc/default_skills/pwn/www/youtube/references/urls.md +3 -0
- data/lib/pwn/ai/agent/prompt_builder.rb +2 -2
- data/lib/pwn/config.rb +59 -3
- data/lib/pwn/module_skills.rb +378 -0
- data/lib/pwn/plugins/google_workspace.rb +927 -0
- data/lib/pwn/plugins/log.rb +144 -0
- data/lib/pwn/plugins/tty_spinner.rb +7 -1
- data/lib/pwn/plugins.rb +1 -0
- data/lib/pwn/sdr/decoder/flex.rb +1 -2
- data/lib/pwn/sdr/frequency_allocation.rb +6 -6
- data/lib/pwn/setup.rb +12 -0
- data/lib/pwn/version.rb +1 -1
- data/lib/pwn.rb +1 -0
- data/packer/provisioners/aliases.rb +1 -0
- data/pwn.gemspec +14 -1
- data/spec/integration/config_spec.rb +9 -0
- data/spec/integration/reinforced_feedback_loop_spec.rb +3 -4
- data/spec/lib/pwn/module_skills_spec.rb +93 -0
- data/spec/lib/pwn/plugins/google_workspace_spec.rb +165 -0
- data/spec/lib/pwn/plugins/log_spec.rb +29 -0
- data/spec/lib/pwn/setup_spec.rb +2 -0
- data/third_party/pwn_rdoc.jsonl +92 -0
- metadata +586 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 445532063d09a6c2edd54ac2872c295932bdbdc45d025e87fe109a5e8641ce0f
|
|
4
|
+
data.tar.gz: b8b9aab81ae7c16ffcda16cdea943b85eaf69c93b6de929e2eb9fc288cb8f000
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 85071aaac40e5ed6348a52a7858be4dd1b781db8b706324b054a67e254c365bab4d10d4aba182ee42a387e15574b8f6b7fc67d2b31b1559dd17b5d7d6dfccae5
|
|
7
|
+
data.tar.gz: a677194de81bb47090ba62cebac6f293d68fc4e4876693faae868cfe96434478610fece0478e93eb980af4d688819ea1310cb6048bb7096b27a0bdbe516bf1da
|
data/Gemfile
CHANGED
|
@@ -25,7 +25,7 @@ gem 'bundler-audit', '>=0.9.3'
|
|
|
25
25
|
gem 'bunny', '3.2.0'
|
|
26
26
|
gem 'colorize', '1.1.0'
|
|
27
27
|
gem 'credit_card_validations', '9.0.0'
|
|
28
|
-
gem 'curses', '1.
|
|
28
|
+
gem 'curses', '1.7.0'
|
|
29
29
|
gem 'diffy', '3.4.4'
|
|
30
30
|
gem 'eventmachine', '1.2.7'
|
|
31
31
|
gem 'executable-hooks', '1.7.1'
|
|
@@ -49,8 +49,8 @@ gem 'jwt', '3.2.0'
|
|
|
49
49
|
gem 'libusb', '0.8.0'
|
|
50
50
|
gem 'luhn', '3.0.0'
|
|
51
51
|
gem 'mail', '2.9.1'
|
|
52
|
-
gem 'mcp', '1.
|
|
53
|
-
gem 'meshtastic', '0.0.
|
|
52
|
+
gem 'mcp', '1.3.0'
|
|
53
|
+
gem 'meshtastic', '0.0.175'
|
|
54
54
|
gem 'metasm', '1.0.6'
|
|
55
55
|
gem 'mongo', '2.25.0'
|
|
56
56
|
gem 'msfrpc-client', '1.1.2'
|
|
@@ -81,7 +81,7 @@ gem 'rmagick', '7.1.1'
|
|
|
81
81
|
gem 'rqrcode', '3.2.0'
|
|
82
82
|
gem 'rspec', '3.13.2'
|
|
83
83
|
gem 'rtesseract', '3.1.4'
|
|
84
|
-
gem 'rubocop', '1.
|
|
84
|
+
gem 'rubocop', '1.90.0'
|
|
85
85
|
gem 'rubocop-rake', '0.7.1'
|
|
86
86
|
gem 'rubocop-rspec', '3.10.2'
|
|
87
87
|
gem 'ruby-audio', '1.6.1'
|
data/bin/pwn_setup
CHANGED
|
@@ -65,15 +65,6 @@ pwn_driver.parse!
|
|
|
65
65
|
|
|
66
66
|
begin
|
|
67
67
|
status = 0
|
|
68
|
-
# Seed default jobs + start/reuse the in-process scheduler so last_run
|
|
69
|
-
# actually advances. Do this BEFORE the doctor so `pwn setup` reports
|
|
70
|
-
# the worker as running. Skip list/terminal (no host scheduler needed)
|
|
71
|
-
# and dry-run (must not spawn).
|
|
72
|
-
unless opts[:list] || opts[:terminal] || opts[:dry_run]
|
|
73
|
-
cron_opts = { restart: false, dry_run: false }
|
|
74
|
-
cron_opts[:enabled] = opts[:cron] unless opts[:cron].nil?
|
|
75
|
-
PWN::Setup.ensure_cron(**cron_opts)
|
|
76
|
-
end
|
|
77
68
|
|
|
78
69
|
if opts[:list]
|
|
79
70
|
PWN::Setup.list_profiles
|
|
@@ -95,20 +86,19 @@ begin
|
|
|
95
86
|
dry_run: opts[:dry_run]
|
|
96
87
|
)
|
|
97
88
|
else
|
|
98
|
-
# `pwn setup` → doctor gate on EVERYTHING
|
|
99
|
-
# `pwn setup --check` → same
|
|
100
|
-
# `pwn setup --check --profile net` → gate ONLY on the :net profile
|
|
101
89
|
r = PWN::Setup.check(profile: opts[:profile])
|
|
102
90
|
status = 1 unless r[:ok]
|
|
103
91
|
end
|
|
104
92
|
|
|
105
|
-
#
|
|
106
|
-
#
|
|
107
|
-
# needed) and dry-run (must not spawn).
|
|
93
|
+
# One scheduler pass only. Skip list/terminal/dry-run. Skip migrate when a
|
|
94
|
+
# worker is already live so `pwn setup --migrate` cannot spawn a second.
|
|
108
95
|
unless opts[:list] || opts[:terminal] || opts[:dry_run]
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
96
|
+
running = defined?(PWN::Cron) && PWN::Cron.worker_status[:running]
|
|
97
|
+
unless opts[:migrate] && running
|
|
98
|
+
cron_opts = { restart: false, dry_run: false }
|
|
99
|
+
cron_opts[:enabled] = opts[:cron] unless opts[:cron].nil?
|
|
100
|
+
PWN::Setup.ensure_cron(**cron_opts)
|
|
101
|
+
end
|
|
112
102
|
end
|
|
113
103
|
exit status
|
|
114
104
|
rescue Interrupt
|
|
@@ -265,7 +265,12 @@ The first `pwn` launch creates `~/.pwn/` and an **encrypted**
|
|
|
265
265
|
- `att&ck`
|
|
266
266
|
|
|
267
267
|
Source lives in the gem at `etc/default_skills/`. `PWN::Config.install_default_skills`
|
|
268
|
-
is idempotent and never overwrites an edited `SKILL.md`.
|
|
268
|
+
is idempotent and never overwrites an edited SOP `SKILL.md`. Generated
|
|
269
|
+
module skills under `etc/default_skills/pwn/` (one `<module>/SKILL.md` per
|
|
270
|
+
`PWN::` module, plus `references/` when the source has CWE/NIST/URLs) are
|
|
271
|
+
copied to `~/.pwn/skills/pwn/` and **are** overwritten on
|
|
272
|
+
`pwn setup --migrate` / first launch so they stay in sync with `lib/pwn`.
|
|
273
|
+
`bundle exec rake` rewrites the gem tree via `PWN::ModuleSkills.refresh!`. Add at least one
|
|
269
274
|
LLM engine key with the `pwn-vault` REPL command to enable `pwn-ai` - see
|
|
270
275
|
[Configuration](Configuration.md). `pwn setup` will report the AI-engine
|
|
271
276
|
row as `MISSING` until a key is set.
|
|
@@ -123,8 +123,9 @@ bundled skills into `~/.pwn/skills/` when the name is missing:
|
|
|
123
123
|
| `capec` | Exhaustive attack-pattern procedure per CAPEC ID (`references/CAPEC-<id>.md`) |
|
|
124
124
|
| `att&ck` | Exhaustive test procedure per ATT&CK technique (`references/T1059.001.md`) |
|
|
125
125
|
|
|
126
|
-
Source: `etc/default_skills/` in the gem.
|
|
127
|
-
overwritten.
|
|
126
|
+
Source: `etc/default_skills/` in the gem. SOP edits in `~/.pwn/skills/<name>/SKILL.md`
|
|
127
|
+
are never overwritten. Generated `~/.pwn/skills/pwn/**/SKILL.md` module skills
|
|
128
|
+
are updated on migrate when `lib/pwn` changes.
|
|
128
129
|
|
|
129
130
|
## Housekeeping
|
|
130
131
|
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: pwn
|
|
3
|
+
description: Drive PWN from pwn_eval.
|
|
4
|
+
license: MIT
|
|
5
|
+
allowed-tools: [pwn, pwn_eval]
|
|
6
|
+
metadata:
|
|
7
|
+
bundled: true
|
|
8
|
+
generated: true
|
|
9
|
+
module: PWN
|
|
10
|
+
source: pwn.rb
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# PWN
|
|
14
|
+
|
|
15
|
+
Thank you for choosing the Continuous Security Integrtion Framework! Your Source for Source Code Analysis, Vulnerability Scanning, Exploitation, & General Security Testing in a Continuous Integration Environment
|
|
16
|
+
|
|
17
|
+
## When to use
|
|
18
|
+
|
|
19
|
+
Call `PWN` from `pwn_eval` when the task needs this module.
|
|
20
|
+
Do not reimplement it in shell.
|
|
21
|
+
|
|
22
|
+
## Methodologies
|
|
23
|
+
|
|
24
|
+
Generated from `pwn.rb`. Prefer the public class methods below.
|
|
25
|
+
Class methods take `(opts = {})` and read `opts`.
|
|
26
|
+
|
|
27
|
+
## How to call
|
|
28
|
+
|
|
29
|
+
```ruby
|
|
30
|
+
PWN.help
|
|
31
|
+
PWN.help(opts)
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
## Public methods
|
|
35
|
+
|
|
36
|
+
- `help`
|
|
37
|
+
|
|
38
|
+
## Source
|
|
39
|
+
|
|
40
|
+
`pwn.rb`
|
|
41
|
+
|
|
42
|
+
## Verification
|
|
43
|
+
|
|
44
|
+
`PWN.respond_to?(:help)` after the
|
|
45
|
+
module is loaded. Read the source for parameter names.
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: pwn-ai
|
|
3
|
+
description: Drive PWN::AI from pwn_eval.
|
|
4
|
+
license: MIT
|
|
5
|
+
allowed-tools: [pwn, pwn_eval]
|
|
6
|
+
metadata:
|
|
7
|
+
bundled: true
|
|
8
|
+
generated: true
|
|
9
|
+
module: PWN::AI
|
|
10
|
+
source: pwn/ai.rb
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# PWN::AI
|
|
14
|
+
|
|
15
|
+
This file, using the autoload directive loads AI modules into memory only when they're needed. For more information, see: http://www.rubyinside.com/ruby-techniques-revealed-autoload-1652.html
|
|
16
|
+
|
|
17
|
+
## When to use
|
|
18
|
+
|
|
19
|
+
Call `PWN::AI` from `pwn_eval` when the task needs this module.
|
|
20
|
+
Do not reimplement it in shell.
|
|
21
|
+
|
|
22
|
+
## Methodologies
|
|
23
|
+
|
|
24
|
+
Generated from `pwn/ai.rb`. Prefer the public class methods below.
|
|
25
|
+
Class methods take `(opts = {})` and read `opts`.
|
|
26
|
+
|
|
27
|
+
## How to call
|
|
28
|
+
|
|
29
|
+
```ruby
|
|
30
|
+
PWN::AI.help
|
|
31
|
+
PWN::AI.help(opts)
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
## Public methods
|
|
35
|
+
|
|
36
|
+
- `authors`
|
|
37
|
+
- `help`
|
|
38
|
+
|
|
39
|
+
## References
|
|
40
|
+
|
|
41
|
+
- `references/urls.md` — URLs from source
|
|
42
|
+
|
|
43
|
+
## Source
|
|
44
|
+
|
|
45
|
+
`pwn/ai.rb`
|
|
46
|
+
|
|
47
|
+
## Verification
|
|
48
|
+
|
|
49
|
+
`PWN::AI.respond_to?(:authors)` after the
|
|
50
|
+
module is loaded. Read the source for parameter names.
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: pwn-ai-agent
|
|
3
|
+
description: Drive PWN::AI::Agent from pwn_eval.
|
|
4
|
+
license: MIT
|
|
5
|
+
allowed-tools: [pwn, pwn_eval]
|
|
6
|
+
metadata:
|
|
7
|
+
bundled: true
|
|
8
|
+
generated: true
|
|
9
|
+
module: PWN::AI::Agent
|
|
10
|
+
source: pwn/ai/agent.rb
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# PWN::AI::Agent
|
|
14
|
+
|
|
15
|
+
This file, using the autoload directive loads SAST modules into memory only when they're needed. For more information, see: http://www.rubyinside.com/ruby-techniques-revealed-autoload-1652.html
|
|
16
|
+
|
|
17
|
+
## When to use
|
|
18
|
+
|
|
19
|
+
Call `PWN::AI::Agent` from `pwn_eval` when the task needs this module.
|
|
20
|
+
Do not reimplement it in shell.
|
|
21
|
+
|
|
22
|
+
## Methodologies
|
|
23
|
+
|
|
24
|
+
Generated from `pwn/ai/agent.rb`. Prefer the public class methods below.
|
|
25
|
+
Class methods take `(opts = {})` and read `opts`.
|
|
26
|
+
|
|
27
|
+
## How to call
|
|
28
|
+
|
|
29
|
+
```ruby
|
|
30
|
+
PWN::AI::Agent.help
|
|
31
|
+
PWN::AI::Agent.help(opts)
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
## Public methods
|
|
35
|
+
|
|
36
|
+
- `authors`
|
|
37
|
+
- `help`
|
|
38
|
+
|
|
39
|
+
## References
|
|
40
|
+
|
|
41
|
+
- `references/urls.md` — URLs from source
|
|
42
|
+
|
|
43
|
+
## Source
|
|
44
|
+
|
|
45
|
+
`pwn/ai/agent.rb`
|
|
46
|
+
|
|
47
|
+
## Verification
|
|
48
|
+
|
|
49
|
+
`PWN::AI::Agent.respond_to?(:authors)` after the
|
|
50
|
+
module is loaded. Read the source for parameter names.
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: pwn-ai-agent-assembly
|
|
3
|
+
description: Drive PWN::AI::Agent::Assembly from pwn_eval.
|
|
4
|
+
license: MIT
|
|
5
|
+
allowed-tools: [pwn, pwn_eval]
|
|
6
|
+
metadata:
|
|
7
|
+
bundled: true
|
|
8
|
+
generated: true
|
|
9
|
+
module: PWN::AI::Agent::Assembly
|
|
10
|
+
source: pwn/ai/agent/assembly.rb
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# PWN::AI::Agent::Assembly
|
|
14
|
+
|
|
15
|
+
This module is an AI agent designed to analyze assembly code, including both opcodes and instructions, for various architectures and endianness. It provides insights into the functionality of the assembly code and can also convert it to C/C++ code when possible.
|
|
16
|
+
|
|
17
|
+
## When to use
|
|
18
|
+
|
|
19
|
+
Call `PWN::AI::Agent::Assembly` from `pwn_eval` when the task needs this module.
|
|
20
|
+
Do not reimplement it in shell.
|
|
21
|
+
|
|
22
|
+
## Methodologies
|
|
23
|
+
|
|
24
|
+
Generated from `pwn/ai/agent/assembly.rb`. Prefer the public class methods below.
|
|
25
|
+
Class methods take `(opts = {})` and read `opts`.
|
|
26
|
+
|
|
27
|
+
## How to call
|
|
28
|
+
|
|
29
|
+
```ruby
|
|
30
|
+
PWN::AI::Agent::Assembly.help
|
|
31
|
+
PWN::AI::Agent::Assembly.analyze(opts)
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
## Public methods
|
|
35
|
+
|
|
36
|
+
- `analyze`
|
|
37
|
+
- `authors`
|
|
38
|
+
- `help`
|
|
39
|
+
|
|
40
|
+
## Source
|
|
41
|
+
|
|
42
|
+
`pwn/ai/agent/assembly.rb`
|
|
43
|
+
|
|
44
|
+
## Verification
|
|
45
|
+
|
|
46
|
+
`PWN::AI::Agent::Assembly.respond_to?(:analyze)` after the
|
|
47
|
+
module is loaded. Read the source for parameter names.
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: pwn-ai-agent-btc
|
|
3
|
+
description: Drive PWN::AI::Agent::BTC from pwn_eval.
|
|
4
|
+
license: MIT
|
|
5
|
+
allowed-tools: [pwn, pwn_eval]
|
|
6
|
+
metadata:
|
|
7
|
+
bundled: true
|
|
8
|
+
generated: true
|
|
9
|
+
module: PWN::AI::Agent::BTC
|
|
10
|
+
source: pwn/ai/agent/btc.rb
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# PWN::AI::Agent::BTC
|
|
14
|
+
|
|
15
|
+
This module is an AI agent designed to analyze Bitcoin blockchain information. It provides insights and summaries based on the latest block data retrieved from a Bitcoin node using `PWN::Blockchain::BTC.get_latest_block`.
|
|
16
|
+
|
|
17
|
+
## When to use
|
|
18
|
+
|
|
19
|
+
Call `PWN::AI::Agent::BTC` from `pwn_eval` when the task needs this module.
|
|
20
|
+
Do not reimplement it in shell.
|
|
21
|
+
|
|
22
|
+
## Methodologies
|
|
23
|
+
|
|
24
|
+
Generated from `pwn/ai/agent/btc.rb`. Prefer the public class methods below.
|
|
25
|
+
Class methods take `(opts = {})` and read `opts`.
|
|
26
|
+
|
|
27
|
+
## How to call
|
|
28
|
+
|
|
29
|
+
```ruby
|
|
30
|
+
PWN::AI::Agent::BTC.help
|
|
31
|
+
PWN::AI::Agent::BTC.analyze(opts)
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
## Public methods
|
|
35
|
+
|
|
36
|
+
- `analyze`
|
|
37
|
+
- `authors`
|
|
38
|
+
- `help`
|
|
39
|
+
|
|
40
|
+
## Source
|
|
41
|
+
|
|
42
|
+
`pwn/ai/agent/btc.rb`
|
|
43
|
+
|
|
44
|
+
## Verification
|
|
45
|
+
|
|
46
|
+
`PWN::AI::Agent::BTC.respond_to?(:analyze)` after the
|
|
47
|
+
module is loaded. Read the source for parameter names.
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: pwn-ai-agent-burpsuite
|
|
3
|
+
description: Drive PWN::AI::Agent::BurpSuite from pwn_eval.
|
|
4
|
+
license: MIT
|
|
5
|
+
allowed-tools: [pwn, pwn_eval]
|
|
6
|
+
metadata:
|
|
7
|
+
bundled: true
|
|
8
|
+
generated: true
|
|
9
|
+
module: PWN::AI::Agent::BurpSuite
|
|
10
|
+
source: pwn/ai/agent/burp_suite.rb
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# PWN::AI::Agent::BurpSuite
|
|
14
|
+
|
|
15
|
+
This module is an AI agent designed to analyze HTTP request/response pairs and WebSocket messages for high-impact vulnerabilities, with a focus on XSS and related issues. It provides detailed analysis and generates PoCs for identified vulnerabilities.
|
|
16
|
+
|
|
17
|
+
## When to use
|
|
18
|
+
|
|
19
|
+
Call `PWN::AI::Agent::BurpSuite` from `pwn_eval` when the task needs this module.
|
|
20
|
+
Do not reimplement it in shell.
|
|
21
|
+
|
|
22
|
+
## Methodologies
|
|
23
|
+
|
|
24
|
+
Generated from `pwn/ai/agent/burp_suite.rb`. Prefer the public class methods below.
|
|
25
|
+
Class methods take `(opts = {})` and read `opts`.
|
|
26
|
+
|
|
27
|
+
## How to call
|
|
28
|
+
|
|
29
|
+
```ruby
|
|
30
|
+
PWN::AI::Agent::BurpSuite.help
|
|
31
|
+
PWN::AI::Agent::BurpSuite.analyze(opts)
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
## Public methods
|
|
35
|
+
|
|
36
|
+
- `analyze`
|
|
37
|
+
- `authors`
|
|
38
|
+
- `help`
|
|
39
|
+
|
|
40
|
+
## References
|
|
41
|
+
|
|
42
|
+
- `references/urls.md` — URLs from source
|
|
43
|
+
|
|
44
|
+
## Source
|
|
45
|
+
|
|
46
|
+
`pwn/ai/agent/burp_suite.rb`
|
|
47
|
+
|
|
48
|
+
## Verification
|
|
49
|
+
|
|
50
|
+
`PWN::AI::Agent::BurpSuite.respond_to?(:analyze)` after the
|
|
51
|
+
module is loaded. Read the source for parameter names.
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: pwn-ai-agent-curriculum
|
|
3
|
+
description: Drive PWN::AI::Agent::Curriculum from pwn_eval.
|
|
4
|
+
license: MIT
|
|
5
|
+
allowed-tools: [pwn, pwn_eval]
|
|
6
|
+
metadata:
|
|
7
|
+
bundled: true
|
|
8
|
+
generated: true
|
|
9
|
+
module: PWN::AI::Agent::Curriculum
|
|
10
|
+
source: pwn/ai/agent/curriculum.rb
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# PWN::AI::Agent::Curriculum
|
|
14
|
+
|
|
15
|
+
PWN::AI::Agent::Curriculum is Tier 4/5 of the pwn-ai reinforcement loop — the SELF-PLAY layer that turns the agent from a passive experience-recorder into an active learner: S1 .practice — Mistake-driven auto-curriculum. Reads Mistakes.top(unresolved), asks Reflect to generate 3 minimal reproducer prompts per signature, self-plays each under Loop.run, and auto-mistakes_resolve when Reward.judge says the practice run solved it. THE AGENT PRACTISES ITS OWN WEAKNESSES OVERNIGHT. S2 .counterfactual — On a repeated in-turn failure, forks: branch A continues with the correction_hint, branch B asks an alt persona for a different tool. Reward.judge picks the winner; (loser, winner) → Reward.record_preference. Real advantage estimation, not imagined rollouts. S3 .critic — Constitutional critic persona with TOOL ACCESS (can shell/extro_verify the claim). Runs BEFORE note_outcome; its verdict feeds Reward.judge and its concrete flaw becomes a preference pair when the agent self-corrects. S4 .red_team_plan — After plan_first, an adversarial persona reviews the plan against THIS host's Metrics/Mistakes/extro_drift and injects a pre-emptive correction_hint on the step it predicts will fail. C3 .hindsight — Hindsight Experience Replay. On failure, asks the judge "what DID this trajectory accomplish?", relabels the episode with the achieved-goal as success:true. Free positive samples from failures — first HER on real tool traces. W2 .train_and_gate — export_finetune + export_dpo → local LoRA (unsloth/axolotl if installed) → replay Mistakes.top on vN vs vN+1 → promote iff resolved(N+1) > resolved(N). Fully autonomous weight-level self-improvement with a regression gate. W3 .calibrate — Tracks plan_first predicted p(success) vs actual outcome → Brier score in Metrics. All entry points are cron-safe (never raise into the caller) and depth-guarded via Swarm's Thread.current[:pwn_swarm_depth] so a curriculum run cannot recurse into itself.
|
|
16
|
+
|
|
17
|
+
## When to use
|
|
18
|
+
|
|
19
|
+
Call `PWN::AI::Agent::Curriculum` from `pwn_eval` when the task needs this module.
|
|
20
|
+
Do not reimplement it in shell.
|
|
21
|
+
|
|
22
|
+
## Methodologies
|
|
23
|
+
|
|
24
|
+
Generated from `pwn/ai/agent/curriculum.rb`. Prefer the public class methods below.
|
|
25
|
+
Class methods take `(opts = {})` and read `opts`.
|
|
26
|
+
|
|
27
|
+
## How to call
|
|
28
|
+
|
|
29
|
+
```ruby
|
|
30
|
+
PWN::AI::Agent::Curriculum.help
|
|
31
|
+
PWN::AI::Agent::Curriculum.practice(opts)
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
## Public methods
|
|
35
|
+
|
|
36
|
+
- `practice`
|
|
37
|
+
- `offline_judge`
|
|
38
|
+
- `preference_balance`
|
|
39
|
+
- `counterfactual`
|
|
40
|
+
- `critic`
|
|
41
|
+
- `red_team_plan`
|
|
42
|
+
- `hindsight`
|
|
43
|
+
- `train_and_gate`
|
|
44
|
+
- `practice_kpi`
|
|
45
|
+
- `repeating_trend`
|
|
46
|
+
- `calibrate`
|
|
47
|
+
- `authors`
|
|
48
|
+
- `help`
|
|
49
|
+
|
|
50
|
+
## Source
|
|
51
|
+
|
|
52
|
+
`pwn/ai/agent/curriculum.rb`
|
|
53
|
+
|
|
54
|
+
## Verification
|
|
55
|
+
|
|
56
|
+
`PWN::AI::Agent::Curriculum.respond_to?(:practice)` after the
|
|
57
|
+
module is loaded. Read the source for parameter names.
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: pwn-ai-agent-dispatch
|
|
3
|
+
description: Drive PWN::AI::Agent::Dispatch from pwn_eval.
|
|
4
|
+
license: MIT
|
|
5
|
+
allowed-tools: [pwn, pwn_eval]
|
|
6
|
+
metadata:
|
|
7
|
+
bundled: true
|
|
8
|
+
generated: true
|
|
9
|
+
module: PWN::AI::Agent::Dispatch
|
|
10
|
+
source: pwn/ai/agent/dispatch.rb
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# PWN::AI::Agent::Dispatch
|
|
14
|
+
|
|
15
|
+
Tool-call dispatch: takes a single tool_call object (OpenAI shape), looks up the registered handler, parses args, runs it, and returns a JSON string suitable for a role:'tool' message. TOLERANT DISPATCH (local-model scaffolding) ------------------------------------------- Local models running on Ollama frequently emit almost- right tool calls: `run_shell` instead of `shell`, trailing commas, single-quoted JSON, arguments as a bare string. Strict parsing burns an iteration and often spirals. Dispatch now: * repair_name — Levenshtein-matches unknown names to the closest registered tool and records a Mistakes fingerprint (source: :repair) so the KNOWN MISTAKES block eventually teaches the model the right name. * parse_args — falls back to a JSON5-ish clean-up pass (strip trailing commas, swap single→double quotes, wrap a bare scalar as the tool's sole required arg). Frontier engines never hit these paths — repair is a no-op when the name/JSON are already valid.
|
|
16
|
+
|
|
17
|
+
## When to use
|
|
18
|
+
|
|
19
|
+
Call `PWN::AI::Agent::Dispatch` from `pwn_eval` when the task needs this module.
|
|
20
|
+
Do not reimplement it in shell.
|
|
21
|
+
|
|
22
|
+
## Methodologies
|
|
23
|
+
|
|
24
|
+
Generated from `pwn/ai/agent/dispatch.rb`. Prefer the public class methods below.
|
|
25
|
+
Class methods take `(opts = {})` and read `opts`.
|
|
26
|
+
|
|
27
|
+
## How to call
|
|
28
|
+
|
|
29
|
+
```ruby
|
|
30
|
+
PWN::AI::Agent::Dispatch.help
|
|
31
|
+
PWN::AI::Agent::Dispatch.call(opts)
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
## Public methods
|
|
35
|
+
|
|
36
|
+
- `call`
|
|
37
|
+
- `repair_name`
|
|
38
|
+
- `tool_calls_from_text`
|
|
39
|
+
- `effect`
|
|
40
|
+
- `authors`
|
|
41
|
+
- `help`
|
|
42
|
+
|
|
43
|
+
## Source
|
|
44
|
+
|
|
45
|
+
`pwn/ai/agent/dispatch.rb`
|
|
46
|
+
|
|
47
|
+
## Verification
|
|
48
|
+
|
|
49
|
+
`PWN::AI::Agent::Dispatch.respond_to?(:call)` after the
|
|
50
|
+
module is loaded. Read the source for parameter names.
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: pwn-ai-agent-extrospection
|
|
3
|
+
description: Drive PWN::AI::Agent::Extrospection from pwn_eval.
|
|
4
|
+
license: MIT
|
|
5
|
+
allowed-tools: [pwn, pwn_eval]
|
|
6
|
+
metadata:
|
|
7
|
+
bundled: true
|
|
8
|
+
generated: true
|
|
9
|
+
module: PWN::AI::Agent::Extrospection
|
|
10
|
+
source: pwn/ai/agent/extrospection.rb
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# PWN::AI::Agent::Extrospection
|
|
14
|
+
|
|
15
|
+
PWN::AI::Agent::Extrospection is the outward-facing counterpart to PWN::AI::Agent::Learning (introspection). PRIMARY INTENT - on-demand external sensing ------------------------------------------- Quickly explore *external* resources when that produces a more informed answer. Call a sense tool only when the question needs it: "weather in Tokyo" → verify / watch / TransparentBrowser "what's on 101.1 FM?" → rf_tune(freq: "101.1") → RDS / observe(:rf) "CVE for openssl 3.0?" → intel(query:) / verify(claim:, kind: :cve) "did the target change?" → watch(url:) / snapshot(sections: [:web]) Secondary / optional - ambient host baseline -------------------------------------------- snapshot / drift / correlate can record cheap local posture so the agent can tell "I called the API wrong" from "the world moved" (kernel upgrade, dongle unplugged). This is NEVER the reason to launch GUI / JVM / heavy-REPL binaries - those are presence-only. auto_extrospect, when enabled, uses only side-effect-free sections. INTROSPECTIVE (self) EXTROSPECTIVE (world) ---------------------- ------------------------------------- Metrics.record Extrospection.intel/verify/watch/rf_tune (sense) Learning.note_outcome Extrospection.observe (fact) Learning.reflect Extrospection.snapshot/drift (baseline) Learning.stats Extrospection.correlate (self×world) PromptBuilder re-injects Extrospection.to_context on every turn. Persistence: ~/.pwn/extrospection.json across REPL restarts.
|
|
16
|
+
|
|
17
|
+
## When to use
|
|
18
|
+
|
|
19
|
+
Call `PWN::AI::Agent::Extrospection` from `pwn_eval` when the task needs this module.
|
|
20
|
+
Do not reimplement it in shell.
|
|
21
|
+
|
|
22
|
+
## Methodologies
|
|
23
|
+
|
|
24
|
+
Generated from `pwn/ai/agent/extrospection.rb`. Prefer the public class methods below.
|
|
25
|
+
Class methods take `(opts = {})` and read `opts`.
|
|
26
|
+
|
|
27
|
+
## How to call
|
|
28
|
+
|
|
29
|
+
```ruby
|
|
30
|
+
PWN::AI::Agent::Extrospection.help
|
|
31
|
+
PWN::AI::Agent::Extrospection.load(opts)
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
## Public methods
|
|
35
|
+
|
|
36
|
+
- `load`
|
|
37
|
+
- `save`
|
|
38
|
+
- `snapshot`
|
|
39
|
+
- `observe`
|
|
40
|
+
- `observations`
|
|
41
|
+
- `drift`
|
|
42
|
+
- `intel`
|
|
43
|
+
- `verify`
|
|
44
|
+
- `watch`
|
|
45
|
+
- `rf_tune`
|
|
46
|
+
- `osint`
|
|
47
|
+
- `serial_sense`
|
|
48
|
+
- `telecomm`
|
|
49
|
+
- `packet_sense`
|
|
50
|
+
- `vision`
|
|
51
|
+
- `voice_sense`
|
|
52
|
+
- `revalidate_memory`
|
|
53
|
+
- `correlate`
|
|
54
|
+
- `to_context`
|
|
55
|
+
- `stats`
|
|
56
|
+
- `auto_extrospect`
|
|
57
|
+
- `reset`
|
|
58
|
+
- `authors`
|
|
59
|
+
- `help`
|
|
60
|
+
|
|
61
|
+
## References
|
|
62
|
+
|
|
63
|
+
- `references/urls.md` — URLs from source
|
|
64
|
+
|
|
65
|
+
## Source
|
|
66
|
+
|
|
67
|
+
`pwn/ai/agent/extrospection.rb`
|
|
68
|
+
|
|
69
|
+
## Verification
|
|
70
|
+
|
|
71
|
+
`PWN::AI::Agent::Extrospection.respond_to?(:load)` after the
|
|
72
|
+
module is loaded. Read the source for parameter names.
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: pwn-ai-agent-extrospection-osintbridges
|
|
3
|
+
description: Drive PWN::AI::Agent::Extrospection::OSINTBridges from pwn_eval.
|
|
4
|
+
license: MIT
|
|
5
|
+
allowed-tools: [pwn, pwn_eval]
|
|
6
|
+
metadata:
|
|
7
|
+
bundled: true
|
|
8
|
+
generated: true
|
|
9
|
+
module: PWN::AI::Agent::Extrospection::OSINTBridges
|
|
10
|
+
source: pwn/ai/agent/extrospection/osint/bridges.rb
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# PWN::AI::Agent::Extrospection::OSINTBridges
|
|
14
|
+
|
|
15
|
+
Local-tool OSINT bridges for PWN::AI::Agent::Extrospection.osint. Wraps host binaries (theHarvester, spiderfoot, amass, recon-ng) already common on Kali / offensive-tooling images, parses their JSON/CSV output, and returns compact structured hits so they behave like any other feed. Every bridge: * checks binary presence first (returns {skipped:} when absent) * runs passive-only / bounded (timeouts, `-passive`, module lists) * NEVER launches a GUI or web UI
|
|
16
|
+
|
|
17
|
+
## When to use
|
|
18
|
+
|
|
19
|
+
Call `PWN::AI::Agent::Extrospection::OSINTBridges` from `pwn_eval` when the task needs this module.
|
|
20
|
+
Do not reimplement it in shell.
|
|
21
|
+
|
|
22
|
+
## Methodologies
|
|
23
|
+
|
|
24
|
+
Generated from `pwn/ai/agent/extrospection/osint/bridges.rb`. Prefer the public class methods below.
|
|
25
|
+
Class methods take `(opts = {})` and read `opts`.
|
|
26
|
+
|
|
27
|
+
## How to call
|
|
28
|
+
|
|
29
|
+
```ruby
|
|
30
|
+
PWN::AI::Agent::Extrospection::OSINTBridges.help
|
|
31
|
+
PWN::AI::Agent::Extrospection::OSINTBridges.help(opts)
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
## Public methods
|
|
35
|
+
|
|
36
|
+
- `authors`
|
|
37
|
+
- `help`
|
|
38
|
+
|
|
39
|
+
## Source
|
|
40
|
+
|
|
41
|
+
`pwn/ai/agent/extrospection/osint/bridges.rb`
|
|
42
|
+
|
|
43
|
+
## Verification
|
|
44
|
+
|
|
45
|
+
`PWN::AI::Agent::Extrospection::OSINTBridges.respond_to?(:authors)` after the
|
|
46
|
+
module is loaded. Read the source for parameter names.
|