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.
Files changed (600) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +4 -4
  3. data/bin/pwn_setup +8 -18
  4. data/documentation/Installation.md +6 -1
  5. data/documentation/Skills-Memory-Learning.md +3 -2
  6. data/etc/default_skills/pwn/SKILL.md +45 -0
  7. data/etc/default_skills/pwn/ai/SKILL.md +50 -0
  8. data/etc/default_skills/pwn/ai/agent/SKILL.md +50 -0
  9. data/etc/default_skills/pwn/ai/agent/assembly/SKILL.md +47 -0
  10. data/etc/default_skills/pwn/ai/agent/btc/SKILL.md +47 -0
  11. data/etc/default_skills/pwn/ai/agent/burp_suite/SKILL.md +51 -0
  12. data/etc/default_skills/pwn/ai/agent/burp_suite/references/urls.md +3 -0
  13. data/etc/default_skills/pwn/ai/agent/curriculum/SKILL.md +57 -0
  14. data/etc/default_skills/pwn/ai/agent/dispatch/SKILL.md +50 -0
  15. data/etc/default_skills/pwn/ai/agent/extrospection/SKILL.md +72 -0
  16. data/etc/default_skills/pwn/ai/agent/extrospection/osint/bridges/SKILL.md +46 -0
  17. data/etc/default_skills/pwn/ai/agent/extrospection/osint/social/SKILL.md +50 -0
  18. data/etc/default_skills/pwn/ai/agent/extrospection/osint/social/references/urls.md +5 -0
  19. data/etc/default_skills/pwn/ai/agent/extrospection/references/urls.md +32 -0
  20. data/etc/default_skills/pwn/ai/agent/gqrx/SKILL.md +47 -0
  21. data/etc/default_skills/pwn/ai/agent/hacker_one/SKILL.md +47 -0
  22. data/etc/default_skills/pwn/ai/agent/learning/SKILL.md +64 -0
  23. data/etc/default_skills/pwn/ai/agent/loop/SKILL.md +58 -0
  24. data/etc/default_skills/pwn/ai/agent/loop/references/urls.md +3 -0
  25. data/etc/default_skills/pwn/ai/agent/metrics/SKILL.md +67 -0
  26. data/etc/default_skills/pwn/ai/agent/mistakes/SKILL.md +65 -0
  27. data/etc/default_skills/pwn/ai/agent/open_goal/SKILL.md +51 -0
  28. data/etc/default_skills/pwn/ai/agent/policy/SKILL.md +74 -0
  29. data/etc/default_skills/pwn/ai/agent/prompt_builder/SKILL.md +48 -0
  30. data/etc/default_skills/pwn/ai/agent/prompt_cache/SKILL.md +54 -0
  31. data/etc/default_skills/pwn/ai/agent/references/urls.md +3 -0
  32. data/etc/default_skills/pwn/ai/agent/reflect/SKILL.md +47 -0
  33. data/etc/default_skills/pwn/ai/agent/registry/SKILL.md +55 -0
  34. data/etc/default_skills/pwn/ai/agent/result/SKILL.md +49 -0
  35. data/etc/default_skills/pwn/ai/agent/reward/SKILL.md +69 -0
  36. data/etc/default_skills/pwn/ai/agent/sast/SKILL.md +47 -0
  37. data/etc/default_skills/pwn/ai/agent/swarm/SKILL.md +56 -0
  38. data/etc/default_skills/pwn/ai/agent/task_summarizer/SKILL.md +75 -0
  39. data/etc/default_skills/pwn/ai/agent/tool_guard/SKILL.md +58 -0
  40. data/etc/default_skills/pwn/ai/agent/tools/cron/SKILL.md +45 -0
  41. data/etc/default_skills/pwn/ai/agent/tools/curriculum/SKILL.md +45 -0
  42. data/etc/default_skills/pwn/ai/agent/tools/extrospection/SKILL.md +49 -0
  43. data/etc/default_skills/pwn/ai/agent/tools/extrospection/references/urls.md +3 -0
  44. data/etc/default_skills/pwn/ai/agent/tools/learning/SKILL.md +45 -0
  45. data/etc/default_skills/pwn/ai/agent/tools/memory/SKILL.md +45 -0
  46. data/etc/default_skills/pwn/ai/agent/tools/metrics/SKILL.md +45 -0
  47. data/etc/default_skills/pwn/ai/agent/tools/mistakes/SKILL.md +45 -0
  48. data/etc/default_skills/pwn/ai/agent/tools/policy/SKILL.md +45 -0
  49. data/etc/default_skills/pwn/ai/agent/tools/reward/SKILL.md +45 -0
  50. data/etc/default_skills/pwn/ai/agent/tools/ruby_eval/SKILL.md +49 -0
  51. data/etc/default_skills/pwn/ai/agent/tools/ruby_eval/references/urls.md +3 -0
  52. data/etc/default_skills/pwn/ai/agent/tools/sessions/SKILL.md +45 -0
  53. data/etc/default_skills/pwn/ai/agent/tools/shell/SKILL.md +45 -0
  54. data/etc/default_skills/pwn/ai/agent/tools/skills/SKILL.md +49 -0
  55. data/etc/default_skills/pwn/ai/agent/tools/skills/references/urls.md +4 -0
  56. data/etc/default_skills/pwn/ai/agent/tools/swarm/SKILL.md +45 -0
  57. data/etc/default_skills/pwn/ai/agent/transparent_browser/SKILL.md +47 -0
  58. data/etc/default_skills/pwn/ai/agent/turn_finalizer/SKILL.md +54 -0
  59. data/etc/default_skills/pwn/ai/agent/vuln_gen/SKILL.md +51 -0
  60. data/etc/default_skills/pwn/ai/agent/vuln_gen/references/urls.md +3 -0
  61. data/etc/default_skills/pwn/ai/anthropic/SKILL.md +55 -0
  62. data/etc/default_skills/pwn/ai/anthropic/references/urls.md +8 -0
  63. data/etc/default_skills/pwn/ai/gemini/SKILL.md +53 -0
  64. data/etc/default_skills/pwn/ai/gemini/references/urls.md +5 -0
  65. data/etc/default_skills/pwn/ai/grok/SKILL.md +55 -0
  66. data/etc/default_skills/pwn/ai/grok/references/urls.md +7 -0
  67. data/etc/default_skills/pwn/ai/http_retry/SKILL.md +50 -0
  68. data/etc/default_skills/pwn/ai/ollama/SKILL.md +53 -0
  69. data/etc/default_skills/pwn/ai/ollama/references/urls.md +4 -0
  70. data/etc/default_skills/pwn/ai/open_ai/SKILL.md +67 -0
  71. data/etc/default_skills/pwn/ai/open_ai/references/urls.md +7 -0
  72. data/etc/default_skills/pwn/ai/open_web_ui/SKILL.md +49 -0
  73. data/etc/default_skills/pwn/ai/red_team/SKILL.md +50 -0
  74. data/etc/default_skills/pwn/ai/red_team/excessive_agency/SKILL.md +53 -0
  75. data/etc/default_skills/pwn/ai/red_team/excessive_agency/references/security.md +3 -0
  76. data/etc/default_skills/pwn/ai/red_team/excessive_agency/references/urls.md +6 -0
  77. data/etc/default_skills/pwn/ai/red_team/insecure_output_handling/SKILL.md +53 -0
  78. data/etc/default_skills/pwn/ai/red_team/insecure_output_handling/references/security.md +3 -0
  79. data/etc/default_skills/pwn/ai/red_team/insecure_output_handling/references/urls.md +6 -0
  80. data/etc/default_skills/pwn/ai/red_team/jailbreak/SKILL.md +53 -0
  81. data/etc/default_skills/pwn/ai/red_team/jailbreak/references/security.md +3 -0
  82. data/etc/default_skills/pwn/ai/red_team/jailbreak/references/urls.md +6 -0
  83. data/etc/default_skills/pwn/ai/red_team/overreliance/SKILL.md +53 -0
  84. data/etc/default_skills/pwn/ai/red_team/overreliance/references/security.md +3 -0
  85. data/etc/default_skills/pwn/ai/red_team/overreliance/references/urls.md +6 -0
  86. data/etc/default_skills/pwn/ai/red_team/payload_splitting/SKILL.md +53 -0
  87. data/etc/default_skills/pwn/ai/red_team/payload_splitting/references/security.md +3 -0
  88. data/etc/default_skills/pwn/ai/red_team/payload_splitting/references/urls.md +6 -0
  89. data/etc/default_skills/pwn/ai/red_team/prompt_injection/SKILL.md +53 -0
  90. data/etc/default_skills/pwn/ai/red_team/prompt_injection/references/security.md +3 -0
  91. data/etc/default_skills/pwn/ai/red_team/prompt_injection/references/urls.md +6 -0
  92. data/etc/default_skills/pwn/ai/red_team/references/urls.md +3 -0
  93. data/etc/default_skills/pwn/ai/red_team/sensitive_information_disclosure/SKILL.md +53 -0
  94. data/etc/default_skills/pwn/ai/red_team/sensitive_information_disclosure/references/security.md +3 -0
  95. data/etc/default_skills/pwn/ai/red_team/sensitive_information_disclosure/references/urls.md +6 -0
  96. data/etc/default_skills/pwn/ai/red_team/system_prompt_extraction/SKILL.md +53 -0
  97. data/etc/default_skills/pwn/ai/red_team/system_prompt_extraction/references/security.md +3 -0
  98. data/etc/default_skills/pwn/ai/red_team/system_prompt_extraction/references/urls.md +6 -0
  99. data/etc/default_skills/pwn/ai/red_team/test_case_engine/SKILL.md +51 -0
  100. data/etc/default_skills/pwn/ai/red_team/test_case_engine/references/urls.md +3 -0
  101. data/etc/default_skills/pwn/ai/red_team/token_smuggling/SKILL.md +53 -0
  102. data/etc/default_skills/pwn/ai/red_team/token_smuggling/references/security.md +3 -0
  103. data/etc/default_skills/pwn/ai/red_team/token_smuggling/references/urls.md +6 -0
  104. data/etc/default_skills/pwn/ai/references/urls.md +3 -0
  105. data/etc/default_skills/pwn/aws/SKILL.md +50 -0
  106. data/etc/default_skills/pwn/aws/acm/SKILL.md +48 -0
  107. data/etc/default_skills/pwn/aws/api_gateway/SKILL.md +48 -0
  108. data/etc/default_skills/pwn/aws/app_stream/SKILL.md +48 -0
  109. data/etc/default_skills/pwn/aws/application_auto_scaling/SKILL.md +48 -0
  110. data/etc/default_skills/pwn/aws/application_discovery_service/SKILL.md +48 -0
  111. data/etc/default_skills/pwn/aws/auto_scaling/SKILL.md +48 -0
  112. data/etc/default_skills/pwn/aws/batch/SKILL.md +48 -0
  113. data/etc/default_skills/pwn/aws/budgets/SKILL.md +48 -0
  114. data/etc/default_skills/pwn/aws/cloud_formation/SKILL.md +48 -0
  115. data/etc/default_skills/pwn/aws/cloud_front/SKILL.md +48 -0
  116. data/etc/default_skills/pwn/aws/cloud_hsm/SKILL.md +48 -0
  117. data/etc/default_skills/pwn/aws/cloud_search/SKILL.md +48 -0
  118. data/etc/default_skills/pwn/aws/cloud_search_domain/SKILL.md +48 -0
  119. data/etc/default_skills/pwn/aws/cloud_trail/SKILL.md +48 -0
  120. data/etc/default_skills/pwn/aws/cloud_watch/SKILL.md +48 -0
  121. data/etc/default_skills/pwn/aws/cloud_watch_events/SKILL.md +48 -0
  122. data/etc/default_skills/pwn/aws/cloud_watch_logs/SKILL.md +48 -0
  123. data/etc/default_skills/pwn/aws/code_build/SKILL.md +48 -0
  124. data/etc/default_skills/pwn/aws/code_commit/SKILL.md +48 -0
  125. data/etc/default_skills/pwn/aws/code_deploy/SKILL.md +48 -0
  126. data/etc/default_skills/pwn/aws/code_pipeline/SKILL.md +48 -0
  127. data/etc/default_skills/pwn/aws/cognito_identity/SKILL.md +48 -0
  128. data/etc/default_skills/pwn/aws/cognito_identity_provider/SKILL.md +48 -0
  129. data/etc/default_skills/pwn/aws/cognito_sync/SKILL.md +48 -0
  130. data/etc/default_skills/pwn/aws/config_service/SKILL.md +48 -0
  131. data/etc/default_skills/pwn/aws/data_pipleline/SKILL.md +48 -0
  132. data/etc/default_skills/pwn/aws/database_migration_service/SKILL.md +48 -0
  133. data/etc/default_skills/pwn/aws/device_farm/SKILL.md +48 -0
  134. data/etc/default_skills/pwn/aws/direct_connect/SKILL.md +48 -0
  135. data/etc/default_skills/pwn/aws/directory_service/SKILL.md +48 -0
  136. data/etc/default_skills/pwn/aws/dynamo_db/SKILL.md +48 -0
  137. data/etc/default_skills/pwn/aws/dynamo_db_streams/SKILL.md +48 -0
  138. data/etc/default_skills/pwn/aws/ec2/SKILL.md +48 -0
  139. data/etc/default_skills/pwn/aws/ecr/SKILL.md +48 -0
  140. data/etc/default_skills/pwn/aws/ecs/SKILL.md +48 -0
  141. data/etc/default_skills/pwn/aws/efs/SKILL.md +48 -0
  142. data/etc/default_skills/pwn/aws/elasti_cache/SKILL.md +48 -0
  143. data/etc/default_skills/pwn/aws/elastic_beanstalk/SKILL.md +48 -0
  144. data/etc/default_skills/pwn/aws/elastic_load_balancing/SKILL.md +48 -0
  145. data/etc/default_skills/pwn/aws/elastic_load_balancing_v2/SKILL.md +48 -0
  146. data/etc/default_skills/pwn/aws/elastic_transcoder/SKILL.md +48 -0
  147. data/etc/default_skills/pwn/aws/elasticsearch_service/SKILL.md +48 -0
  148. data/etc/default_skills/pwn/aws/emr/SKILL.md +48 -0
  149. data/etc/default_skills/pwn/aws/firehose/SKILL.md +48 -0
  150. data/etc/default_skills/pwn/aws/game_lift/SKILL.md +48 -0
  151. data/etc/default_skills/pwn/aws/glacier/SKILL.md +48 -0
  152. data/etc/default_skills/pwn/aws/health/SKILL.md +48 -0
  153. data/etc/default_skills/pwn/aws/iam/SKILL.md +49 -0
  154. data/etc/default_skills/pwn/aws/import_export/SKILL.md +48 -0
  155. data/etc/default_skills/pwn/aws/inspector/SKILL.md +48 -0
  156. data/etc/default_skills/pwn/aws/iot/SKILL.md +48 -0
  157. data/etc/default_skills/pwn/aws/iot_data_plane/SKILL.md +48 -0
  158. data/etc/default_skills/pwn/aws/kinesis/SKILL.md +48 -0
  159. data/etc/default_skills/pwn/aws/kinesis_analytics/SKILL.md +48 -0
  160. data/etc/default_skills/pwn/aws/kms/SKILL.md +48 -0
  161. data/etc/default_skills/pwn/aws/lambda/SKILL.md +48 -0
  162. data/etc/default_skills/pwn/aws/lambda_preview/SKILL.md +48 -0
  163. data/etc/default_skills/pwn/aws/lex/SKILL.md +48 -0
  164. data/etc/default_skills/pwn/aws/lightsail/SKILL.md +48 -0
  165. data/etc/default_skills/pwn/aws/machine_learning/SKILL.md +48 -0
  166. data/etc/default_skills/pwn/aws/marketplace_commerce_analytics/SKILL.md +48 -0
  167. data/etc/default_skills/pwn/aws/marketplace_metering/SKILL.md +48 -0
  168. data/etc/default_skills/pwn/aws/ops_works/SKILL.md +48 -0
  169. data/etc/default_skills/pwn/aws/ops_works_cm/SKILL.md +48 -0
  170. data/etc/default_skills/pwn/aws/pinpoint/SKILL.md +48 -0
  171. data/etc/default_skills/pwn/aws/polly/SKILL.md +48 -0
  172. data/etc/default_skills/pwn/aws/rds/SKILL.md +48 -0
  173. data/etc/default_skills/pwn/aws/redshift/SKILL.md +48 -0
  174. data/etc/default_skills/pwn/aws/references/urls.md +3 -0
  175. data/etc/default_skills/pwn/aws/rekognition/SKILL.md +48 -0
  176. data/etc/default_skills/pwn/aws/route53/SKILL.md +48 -0
  177. data/etc/default_skills/pwn/aws/route53_domains/SKILL.md +48 -0
  178. data/etc/default_skills/pwn/aws/s3/SKILL.md +48 -0
  179. data/etc/default_skills/pwn/aws/service_catalog/SKILL.md +48 -0
  180. data/etc/default_skills/pwn/aws/ses/SKILL.md +48 -0
  181. data/etc/default_skills/pwn/aws/shield/SKILL.md +48 -0
  182. data/etc/default_skills/pwn/aws/simple_db/SKILL.md +48 -0
  183. data/etc/default_skills/pwn/aws/sms/SKILL.md +48 -0
  184. data/etc/default_skills/pwn/aws/snowball/SKILL.md +48 -0
  185. data/etc/default_skills/pwn/aws/sns/SKILL.md +48 -0
  186. data/etc/default_skills/pwn/aws/sqs/SKILL.md +48 -0
  187. data/etc/default_skills/pwn/aws/ssm/SKILL.md +48 -0
  188. data/etc/default_skills/pwn/aws/states/SKILL.md +48 -0
  189. data/etc/default_skills/pwn/aws/storage_gateway/SKILL.md +48 -0
  190. data/etc/default_skills/pwn/aws/sts/SKILL.md +47 -0
  191. data/etc/default_skills/pwn/aws/support/SKILL.md +48 -0
  192. data/etc/default_skills/pwn/aws/swf/SKILL.md +48 -0
  193. data/etc/default_skills/pwn/aws/waf/SKILL.md +48 -0
  194. data/etc/default_skills/pwn/aws/waf_regional/SKILL.md +48 -0
  195. data/etc/default_skills/pwn/aws/workspaces/SKILL.md +48 -0
  196. data/etc/default_skills/pwn/aws/x_ray/SKILL.md +48 -0
  197. data/etc/default_skills/pwn/banner/SKILL.md +52 -0
  198. data/etc/default_skills/pwn/banner/anon/SKILL.md +47 -0
  199. data/etc/default_skills/pwn/banner/bubble/SKILL.md +47 -0
  200. data/etc/default_skills/pwn/banner/cheshire/SKILL.md +47 -0
  201. data/etc/default_skills/pwn/banner/code_cave/SKILL.md +47 -0
  202. data/etc/default_skills/pwn/banner/dont_panic/SKILL.md +47 -0
  203. data/etc/default_skills/pwn/banner/f_society/SKILL.md +47 -0
  204. data/etc/default_skills/pwn/banner/fork_bomb/SKILL.md +47 -0
  205. data/etc/default_skills/pwn/banner/jmp_esp/SKILL.md +47 -0
  206. data/etc/default_skills/pwn/banner/matrix/SKILL.md +48 -0
  207. data/etc/default_skills/pwn/banner/ninja/SKILL.md +47 -0
  208. data/etc/default_skills/pwn/banner/off_the_air/SKILL.md +47 -0
  209. data/etc/default_skills/pwn/banner/pirate/SKILL.md +47 -0
  210. data/etc/default_skills/pwn/banner/radare2/SKILL.md +47 -0
  211. data/etc/default_skills/pwn/banner/radare2_ai/SKILL.md +51 -0
  212. data/etc/default_skills/pwn/banner/radare2_ai/references/urls.md +3 -0
  213. data/etc/default_skills/pwn/banner/references/urls.md +3 -0
  214. data/etc/default_skills/pwn/banner/white_rabbit/SKILL.md +47 -0
  215. data/etc/default_skills/pwn/blockchain/SKILL.md +50 -0
  216. data/etc/default_skills/pwn/blockchain/btc/SKILL.md +53 -0
  217. data/etc/default_skills/pwn/blockchain/btc/references/urls.md +3 -0
  218. data/etc/default_skills/pwn/blockchain/eth/SKILL.md +52 -0
  219. data/etc/default_skills/pwn/blockchain/eth/references/urls.md +3 -0
  220. data/etc/default_skills/pwn/blockchain/references/urls.md +3 -0
  221. data/etc/default_skills/pwn/bounty/SKILL.md +50 -0
  222. data/etc/default_skills/pwn/bounty/lifecycle_authz_replay/SKILL.md +51 -0
  223. data/etc/default_skills/pwn/bounty/references/urls.md +3 -0
  224. data/etc/default_skills/pwn/config/SKILL.md +69 -0
  225. data/etc/default_skills/pwn/config/references/urls.md +16 -0
  226. data/etc/default_skills/pwn/cron/SKILL.md +115 -0
  227. data/etc/default_skills/pwn/cron/references/urls.md +3 -0
  228. data/etc/default_skills/pwn/driver/SKILL.md +46 -0
  229. data/etc/default_skills/pwn/ffi/SKILL.md +52 -0
  230. data/etc/default_skills/pwn/ffi/adalm_pluto/SKILL.md +57 -0
  231. data/etc/default_skills/pwn/ffi/fftw/SKILL.md +51 -0
  232. data/etc/default_skills/pwn/ffi/hack_rf/SKILL.md +56 -0
  233. data/etc/default_skills/pwn/ffi/liquid/SKILL.md +55 -0
  234. data/etc/default_skills/pwn/ffi/references/urls.md +3 -0
  235. data/etc/default_skills/pwn/ffi/rtl_sdr/SKILL.md +53 -0
  236. data/etc/default_skills/pwn/ffi/soapy_sdr/SKILL.md +58 -0
  237. data/etc/default_skills/pwn/ffi/stdio/SKILL.md +47 -0
  238. data/etc/default_skills/pwn/ffi/volk/SKILL.md +53 -0
  239. data/etc/default_skills/pwn/memory/SKILL.md +66 -0
  240. data/etc/default_skills/pwn/memory_index/SKILL.md +56 -0
  241. data/etc/default_skills/pwn/memory_index/references/urls.md +4 -0
  242. data/etc/default_skills/pwn/migrate/SKILL.md +54 -0
  243. data/etc/default_skills/pwn/module_skills/SKILL.md +55 -0
  244. data/etc/default_skills/pwn/module_skills/references/urls.md +3 -0
  245. data/etc/default_skills/pwn/plugins/SKILL.md +50 -0
  246. data/etc/default_skills/pwn/plugins/android/SKILL.md +66 -0
  247. data/etc/default_skills/pwn/plugins/android/references/urls.md +3 -0
  248. data/etc/default_skills/pwn/plugins/assembly/SKILL.md +49 -0
  249. data/etc/default_skills/pwn/plugins/authentication_helper/SKILL.md +49 -0
  250. data/etc/default_skills/pwn/plugins/baresip/SKILL.md +57 -0
  251. data/etc/default_skills/pwn/plugins/baresip/references/urls.md +3 -0
  252. data/etc/default_skills/pwn/plugins/basic_auth/SKILL.md +48 -0
  253. data/etc/default_skills/pwn/plugins/beef/SKILL.md +58 -0
  254. data/etc/default_skills/pwn/plugins/beef/references/urls.md +3 -0
  255. data/etc/default_skills/pwn/plugins/black_duck_binary_analysis/SKILL.md +72 -0
  256. data/etc/default_skills/pwn/plugins/black_duck_binary_analysis/references/urls.md +5 -0
  257. data/etc/default_skills/pwn/plugins/burp_suite/SKILL.md +79 -0
  258. data/etc/default_skills/pwn/plugins/burp_suite/references/urls.md +29 -0
  259. data/etc/default_skills/pwn/plugins/bus_pirate/SKILL.md +50 -0
  260. data/etc/default_skills/pwn/plugins/char/SKILL.md +70 -0
  261. data/etc/default_skills/pwn/plugins/credit_card/SKILL.md +49 -0
  262. data/etc/default_skills/pwn/plugins/dao_ldap/SKILL.md +49 -0
  263. data/etc/default_skills/pwn/plugins/dao_mongo/SKILL.md +48 -0
  264. data/etc/default_skills/pwn/plugins/dao_postgres/SKILL.md +50 -0
  265. data/etc/default_skills/pwn/plugins/dao_sqlite3/SKILL.md +49 -0
  266. data/etc/default_skills/pwn/plugins/defect_dojo/SKILL.md +57 -0
  267. data/etc/default_skills/pwn/plugins/detect_os/SKILL.md +49 -0
  268. data/etc/default_skills/pwn/plugins/ein/SKILL.md +47 -0
  269. data/etc/default_skills/pwn/plugins/file_fu/SKILL.md +49 -0
  270. data/etc/default_skills/pwn/plugins/fuzz/SKILL.md +47 -0
  271. data/etc/default_skills/pwn/plugins/git/SKILL.md +49 -0
  272. data/etc/default_skills/pwn/plugins/github/SKILL.md +56 -0
  273. data/etc/default_skills/pwn/plugins/github/references/urls.md +4 -0
  274. data/etc/default_skills/pwn/plugins/google_workspace/SKILL.md +146 -0
  275. data/etc/default_skills/pwn/plugins/google_workspace/references/daily-brief.md +79 -0
  276. data/etc/default_skills/pwn/plugins/google_workspace/references/gmail-search-syntax.md +55 -0
  277. data/etc/default_skills/pwn/plugins/google_workspace/references/urls.md +18 -0
  278. data/etc/default_skills/pwn/plugins/hacker_one/SKILL.md +73 -0
  279. data/etc/default_skills/pwn/plugins/hacker_one/references/urls.md +5 -0
  280. data/etc/default_skills/pwn/plugins/hunter/SKILL.md +51 -0
  281. data/etc/default_skills/pwn/plugins/hunter/references/urls.md +4 -0
  282. data/etc/default_skills/pwn/plugins/ip_info/SKILL.md +53 -0
  283. data/etc/default_skills/pwn/plugins/ip_info/references/urls.md +5 -0
  284. data/etc/default_skills/pwn/plugins/irc/SKILL.md +56 -0
  285. data/etc/default_skills/pwn/plugins/jenkins/SKILL.md +63 -0
  286. data/etc/default_skills/pwn/plugins/jenkins/references/urls.md +4 -0
  287. data/etc/default_skills/pwn/plugins/jira_data_center/SKILL.md +60 -0
  288. data/etc/default_skills/pwn/plugins/jira_data_center/references/urls.md +3 -0
  289. data/etc/default_skills/pwn/plugins/json_pathify/SKILL.md +47 -0
  290. data/etc/default_skills/pwn/plugins/log/SKILL.md +64 -0
  291. data/etc/default_skills/pwn/plugins/mail_agent/SKILL.md +51 -0
  292. data/etc/default_skills/pwn/plugins/metasploit/SKILL.md +49 -0
  293. data/etc/default_skills/pwn/plugins/monkey_patch/SKILL.md +51 -0
  294. data/etc/default_skills/pwn/plugins/monkey_patch/references/urls.md +5 -0
  295. data/etc/default_skills/pwn/plugins/msr206/SKILL.md +58 -0
  296. data/etc/default_skills/pwn/plugins/nessus_cloud/SKILL.md +70 -0
  297. data/etc/default_skills/pwn/plugins/nessus_cloud/references/urls.md +4 -0
  298. data/etc/default_skills/pwn/plugins/nexpose_vuln_scan/SKILL.md +54 -0
  299. data/etc/default_skills/pwn/plugins/nmap_it/SKILL.md +53 -0
  300. data/etc/default_skills/pwn/plugins/nmap_it/references/urls.md +3 -0
  301. data/etc/default_skills/pwn/plugins/oauth2/SKILL.md +48 -0
  302. data/etc/default_skills/pwn/plugins/ocr/SKILL.md +47 -0
  303. data/etc/default_skills/pwn/plugins/open_api/SKILL.md +51 -0
  304. data/etc/default_skills/pwn/plugins/open_api/references/urls.md +5 -0
  305. data/etc/default_skills/pwn/plugins/openvas/SKILL.md +52 -0
  306. data/etc/default_skills/pwn/plugins/packet/SKILL.md +57 -0
  307. data/etc/default_skills/pwn/plugins/pdf_parse/SKILL.md +47 -0
  308. data/etc/default_skills/pwn/plugins/pony/SKILL.md +61 -0
  309. data/etc/default_skills/pwn/plugins/ps/SKILL.md +48 -0
  310. data/etc/default_skills/pwn/plugins/pwn_logger/SKILL.md +47 -0
  311. data/etc/default_skills/pwn/plugins/rabbit_mq/SKILL.md +48 -0
  312. data/etc/default_skills/pwn/plugins/references/urls.md +3 -0
  313. data/etc/default_skills/pwn/plugins/repl/SKILL.md +65 -0
  314. data/etc/default_skills/pwn/plugins/scannable_codes/SKILL.md +47 -0
  315. data/etc/default_skills/pwn/plugins/serial/SKILL.md +54 -0
  316. data/etc/default_skills/pwn/plugins/shodan/SKILL.md +67 -0
  317. data/etc/default_skills/pwn/plugins/shodan/references/urls.md +4 -0
  318. data/etc/default_skills/pwn/plugins/slack_client/SKILL.md +49 -0
  319. data/etc/default_skills/pwn/plugins/sock/SKILL.md +52 -0
  320. data/etc/default_skills/pwn/plugins/spider/SKILL.md +51 -0
  321. data/etc/default_skills/pwn/plugins/spider/references/urls.md +3 -0
  322. data/etc/default_skills/pwn/plugins/ssn/SKILL.md +51 -0
  323. data/etc/default_skills/pwn/plugins/ssn/references/urls.md +3 -0
  324. data/etc/default_skills/pwn/plugins/thread_pool/SKILL.md +47 -0
  325. data/etc/default_skills/pwn/plugins/tor/SKILL.md +49 -0
  326. data/etc/default_skills/pwn/plugins/transparent_browser/SKILL.md +72 -0
  327. data/etc/default_skills/pwn/plugins/transparent_browser/references/urls.md +3 -0
  328. data/etc/default_skills/pwn/plugins/tty_spinner/SKILL.md +49 -0
  329. data/etc/default_skills/pwn/plugins/twitter_api/SKILL.md +52 -0
  330. data/etc/default_skills/pwn/plugins/twitter_api/references/urls.md +4 -0
  331. data/etc/default_skills/pwn/plugins/uri_scheme/SKILL.md +47 -0
  332. data/etc/default_skills/pwn/plugins/vault/SKILL.md +53 -0
  333. data/etc/default_skills/pwn/plugins/vin/SKILL.md +60 -0
  334. data/etc/default_skills/pwn/plugins/vin/references/urls.md +3 -0
  335. data/etc/default_skills/pwn/plugins/voice/SKILL.md +49 -0
  336. data/etc/default_skills/pwn/plugins/vsphere/SKILL.md +48 -0
  337. data/etc/default_skills/pwn/plugins/xxd/SKILL.md +51 -0
  338. data/etc/default_skills/pwn/plugins/zaproxy/SKILL.md +63 -0
  339. data/etc/default_skills/pwn/plugins/zaproxy/references/urls.md +6 -0
  340. data/etc/default_skills/pwn/reports/SKILL.md +50 -0
  341. data/etc/default_skills/pwn/reports/ai_red_team/SKILL.md +51 -0
  342. data/etc/default_skills/pwn/reports/ai_red_team/references/urls.md +4 -0
  343. data/etc/default_skills/pwn/reports/fuzz/SKILL.md +51 -0
  344. data/etc/default_skills/pwn/reports/fuzz/references/urls.md +4 -0
  345. data/etc/default_skills/pwn/reports/html_footer/SKILL.md +47 -0
  346. data/etc/default_skills/pwn/reports/html_header/SKILL.md +51 -0
  347. data/etc/default_skills/pwn/reports/html_header/references/urls.md +13 -0
  348. data/etc/default_skills/pwn/reports/phone/SKILL.md +51 -0
  349. data/etc/default_skills/pwn/reports/phone/references/urls.md +4 -0
  350. data/etc/default_skills/pwn/reports/references/urls.md +3 -0
  351. data/etc/default_skills/pwn/reports/sast/SKILL.md +51 -0
  352. data/etc/default_skills/pwn/reports/sast/references/urls.md +4 -0
  353. data/etc/default_skills/pwn/reports/uri_buster/SKILL.md +51 -0
  354. data/etc/default_skills/pwn/reports/uri_buster/references/urls.md +4 -0
  355. data/etc/default_skills/pwn/sast/SKILL.md +50 -0
  356. data/etc/default_skills/pwn/sast/amqp_connect_as_guest/SKILL.md +53 -0
  357. data/etc/default_skills/pwn/sast/amqp_connect_as_guest/references/security.md +5 -0
  358. data/etc/default_skills/pwn/sast/amqp_connect_as_guest/references/urls.md +3 -0
  359. data/etc/default_skills/pwn/sast/apache_file_system_util_api/SKILL.md +53 -0
  360. data/etc/default_skills/pwn/sast/apache_file_system_util_api/references/security.md +5 -0
  361. data/etc/default_skills/pwn/sast/apache_file_system_util_api/references/urls.md +3 -0
  362. data/etc/default_skills/pwn/sast/aws/SKILL.md +53 -0
  363. data/etc/default_skills/pwn/sast/aws/references/security.md +5 -0
  364. data/etc/default_skills/pwn/sast/aws/references/urls.md +3 -0
  365. data/etc/default_skills/pwn/sast/banned_function_calls_c/SKILL.md +53 -0
  366. data/etc/default_skills/pwn/sast/banned_function_calls_c/references/security.md +5 -0
  367. data/etc/default_skills/pwn/sast/banned_function_calls_c/references/urls.md +4 -0
  368. data/etc/default_skills/pwn/sast/base64/SKILL.md +52 -0
  369. data/etc/default_skills/pwn/sast/base64/references/security.md +5 -0
  370. data/etc/default_skills/pwn/sast/beef_hook/SKILL.md +53 -0
  371. data/etc/default_skills/pwn/sast/beef_hook/references/security.md +5 -0
  372. data/etc/default_skills/pwn/sast/beef_hook/references/urls.md +3 -0
  373. data/etc/default_skills/pwn/sast/cmd_execution_go_lang/SKILL.md +53 -0
  374. data/etc/default_skills/pwn/sast/cmd_execution_go_lang/references/security.md +5 -0
  375. data/etc/default_skills/pwn/sast/cmd_execution_go_lang/references/urls.md +3 -0
  376. data/etc/default_skills/pwn/sast/cmd_execution_java/SKILL.md +53 -0
  377. data/etc/default_skills/pwn/sast/cmd_execution_java/references/security.md +5 -0
  378. data/etc/default_skills/pwn/sast/cmd_execution_java/references/urls.md +3 -0
  379. data/etc/default_skills/pwn/sast/cmd_execution_python/SKILL.md +53 -0
  380. data/etc/default_skills/pwn/sast/cmd_execution_python/references/security.md +5 -0
  381. data/etc/default_skills/pwn/sast/cmd_execution_python/references/urls.md +3 -0
  382. data/etc/default_skills/pwn/sast/cmd_execution_ruby/SKILL.md +53 -0
  383. data/etc/default_skills/pwn/sast/cmd_execution_ruby/references/security.md +5 -0
  384. data/etc/default_skills/pwn/sast/cmd_execution_ruby/references/urls.md +3 -0
  385. data/etc/default_skills/pwn/sast/cmd_execution_scala/SKILL.md +53 -0
  386. data/etc/default_skills/pwn/sast/cmd_execution_scala/references/security.md +5 -0
  387. data/etc/default_skills/pwn/sast/cmd_execution_scala/references/urls.md +3 -0
  388. data/etc/default_skills/pwn/sast/csrf/SKILL.md +53 -0
  389. data/etc/default_skills/pwn/sast/csrf/references/security.md +5 -0
  390. data/etc/default_skills/pwn/sast/csrf/references/urls.md +3 -0
  391. data/etc/default_skills/pwn/sast/deserial_java/SKILL.md +53 -0
  392. data/etc/default_skills/pwn/sast/deserial_java/references/security.md +5 -0
  393. data/etc/default_skills/pwn/sast/deserial_java/references/urls.md +4 -0
  394. data/etc/default_skills/pwn/sast/emoticon/SKILL.md +53 -0
  395. data/etc/default_skills/pwn/sast/emoticon/references/security.md +5 -0
  396. data/etc/default_skills/pwn/sast/emoticon/references/urls.md +3 -0
  397. data/etc/default_skills/pwn/sast/eval/SKILL.md +53 -0
  398. data/etc/default_skills/pwn/sast/eval/references/security.md +5 -0
  399. data/etc/default_skills/pwn/sast/eval/references/urls.md +3 -0
  400. data/etc/default_skills/pwn/sast/factory/SKILL.md +53 -0
  401. data/etc/default_skills/pwn/sast/factory/references/security.md +5 -0
  402. data/etc/default_skills/pwn/sast/factory/references/urls.md +4 -0
  403. data/etc/default_skills/pwn/sast/http_authorization_header/SKILL.md +53 -0
  404. data/etc/default_skills/pwn/sast/http_authorization_header/references/security.md +5 -0
  405. data/etc/default_skills/pwn/sast/http_authorization_header/references/urls.md +3 -0
  406. data/etc/default_skills/pwn/sast/inner_html/SKILL.md +53 -0
  407. data/etc/default_skills/pwn/sast/inner_html/references/security.md +5 -0
  408. data/etc/default_skills/pwn/sast/inner_html/references/urls.md +3 -0
  409. data/etc/default_skills/pwn/sast/keystore/SKILL.md +53 -0
  410. data/etc/default_skills/pwn/sast/keystore/references/security.md +5 -0
  411. data/etc/default_skills/pwn/sast/keystore/references/urls.md +3 -0
  412. data/etc/default_skills/pwn/sast/local_storage/SKILL.md +53 -0
  413. data/etc/default_skills/pwn/sast/local_storage/references/security.md +5 -0
  414. data/etc/default_skills/pwn/sast/local_storage/references/urls.md +3 -0
  415. data/etc/default_skills/pwn/sast/location_hash/SKILL.md +53 -0
  416. data/etc/default_skills/pwn/sast/location_hash/references/security.md +5 -0
  417. data/etc/default_skills/pwn/sast/location_hash/references/urls.md +3 -0
  418. data/etc/default_skills/pwn/sast/log4j/SKILL.md +53 -0
  419. data/etc/default_skills/pwn/sast/log4j/references/security.md +5 -0
  420. data/etc/default_skills/pwn/sast/log4j/references/urls.md +3 -0
  421. data/etc/default_skills/pwn/sast/logger/SKILL.md +53 -0
  422. data/etc/default_skills/pwn/sast/logger/references/security.md +5 -0
  423. data/etc/default_skills/pwn/sast/logger/references/urls.md +3 -0
  424. data/etc/default_skills/pwn/sast/md5/SKILL.md +53 -0
  425. data/etc/default_skills/pwn/sast/md5/references/security.md +5 -0
  426. data/etc/default_skills/pwn/sast/md5/references/urls.md +3 -0
  427. data/etc/default_skills/pwn/sast/outer_html/SKILL.md +53 -0
  428. data/etc/default_skills/pwn/sast/outer_html/references/security.md +5 -0
  429. data/etc/default_skills/pwn/sast/outer_html/references/urls.md +3 -0
  430. data/etc/default_skills/pwn/sast/padding_oracle/SKILL.md +52 -0
  431. data/etc/default_skills/pwn/sast/padding_oracle/references/security.md +5 -0
  432. data/etc/default_skills/pwn/sast/password/SKILL.md +53 -0
  433. data/etc/default_skills/pwn/sast/password/references/security.md +5 -0
  434. data/etc/default_skills/pwn/sast/password/references/urls.md +3 -0
  435. data/etc/default_skills/pwn/sast/php_input_mechanisms/SKILL.md +53 -0
  436. data/etc/default_skills/pwn/sast/php_input_mechanisms/references/security.md +5 -0
  437. data/etc/default_skills/pwn/sast/php_input_mechanisms/references/urls.md +3 -0
  438. data/etc/default_skills/pwn/sast/php_type_juggling/SKILL.md +53 -0
  439. data/etc/default_skills/pwn/sast/php_type_juggling/references/security.md +5 -0
  440. data/etc/default_skills/pwn/sast/php_type_juggling/references/urls.md +3 -0
  441. data/etc/default_skills/pwn/sast/pom_version/SKILL.md +53 -0
  442. data/etc/default_skills/pwn/sast/pom_version/references/security.md +4 -0
  443. data/etc/default_skills/pwn/sast/pom_version/references/urls.md +4 -0
  444. data/etc/default_skills/pwn/sast/port/SKILL.md +53 -0
  445. data/etc/default_skills/pwn/sast/port/references/security.md +5 -0
  446. data/etc/default_skills/pwn/sast/port/references/urls.md +3 -0
  447. data/etc/default_skills/pwn/sast/post_message/SKILL.md +53 -0
  448. data/etc/default_skills/pwn/sast/post_message/references/security.md +5 -0
  449. data/etc/default_skills/pwn/sast/post_message/references/urls.md +3 -0
  450. data/etc/default_skills/pwn/sast/private_key/SKILL.md +53 -0
  451. data/etc/default_skills/pwn/sast/private_key/references/security.md +5 -0
  452. data/etc/default_skills/pwn/sast/private_key/references/urls.md +3 -0
  453. data/etc/default_skills/pwn/sast/redirect/SKILL.md +53 -0
  454. data/etc/default_skills/pwn/sast/redirect/references/security.md +5 -0
  455. data/etc/default_skills/pwn/sast/redirect/references/urls.md +3 -0
  456. data/etc/default_skills/pwn/sast/redos/SKILL.md +53 -0
  457. data/etc/default_skills/pwn/sast/redos/references/security.md +5 -0
  458. data/etc/default_skills/pwn/sast/redos/references/urls.md +4 -0
  459. data/etc/default_skills/pwn/sast/references/urls.md +3 -0
  460. data/etc/default_skills/pwn/sast/shell/SKILL.md +53 -0
  461. data/etc/default_skills/pwn/sast/shell/references/security.md +5 -0
  462. data/etc/default_skills/pwn/sast/shell/references/urls.md +3 -0
  463. data/etc/default_skills/pwn/sast/signature/SKILL.md +53 -0
  464. data/etc/default_skills/pwn/sast/signature/references/security.md +5 -0
  465. data/etc/default_skills/pwn/sast/signature/references/urls.md +3 -0
  466. data/etc/default_skills/pwn/sast/sql/SKILL.md +53 -0
  467. data/etc/default_skills/pwn/sast/sql/references/security.md +5 -0
  468. data/etc/default_skills/pwn/sast/sql/references/urls.md +3 -0
  469. data/etc/default_skills/pwn/sast/ssl/SKILL.md +53 -0
  470. data/etc/default_skills/pwn/sast/ssl/references/security.md +5 -0
  471. data/etc/default_skills/pwn/sast/ssl/references/urls.md +3 -0
  472. data/etc/default_skills/pwn/sast/sudo/SKILL.md +53 -0
  473. data/etc/default_skills/pwn/sast/sudo/references/security.md +5 -0
  474. data/etc/default_skills/pwn/sast/sudo/references/urls.md +3 -0
  475. data/etc/default_skills/pwn/sast/task_tag/SKILL.md +53 -0
  476. data/etc/default_skills/pwn/sast/task_tag/references/security.md +5 -0
  477. data/etc/default_skills/pwn/sast/task_tag/references/urls.md +3 -0
  478. data/etc/default_skills/pwn/sast/test_case_engine/SKILL.md +51 -0
  479. data/etc/default_skills/pwn/sast/test_case_engine/references/urls.md +3 -0
  480. data/etc/default_skills/pwn/sast/throw_errors/SKILL.md +53 -0
  481. data/etc/default_skills/pwn/sast/throw_errors/references/security.md +5 -0
  482. data/etc/default_skills/pwn/sast/throw_errors/references/urls.md +3 -0
  483. data/etc/default_skills/pwn/sast/token/SKILL.md +53 -0
  484. data/etc/default_skills/pwn/sast/token/references/security.md +5 -0
  485. data/etc/default_skills/pwn/sast/token/references/urls.md +3 -0
  486. data/etc/default_skills/pwn/sast/type_script_type_juggling/SKILL.md +53 -0
  487. data/etc/default_skills/pwn/sast/type_script_type_juggling/references/security.md +5 -0
  488. data/etc/default_skills/pwn/sast/type_script_type_juggling/references/urls.md +3 -0
  489. data/etc/default_skills/pwn/sast/use_after_free/SKILL.md +53 -0
  490. data/etc/default_skills/pwn/sast/use_after_free/references/security.md +5 -0
  491. data/etc/default_skills/pwn/sast/use_after_free/references/urls.md +4 -0
  492. data/etc/default_skills/pwn/sast/version/SKILL.md +53 -0
  493. data/etc/default_skills/pwn/sast/version/references/security.md +5 -0
  494. data/etc/default_skills/pwn/sast/version/references/urls.md +3 -0
  495. data/etc/default_skills/pwn/sast/window_location_hash/SKILL.md +53 -0
  496. data/etc/default_skills/pwn/sast/window_location_hash/references/security.md +5 -0
  497. data/etc/default_skills/pwn/sast/window_location_hash/references/urls.md +3 -0
  498. data/etc/default_skills/pwn/sdr/SKILL.md +52 -0
  499. data/etc/default_skills/pwn/sdr/decoder/SKILL.md +51 -0
  500. data/etc/default_skills/pwn/sdr/decoder/adsb/SKILL.md +53 -0
  501. data/etc/default_skills/pwn/sdr/decoder/apt/SKILL.md +47 -0
  502. data/etc/default_skills/pwn/sdr/decoder/base/SKILL.md +54 -0
  503. data/etc/default_skills/pwn/sdr/decoder/bluetooth/SKILL.md +49 -0
  504. data/etc/default_skills/pwn/sdr/decoder/dect/SKILL.md +48 -0
  505. data/etc/default_skills/pwn/sdr/decoder/dsp/SKILL.md +81 -0
  506. data/etc/default_skills/pwn/sdr/decoder/flex/SKILL.md +56 -0
  507. data/etc/default_skills/pwn/sdr/decoder/gps/SKILL.md +48 -0
  508. data/etc/default_skills/pwn/sdr/decoder/gsm/SKILL.md +50 -0
  509. data/etc/default_skills/pwn/sdr/decoder/iridium/SKILL.md +48 -0
  510. data/etc/default_skills/pwn/sdr/decoder/lora/SKILL.md +48 -0
  511. data/etc/default_skills/pwn/sdr/decoder/lte/SKILL.md +51 -0
  512. data/etc/default_skills/pwn/sdr/decoder/morse/SKILL.md +48 -0
  513. data/etc/default_skills/pwn/sdr/decoder/p25/SKILL.md +48 -0
  514. data/etc/default_skills/pwn/sdr/decoder/pager/SKILL.md +47 -0
  515. data/etc/default_skills/pwn/sdr/decoder/pocsag/SKILL.md +51 -0
  516. data/etc/default_skills/pwn/sdr/decoder/rds/SKILL.md +48 -0
  517. data/etc/default_skills/pwn/sdr/decoder/references/urls.md +3 -0
  518. data/etc/default_skills/pwn/sdr/decoder/rfid/SKILL.md +48 -0
  519. data/etc/default_skills/pwn/sdr/decoder/rtl433/SKILL.md +48 -0
  520. data/etc/default_skills/pwn/sdr/decoder/rtty/SKILL.md +47 -0
  521. data/etc/default_skills/pwn/sdr/decoder/wifi/SKILL.md +48 -0
  522. data/etc/default_skills/pwn/sdr/decoder/zigbee/SKILL.md +48 -0
  523. data/etc/default_skills/pwn/sdr/flipper_zero/SKILL.md +50 -0
  524. data/etc/default_skills/pwn/sdr/frequency_allocation/SKILL.md +47 -0
  525. data/etc/default_skills/pwn/sdr/gqrx/SKILL.md +70 -0
  526. data/etc/default_skills/pwn/sdr/gqrx/references/urls.md +3 -0
  527. data/etc/default_skills/pwn/sdr/references/urls.md +3 -0
  528. data/etc/default_skills/pwn/sdr/rfidler/SKILL.md +47 -0
  529. data/etc/default_skills/pwn/sdr/son_micro_rfid/SKILL.md +57 -0
  530. data/etc/default_skills/pwn/sessions/SKILL.md +59 -0
  531. data/etc/default_skills/pwn/setup/SKILL.md +53 -0
  532. data/etc/default_skills/pwn/version/SKILL.md +45 -0
  533. data/etc/default_skills/pwn/www/SKILL.md +50 -0
  534. data/etc/default_skills/pwn/www/app_cobalt_io/SKILL.md +54 -0
  535. data/etc/default_skills/pwn/www/app_cobalt_io/references/urls.md +5 -0
  536. data/etc/default_skills/pwn/www/bing/SKILL.md +53 -0
  537. data/etc/default_skills/pwn/www/bing/references/urls.md +3 -0
  538. data/etc/default_skills/pwn/www/bug_crowd/SKILL.md +54 -0
  539. data/etc/default_skills/pwn/www/bug_crowd/references/urls.md +5 -0
  540. data/etc/default_skills/pwn/www/checkip/SKILL.md +52 -0
  541. data/etc/default_skills/pwn/www/checkip/references/urls.md +3 -0
  542. data/etc/default_skills/pwn/www/coinbase_pro/SKILL.md +54 -0
  543. data/etc/default_skills/pwn/www/coinbase_pro/references/urls.md +4 -0
  544. data/etc/default_skills/pwn/www/duckduckgo/SKILL.md +54 -0
  545. data/etc/default_skills/pwn/www/duckduckgo/references/urls.md +6 -0
  546. data/etc/default_skills/pwn/www/facebook/SKILL.md +54 -0
  547. data/etc/default_skills/pwn/www/facebook/references/urls.md +4 -0
  548. data/etc/default_skills/pwn/www/github/SKILL.md +54 -0
  549. data/etc/default_skills/pwn/www/github/references/urls.md +7 -0
  550. data/etc/default_skills/pwn/www/google/SKILL.md +54 -0
  551. data/etc/default_skills/pwn/www/google/references/urls.md +3 -0
  552. data/etc/default_skills/pwn/www/hacker_one/SKILL.md +58 -0
  553. data/etc/default_skills/pwn/www/hacker_one/references/urls.md +6 -0
  554. data/etc/default_skills/pwn/www/linkedin/SKILL.md +54 -0
  555. data/etc/default_skills/pwn/www/linkedin/references/urls.md +4 -0
  556. data/etc/default_skills/pwn/www/pandora/SKILL.md +54 -0
  557. data/etc/default_skills/pwn/www/pandora/references/urls.md +4 -0
  558. data/etc/default_skills/pwn/www/pastebin/SKILL.md +53 -0
  559. data/etc/default_skills/pwn/www/pastebin/references/urls.md +4 -0
  560. data/etc/default_skills/pwn/www/paypal/SKILL.md +55 -0
  561. data/etc/default_skills/pwn/www/paypal/references/urls.md +6 -0
  562. data/etc/default_skills/pwn/www/references/urls.md +3 -0
  563. data/etc/default_skills/pwn/www/synack/SKILL.md +54 -0
  564. data/etc/default_skills/pwn/www/synack/references/urls.md +5 -0
  565. data/etc/default_skills/pwn/www/torch/SKILL.md +54 -0
  566. data/etc/default_skills/pwn/www/torch/references/urls.md +4 -0
  567. data/etc/default_skills/pwn/www/trading_view/SKILL.md +54 -0
  568. data/etc/default_skills/pwn/www/trading_view/references/urls.md +3 -0
  569. data/etc/default_skills/pwn/www/twitter/SKILL.md +54 -0
  570. data/etc/default_skills/pwn/www/twitter/references/urls.md +6 -0
  571. data/etc/default_skills/pwn/www/uber/SKILL.md +54 -0
  572. data/etc/default_skills/pwn/www/uber/references/urls.md +4 -0
  573. data/etc/default_skills/pwn/www/upwork/SKILL.md +54 -0
  574. data/etc/default_skills/pwn/www/upwork/references/urls.md +4 -0
  575. data/etc/default_skills/pwn/www/wayback_machine/SKILL.md +54 -0
  576. data/etc/default_skills/pwn/www/wayback_machine/references/urls.md +5 -0
  577. data/etc/default_skills/pwn/www/youtube/SKILL.md +53 -0
  578. data/etc/default_skills/pwn/www/youtube/references/urls.md +3 -0
  579. data/lib/pwn/ai/agent/prompt_builder.rb +2 -2
  580. data/lib/pwn/config.rb +59 -3
  581. data/lib/pwn/module_skills.rb +378 -0
  582. data/lib/pwn/plugins/google_workspace.rb +927 -0
  583. data/lib/pwn/plugins/log.rb +144 -0
  584. data/lib/pwn/plugins/tty_spinner.rb +7 -1
  585. data/lib/pwn/plugins.rb +1 -0
  586. data/lib/pwn/sdr/decoder/flex.rb +1 -2
  587. data/lib/pwn/sdr/frequency_allocation.rb +6 -6
  588. data/lib/pwn/setup.rb +12 -0
  589. data/lib/pwn/version.rb +1 -1
  590. data/lib/pwn.rb +1 -0
  591. data/packer/provisioners/aliases.rb +1 -0
  592. data/pwn.gemspec +14 -1
  593. data/spec/integration/config_spec.rb +9 -0
  594. data/spec/integration/reinforced_feedback_loop_spec.rb +3 -4
  595. data/spec/lib/pwn/module_skills_spec.rb +93 -0
  596. data/spec/lib/pwn/plugins/google_workspace_spec.rb +165 -0
  597. data/spec/lib/pwn/plugins/log_spec.rb +29 -0
  598. data/spec/lib/pwn/setup_spec.rb +2 -0
  599. data/third_party/pwn_rdoc.jsonl +92 -0
  600. metadata +586 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 79b34bb5ecccfe2155e9536b2f853630c78b70e3cfcc20cc99f2bd768b65599e
4
- data.tar.gz: 79a8701aaa6e6a67969aba4986e436bf3cc6d653d046e13508adb15b179cba93
3
+ metadata.gz: 445532063d09a6c2edd54ac2872c295932bdbdc45d025e87fe109a5e8641ce0f
4
+ data.tar.gz: b8b9aab81ae7c16ffcda16cdea943b85eaf69c93b6de929e2eb9fc288cb8f000
5
5
  SHA512:
6
- metadata.gz: 52960b3391cce0a439968c453f47831f19d69d4188d02f7f642cddd3d32e1d1bcec7431fdc213b04bd633b7c696f38dc3307d80573660a774473c46d43844ae3
7
- data.tar.gz: 98b1d2d51ed8b4abae9c590cc9ef0a37c2c9bfd97d088f912ba552844d44d44833169752f5c6f2444e7ad90a5a62efabb7e63e7a13966006b76a02e7e9548d45
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.6.0'
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.2.0'
53
- gem 'meshtastic', '0.0.174'
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.89.0'
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
- # Seed default jobs + start/reuse the in-process scheduler so
106
- # last_run actually advances. Skip list/terminal (no host scheduler
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
- cron_opts = { restart: false, dry_run: false }
110
- cron_opts[:enabled] = opts[:cron] unless opts[:cron].nil?
111
- PWN::Setup.ensure_cron(**cron_opts)
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`. Add at least one
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. Edits in `~/.pwn/skills` are never
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,3 @@
1
+ # PWN::AI::Agent::BurpSuite source links
2
+
3
+ - https://target.com/endpoint`
@@ -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.