pwn 0.5.620 → 0.5.621

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 (74) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/documentation/Agent-Tool-Registry.md +2 -2
  4. data/documentation/Cron.md +13 -0
  5. data/documentation/Diagrams.md +1 -1
  6. data/documentation/Extrospection.md +71 -5
  7. data/documentation/Home.md +2 -2
  8. data/documentation/How-PWN-Works.md +1 -1
  9. data/documentation/Mistakes.md +2 -1
  10. data/documentation/Persistence.md +2 -1
  11. data/documentation/Skills-Memory-Learning.md +1 -0
  12. data/documentation/Transparent-Browser.md +18 -1
  13. data/documentation/diagrams/agent-tool-registry.svg +55 -54
  14. data/documentation/diagrams/ai-integration-tool-calling.svg +24 -24
  15. data/documentation/diagrams/aws-cloud-security.svg +25 -25
  16. data/documentation/diagrams/burp-vs-zap-preference.svg +12 -12
  17. data/documentation/diagrams/code-scanning-sast.svg +25 -25
  18. data/documentation/diagrams/cron-scheduling.svg +23 -23
  19. data/documentation/diagrams/dot/agent-tool-registry.dot +2 -2
  20. data/documentation/diagrams/dot/extrospection-world-awareness.dot +29 -8
  21. data/documentation/diagrams/dot/memory-skills-detailed.dot +4 -0
  22. data/documentation/diagrams/dot/overall-pwn-architecture.dot +2 -2
  23. data/documentation/diagrams/dot/persistence-filesystem.dot +2 -1
  24. data/documentation/diagrams/dot/pwn-ai-feedback-learning-loop.dot +10 -4
  25. data/documentation/diagrams/driver-framework.svg +13 -13
  26. data/documentation/diagrams/extrospection-world-awareness.svg +229 -99
  27. data/documentation/diagrams/fuzzing-workflow.svg +24 -24
  28. data/documentation/diagrams/hardware-hacking.svg +18 -18
  29. data/documentation/diagrams/history-to-drivers.svg +18 -18
  30. data/documentation/diagrams/memory-skills-detailed.svg +124 -101
  31. data/documentation/diagrams/mistakes-negative-feedback.svg +55 -55
  32. data/documentation/diagrams/network-infra-testing.svg +27 -27
  33. data/documentation/diagrams/overall-pwn-architecture.svg +85 -85
  34. data/documentation/diagrams/penetration-testing-workflow.svg +30 -30
  35. data/documentation/diagrams/persistence-filesystem.svg +94 -85
  36. data/documentation/diagrams/plugin-ecosystem.svg +35 -35
  37. data/documentation/diagrams/pwn-ai-feedback-learning-loop.svg +226 -180
  38. data/documentation/diagrams/pwn-repl-prototyping.svg +20 -20
  39. data/documentation/diagrams/reporting-pipeline.svg +18 -18
  40. data/documentation/diagrams/reverse-engineering-flow.svg +21 -21
  41. data/documentation/diagrams/sdr-radio-flow.svg +31 -31
  42. data/documentation/diagrams/sessions-cron-automation.svg +18 -18
  43. data/documentation/diagrams/swarm-multi-agent.svg +39 -39
  44. data/documentation/diagrams/web-application-testing.svg +26 -26
  45. data/documentation/diagrams/zero-day-research-flow.svg +25 -25
  46. data/documentation/pwn-ai-Agent.md +1 -1
  47. data/lib/pwn/ai/agent/extrospection.rb +433 -4
  48. data/lib/pwn/ai/agent/tools/extrospection.rb +88 -3
  49. data/lib/pwn/sdr/decoder/adsb.rb +14 -33
  50. data/lib/pwn/sdr/decoder/apt.rb +97 -36
  51. data/lib/pwn/sdr/decoder/base.rb +258 -171
  52. data/lib/pwn/sdr/decoder/bluetooth.rb +13 -20
  53. data/lib/pwn/sdr/decoder/dect.rb +13 -27
  54. data/lib/pwn/sdr/decoder/dsp.rb +396 -0
  55. data/lib/pwn/sdr/decoder/flex.rb +177 -210
  56. data/lib/pwn/sdr/decoder/gps.rb +12 -21
  57. data/lib/pwn/sdr/decoder/gsm.rb +21 -73
  58. data/lib/pwn/sdr/decoder/iridium.rb +11 -26
  59. data/lib/pwn/sdr/decoder/lora.rb +16 -23
  60. data/lib/pwn/sdr/decoder/lte.rb +11 -32
  61. data/lib/pwn/sdr/decoder/morse.rb +95 -21
  62. data/lib/pwn/sdr/decoder/p25.rb +19 -16
  63. data/lib/pwn/sdr/decoder/pager.rb +22 -38
  64. data/lib/pwn/sdr/decoder/pocsag.rb +175 -68
  65. data/lib/pwn/sdr/decoder/rfid.rb +24 -33
  66. data/lib/pwn/sdr/decoder/rtl433.rb +21 -30
  67. data/lib/pwn/sdr/decoder/rtty.rb +100 -27
  68. data/lib/pwn/sdr/decoder/wifi.rb +21 -42
  69. data/lib/pwn/sdr/decoder/zigbee.rb +18 -40
  70. data/lib/pwn/sdr/decoder.rb +8 -0
  71. data/lib/pwn/version.rb +1 -1
  72. data/spec/lib/pwn/sdr/decoder/dsp_spec.rb +15 -0
  73. data/third_party/pwn_rdoc.jsonl +24 -3
  74. metadata +3 -1
@@ -9,30 +9,30 @@
9
9
  <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(43.2 453.2)">
10
10
  <title>PWN_AI_Integration</title>
11
11
  <polygon fill="#0f172a" stroke="none" points="-43.2,43.2 -43.2,-453.2 636.7,-453.2 636.7,43.2 -43.2,43.2"/>
12
- <text xml:space="preserve" text-anchor="start" x="98.75" y="-388" font-family="sans-Serif" font-weight="bold" font-size="20.00" fill="#e2e8f0">PWN::AI — Multi&#45;Provider LLM Integration</text>
13
- <text xml:space="preserve" text-anchor="start" x="186.12" y="-376.55" font-family="sans-Serif" font-size="11.00" fill="#94a3b8">one Agent Loop · five interchangeable engines</text>
12
+ <text xml:space="preserve" text-anchor="start" x="98.75" y="-388" font-family="Helvetica,sans-Serif" font-weight="bold" font-size="20.00" fill="#e2e8f0">PWN::AI — Multi&#45;Provider LLM Integration</text>
13
+ <text xml:space="preserve" text-anchor="start" x="186.12" y="-376.55" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#94a3b8">one Agent Loop · five interchangeable engines</text>
14
14
  <g id="clust1" class="cluster">
15
15
  <title>cluster_c</title>
16
16
  <path fill="#2e1065" stroke="#6d28d9" d="M213.25,-8C213.25,-8 365,-8 365,-8 371,-8 377,-14 377,-20 377,-20 377,-351 377,-351 377,-357 371,-363 365,-363 365,-363 213.25,-363 213.25,-363 207.25,-363 201.25,-357 201.25,-351 201.25,-351 201.25,-20 201.25,-20 201.25,-14 207.25,-8 213.25,-8"/>
17
- <text xml:space="preserve" text-anchor="middle" x="289.12" y="-340" font-family="sans-Serif" font-size="20.00" fill="#ddd6fe">PWN::AI::* Clients</text>
17
+ <text xml:space="preserve" text-anchor="middle" x="289.12" y="-340" font-family="Helvetica,sans-Serif" font-size="20.00" fill="#ddd6fe">PWN::AI::* Clients</text>
18
18
  </g>
19
19
  <g id="clust3" class="cluster">
20
20
  <title>cluster_api</title>
21
21
  <path fill="#450a0a" stroke="#b91c1c" stroke-dasharray="5,2" d="M468,-8C468,-8 581.5,-8 581.5,-8 587.5,-8 593.5,-14 593.5,-20 593.5,-20 593.5,-351 593.5,-351 593.5,-357 587.5,-363 581.5,-363 581.5,-363 468,-363 468,-363 462,-363 456,-357 456,-351 456,-351 456,-20 456,-20 456,-14 462,-8 468,-8"/>
22
- <text xml:space="preserve" text-anchor="middle" x="524.75" y="-340" font-family="sans-Serif" font-size="20.00" fill="#fecaca">Provider APIs</text>
22
+ <text xml:space="preserve" text-anchor="middle" x="524.75" y="-340" font-family="Helvetica,sans-Serif" font-size="20.00" fill="#fecaca">Provider APIs</text>
23
23
  </g>
24
24
  <!-- Loop -->
25
25
  <g id="node1" class="node">
26
26
  <title>Loop</title>
27
27
  <path fill="#7dd3fc" stroke="#334155" stroke-width="2" d="M102.25,-188C102.25,-188 12,-188 12,-188 6,-188 0,-182 0,-176 0,-176 0,-164 0,-164 0,-158 6,-152 12,-152 12,-152 102.25,-152 102.25,-152 108.25,-152 114.25,-158 114.25,-164 114.25,-164 114.25,-176 114.25,-176 114.25,-182 108.25,-188 102.25,-188"/>
28
- <text xml:space="preserve" text-anchor="middle" x="57.12" y="-172.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">PWN::AI::Agent::Loop</text>
29
- <text xml:space="preserve" text-anchor="middle" x="57.12" y="-160.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">tool&#45;calling harness</text>
28
+ <text xml:space="preserve" text-anchor="middle" x="57.12" y="-172.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">PWN::AI::Agent::Loop</text>
29
+ <text xml:space="preserve" text-anchor="middle" x="57.12" y="-160.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">tool&#45;calling harness</text>
30
30
  </g>
31
31
  <!-- OpenAI -->
32
32
  <g id="node2" class="node">
33
33
  <title>OpenAI</title>
34
34
  <path fill="#c4b5fd" stroke="#334155" stroke-width="1.3" d="M303.62,-324C303.62,-324 273.62,-324 273.62,-324 267.62,-324 261.62,-318 261.62,-312 261.62,-312 261.62,-300 261.62,-300 261.62,-294 267.62,-288 273.62,-288 273.62,-288 303.62,-288 303.62,-288 309.62,-288 315.62,-294 315.62,-300 315.62,-300 315.62,-312 315.62,-312 315.62,-318 309.62,-324 303.62,-324"/>
35
- <text xml:space="preserve" text-anchor="middle" x="288.62" y="-302.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">OpenAI</text>
35
+ <text xml:space="preserve" text-anchor="middle" x="288.62" y="-302.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">OpenAI</text>
36
36
  </g>
37
37
  <!-- Loop&#45;&gt;OpenAI -->
38
38
  <g id="edge1" class="edge">
@@ -44,7 +44,7 @@
44
44
  <g id="node3" class="node">
45
45
  <title>Anthropic</title>
46
46
  <path fill="#c4b5fd" stroke="#334155" stroke-width="1.3" d="M305.25,-256C305.25,-256 272,-256 272,-256 266,-256 260,-250 260,-244 260,-244 260,-232 260,-232 260,-226 266,-220 272,-220 272,-220 305.25,-220 305.25,-220 311.25,-220 317.25,-226 317.25,-232 317.25,-232 317.25,-244 317.25,-244 317.25,-250 311.25,-256 305.25,-256"/>
47
- <text xml:space="preserve" text-anchor="middle" x="288.62" y="-234.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">Anthropic</text>
47
+ <text xml:space="preserve" text-anchor="middle" x="288.62" y="-234.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">Anthropic</text>
48
48
  </g>
49
49
  <!-- Loop&#45;&gt;Anthropic -->
50
50
  <g id="edge2" class="edge">
@@ -56,8 +56,8 @@
56
56
  <g id="node4" class="node">
57
57
  <title>Grok</title>
58
58
  <path fill="#c4b5fd" stroke="#334155" stroke-width="1.3" d="M324.75,-188C324.75,-188 252.5,-188 252.5,-188 246.5,-188 240.5,-182 240.5,-176 240.5,-176 240.5,-164 240.5,-164 240.5,-158 246.5,-152 252.5,-152 252.5,-152 324.75,-152 324.75,-152 330.75,-152 336.75,-158 336.75,-164 336.75,-164 336.75,-176 336.75,-176 336.75,-182 330.75,-188 324.75,-188"/>
59
- <text xml:space="preserve" text-anchor="middle" x="288.62" y="-172.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">Grok</text>
60
- <text xml:space="preserve" text-anchor="middle" x="288.62" y="-160.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">OAuth device flow</text>
59
+ <text xml:space="preserve" text-anchor="middle" x="288.62" y="-172.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">Grok</text>
60
+ <text xml:space="preserve" text-anchor="middle" x="288.62" y="-160.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">OAuth device flow</text>
61
61
  </g>
62
62
  <!-- Loop&#45;&gt;Grok -->
63
63
  <g id="edge3" class="edge">
@@ -69,7 +69,7 @@
69
69
  <g id="node5" class="node">
70
70
  <title>Gemini</title>
71
71
  <path fill="#c4b5fd" stroke="#334155" stroke-width="1.3" d="M303.62,-120C303.62,-120 273.62,-120 273.62,-120 267.62,-120 261.62,-114 261.62,-108 261.62,-108 261.62,-96 261.62,-96 261.62,-90 267.62,-84 273.62,-84 273.62,-84 303.62,-84 303.62,-84 309.62,-84 315.62,-90 315.62,-96 315.62,-96 315.62,-108 315.62,-108 315.62,-114 309.62,-120 303.62,-120"/>
72
- <text xml:space="preserve" text-anchor="middle" x="288.62" y="-98.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">Gemini</text>
72
+ <text xml:space="preserve" text-anchor="middle" x="288.62" y="-98.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">Gemini</text>
73
73
  </g>
74
74
  <!-- Loop&#45;&gt;Gemini -->
75
75
  <g id="edge4" class="edge">
@@ -81,8 +81,8 @@
81
81
  <g id="node6" class="node">
82
82
  <title>Ollama</title>
83
83
  <path fill="#c4b5fd" stroke="#334155" stroke-width="1.3" d="M303.62,-52C303.62,-52 273.62,-52 273.62,-52 267.62,-52 261.62,-46 261.62,-40 261.62,-40 261.62,-28 261.62,-28 261.62,-22 267.62,-16 273.62,-16 273.62,-16 303.62,-16 303.62,-16 309.62,-16 315.62,-22 315.62,-28 315.62,-28 315.62,-40 315.62,-40 315.62,-46 309.62,-52 303.62,-52"/>
84
- <text xml:space="preserve" text-anchor="middle" x="288.62" y="-36.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">Ollama</text>
85
- <text xml:space="preserve" text-anchor="middle" x="288.62" y="-24.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">(local)</text>
84
+ <text xml:space="preserve" text-anchor="middle" x="288.62" y="-36.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">Ollama</text>
85
+ <text xml:space="preserve" text-anchor="middle" x="288.62" y="-24.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">(local)</text>
86
86
  </g>
87
87
  <!-- Loop&#45;&gt;Ollama -->
88
88
  <g id="edge5" class="edge">
@@ -94,7 +94,7 @@
94
94
  <g id="node7" class="node">
95
95
  <title>A1</title>
96
96
  <path fill="#fda4af" stroke="#334155" stroke-width="1.3" d="M553.25,-324C553.25,-324 495.25,-324 495.25,-324 489.25,-324 483.25,-318 483.25,-312 483.25,-312 483.25,-300 483.25,-300 483.25,-294 489.25,-288 495.25,-288 495.25,-288 553.25,-288 553.25,-288 559.25,-288 565.25,-294 565.25,-300 565.25,-300 565.25,-312 565.25,-312 565.25,-318 559.25,-324 553.25,-324"/>
97
- <text xml:space="preserve" text-anchor="middle" x="524.25" y="-302.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">api.openai.com</text>
97
+ <text xml:space="preserve" text-anchor="middle" x="524.25" y="-302.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">api.openai.com</text>
98
98
  </g>
99
99
  <!-- OpenAI&#45;&gt;A1 -->
100
100
  <g id="edge6" class="edge">
@@ -106,7 +106,7 @@
106
106
  <g id="node8" class="node">
107
107
  <title>A2</title>
108
108
  <path fill="#fda4af" stroke="#334155" stroke-width="1.3" d="M558.88,-256C558.88,-256 489.62,-256 489.62,-256 483.62,-256 477.62,-250 477.62,-244 477.62,-244 477.62,-232 477.62,-232 477.62,-226 483.62,-220 489.62,-220 489.62,-220 558.88,-220 558.88,-220 564.88,-220 570.88,-226 570.88,-232 570.88,-232 570.88,-244 570.88,-244 570.88,-250 564.88,-256 558.88,-256"/>
109
- <text xml:space="preserve" text-anchor="middle" x="524.25" y="-234.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">api.anthropic.com</text>
109
+ <text xml:space="preserve" text-anchor="middle" x="524.25" y="-234.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">api.anthropic.com</text>
110
110
  </g>
111
111
  <!-- Anthropic&#45;&gt;A2 -->
112
112
  <g id="edge7" class="edge">
@@ -118,8 +118,8 @@
118
118
  <g id="node9" class="node">
119
119
  <title>A3</title>
120
120
  <path fill="#fda4af" stroke="#334155" stroke-width="1.3" d="M539.25,-188C539.25,-188 509.25,-188 509.25,-188 503.25,-188 497.25,-182 497.25,-176 497.25,-176 497.25,-164 497.25,-164 497.25,-158 503.25,-152 509.25,-152 509.25,-152 539.25,-152 539.25,-152 545.25,-152 551.25,-158 551.25,-164 551.25,-164 551.25,-176 551.25,-176 551.25,-182 545.25,-188 539.25,-188"/>
121
- <text xml:space="preserve" text-anchor="middle" x="524.25" y="-172.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">api.x.ai</text>
122
- <text xml:space="preserve" text-anchor="middle" x="524.25" y="-160.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">auth.x.ai</text>
121
+ <text xml:space="preserve" text-anchor="middle" x="524.25" y="-172.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">api.x.ai</text>
122
+ <text xml:space="preserve" text-anchor="middle" x="524.25" y="-160.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">auth.x.ai</text>
123
123
  </g>
124
124
  <!-- Grok&#45;&gt;A3 -->
125
125
  <g id="edge8" class="edge">
@@ -131,8 +131,8 @@
131
131
  <g id="node10" class="node">
132
132
  <title>A4</title>
133
133
  <path fill="#fda4af" stroke="#334155" stroke-width="1.3" d="M562.25,-120C562.25,-120 486.25,-120 486.25,-120 480.25,-120 474.25,-114 474.25,-108 474.25,-108 474.25,-96 474.25,-96 474.25,-90 480.25,-84 486.25,-84 486.25,-84 562.25,-84 562.25,-84 568.25,-84 574.25,-90 574.25,-96 574.25,-96 574.25,-108 574.25,-108 574.25,-114 568.25,-120 562.25,-120"/>
134
- <text xml:space="preserve" text-anchor="middle" x="524.25" y="-104.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">generativelanguage</text>
135
- <text xml:space="preserve" text-anchor="middle" x="524.25" y="-92.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">.googleapis.com</text>
134
+ <text xml:space="preserve" text-anchor="middle" x="524.25" y="-104.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">generativelanguage</text>
135
+ <text xml:space="preserve" text-anchor="middle" x="524.25" y="-92.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">.googleapis.com</text>
136
136
  </g>
137
137
  <!-- Gemini&#45;&gt;A4 -->
138
138
  <g id="edge9" class="edge">
@@ -144,7 +144,7 @@
144
144
  <g id="node11" class="node">
145
145
  <title>A5</title>
146
146
  <path fill="#fda4af" stroke="#334155" stroke-width="1.3" d="M554.38,-52C554.38,-52 494.12,-52 494.12,-52 488.12,-52 482.12,-46 482.12,-40 482.12,-40 482.12,-28 482.12,-28 482.12,-22 488.12,-16 494.12,-16 494.12,-16 554.38,-16 554.38,-16 560.38,-16 566.38,-22 566.38,-28 566.38,-28 566.38,-40 566.38,-40 566.38,-46 560.38,-52 554.38,-52"/>
147
- <text xml:space="preserve" text-anchor="middle" x="524.25" y="-30.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">localhost:11434</text>
147
+ <text xml:space="preserve" text-anchor="middle" x="524.25" y="-30.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">localhost:11434</text>
148
148
  </g>
149
149
  <!-- Ollama&#45;&gt;A5 -->
150
150
  <g id="edge10" class="edge">
@@ -157,16 +157,16 @@
157
157
  <title>Cfg</title>
158
158
  <path fill="#fcd34d" stroke="#334155" stroke-width="1.3" d="M108.25,-82.75C108.25,-85.78 85.33,-88.25 57.12,-88.25 28.92,-88.25 6,-85.78 6,-82.75 6,-82.75 6,-33.25 6,-33.25 6,-30.22 28.92,-27.75 57.12,-27.75 85.33,-27.75 108.25,-30.22 108.25,-33.25 108.25,-33.25 108.25,-82.75 108.25,-82.75"/>
159
159
  <path fill="none" stroke="#334155" stroke-width="1.3" d="M108.25,-82.75C108.25,-79.72 85.33,-77.25 57.12,-77.25 28.92,-77.25 6,-79.72 6,-82.75"/>
160
- <text xml:space="preserve" text-anchor="middle" x="57.12" y="-66.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">PWN::Config</text>
161
- <text xml:space="preserve" text-anchor="middle" x="57.12" y="-54.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">~/.pwn/config.yml</text>
162
- <text xml:space="preserve" text-anchor="middle" x="57.12" y="-42.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">engine · key · oauth</text>
160
+ <text xml:space="preserve" text-anchor="middle" x="57.12" y="-66.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">PWN::Config</text>
161
+ <text xml:space="preserve" text-anchor="middle" x="57.12" y="-54.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">~/.pwn/config.yml</text>
162
+ <text xml:space="preserve" text-anchor="middle" x="57.12" y="-42.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">engine · key · oauth</text>
163
163
  </g>
164
164
  <!-- Cfg&#45;&gt;Loop -->
165
165
  <g id="edge11" class="edge">
166
166
  <title>Cfg&#45;&gt;Loop</title>
167
167
  <path fill="none" stroke="#fbbf24" stroke-width="1.3" stroke-dasharray="5,2" d="M57.12,-88.6C57.12,-104.97 57.12,-125 57.12,-141.1"/>
168
168
  <polygon fill="#fbbf24" stroke="#fbbf24" stroke-width="1.3" points="54.33,-141.06 57.13,-149.06 59.93,-141.06 54.33,-141.06"/>
169
- <text xml:space="preserve" text-anchor="middle" x="48.88" y="-116.83" font-family="sans-Serif" font-size="9.00" fill="#cbd5e1">active engine</text>
169
+ <text xml:space="preserve" text-anchor="middle" x="48.88" y="-116.83" font-family="Helvetica,sans-Serif" font-size="9.00" fill="#cbd5e1">active engine</text>
170
170
  </g>
171
171
  </g>
172
172
  </svg>
@@ -9,36 +9,36 @@
9
9
  <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(43.2 311.2)">
10
10
  <title>PWN_AWS</title>
11
11
  <polygon fill="#0f172a" stroke="none" points="-43.2,43.2 -43.2,-311.2 1021.2,-311.2 1021.2,43.2 -43.2,43.2"/>
12
- <text xml:space="preserve" text-anchor="start" x="246.38" y="-246" font-family="sans-Serif" font-weight="bold" font-size="20.00" fill="#e2e8f0">PWN::AWS — Cloud Security (90 service wrappers)</text>
13
- <text xml:space="preserve" text-anchor="start" x="379.12" y="-234.55" font-family="sans-Serif" font-size="11.00" fill="#94a3b8">enumerate → misconfig → escalate → persist</text>
12
+ <text xml:space="preserve" text-anchor="start" x="246.38" y="-246" font-family="Helvetica,sans-Serif" font-weight="bold" font-size="20.00" fill="#e2e8f0">PWN::AWS — Cloud Security (90 service wrappers)</text>
13
+ <text xml:space="preserve" text-anchor="start" x="379.12" y="-234.55" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#94a3b8">enumerate → misconfig → escalate → persist</text>
14
14
  <g id="clust1" class="cluster">
15
15
  <title>cluster_enum</title>
16
16
  <path fill="#022c22" stroke="#047857" d="M185.5,-8C185.5,-8 309,-8 309,-8 315,-8 321,-14 321,-20 321,-20 321,-209 321,-209 321,-215 315,-221 309,-221 309,-221 185.5,-221 185.5,-221 179.5,-221 173.5,-215 173.5,-209 173.5,-209 173.5,-20 173.5,-20 173.5,-14 179.5,-8 185.5,-8"/>
17
- <text xml:space="preserve" text-anchor="middle" x="247.25" y="-198" font-family="sans-Serif" font-size="20.00" fill="#a7f3d0">Enumerate</text>
17
+ <text xml:space="preserve" text-anchor="middle" x="247.25" y="-198" font-family="Helvetica,sans-Serif" font-size="20.00" fill="#a7f3d0">Enumerate</text>
18
18
  </g>
19
19
  <g id="clust2" class="cluster">
20
20
  <title>cluster_mis</title>
21
21
  <path fill="#422006" stroke="#a16207" d="M403,-8C403,-8 501.75,-8 501.75,-8 507.75,-8 513.75,-14 513.75,-20 513.75,-20 513.75,-209 513.75,-209 513.75,-215 507.75,-221 501.75,-221 501.75,-221 403,-221 403,-221 397,-221 391,-215 391,-209 391,-209 391,-20 391,-20 391,-14 397,-8 403,-8"/>
22
- <text xml:space="preserve" text-anchor="middle" x="452.38" y="-198" font-family="sans-Serif" font-size="20.00" fill="#fde68a">Misconfig</text>
22
+ <text xml:space="preserve" text-anchor="middle" x="452.38" y="-198" font-family="Helvetica,sans-Serif" font-size="20.00" fill="#fde68a">Misconfig</text>
23
23
  </g>
24
24
  <g id="clust3" class="cluster">
25
25
  <title>cluster_esc</title>
26
26
  <path fill="#450a0a" stroke="#b91c1c" d="M595.75,-73C595.75,-73 740.75,-73 740.75,-73 746.75,-73 752.75,-79 752.75,-85 752.75,-85 752.75,-209 752.75,-209 752.75,-215 746.75,-221 740.75,-221 740.75,-221 595.75,-221 595.75,-221 589.75,-221 583.75,-215 583.75,-209 583.75,-209 583.75,-85 583.75,-85 583.75,-79 589.75,-73 595.75,-73"/>
27
- <text xml:space="preserve" text-anchor="middle" x="668.25" y="-198" font-family="sans-Serif" font-size="20.00" fill="#fecaca">Escalate / Persist</text>
27
+ <text xml:space="preserve" text-anchor="middle" x="668.25" y="-198" font-family="Helvetica,sans-Serif" font-size="20.00" fill="#fecaca">Escalate / Persist</text>
28
28
  </g>
29
29
  <!-- Creds -->
30
30
  <g id="node1" class="node">
31
31
  <title>Creds</title>
32
32
  <path fill="#7dd3fc" stroke="#334155" stroke-width="1.3" d="M83.5,-117C83.5,-117 12,-117 12,-117 6,-117 0,-111 0,-105 0,-105 0,-93 0,-93 0,-87 6,-81 12,-81 12,-81 83.5,-81 83.5,-81 89.5,-81 95.5,-87 95.5,-93 95.5,-93 95.5,-105 95.5,-105 95.5,-111 89.5,-117 83.5,-117"/>
33
- <text xml:space="preserve" text-anchor="middle" x="47.75" y="-101.88" font-family="sans-Serif" font-size="10.00" fill="#0f172a">🔑 &#160;AWS Creds</text>
34
- <text xml:space="preserve" text-anchor="middle" x="47.75" y="-89.12" font-family="sans-Serif" font-size="10.00" fill="#0f172a">STS · env · profile</text>
33
+ <text xml:space="preserve" text-anchor="middle" x="47.75" y="-101.88" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">🔑 &#160;AWS Creds</text>
34
+ <text xml:space="preserve" text-anchor="middle" x="47.75" y="-89.12" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">STS · env · profile</text>
35
35
  </g>
36
36
  <!-- IAM -->
37
37
  <g id="node2" class="node">
38
38
  <title>IAM</title>
39
39
  <path fill="#6ee7b7" stroke="#334155" stroke-width="1.3" d="M273.25,-52C273.25,-52 221.25,-52 221.25,-52 215.25,-52 209.25,-46 209.25,-40 209.25,-40 209.25,-28 209.25,-28 209.25,-22 215.25,-16 221.25,-16 221.25,-16 273.25,-16 273.25,-16 279.25,-16 285.25,-22 285.25,-28 285.25,-28 285.25,-40 285.25,-40 285.25,-46 279.25,-52 273.25,-52"/>
40
- <text xml:space="preserve" text-anchor="middle" x="247.25" y="-36.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">IAM · STS</text>
41
- <text xml:space="preserve" text-anchor="middle" x="247.25" y="-24.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">Organizations</text>
40
+ <text xml:space="preserve" text-anchor="middle" x="247.25" y="-36.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">IAM · STS</text>
41
+ <text xml:space="preserve" text-anchor="middle" x="247.25" y="-24.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">Organizations</text>
42
42
  </g>
43
43
  <!-- Creds&#45;&gt;IAM -->
44
44
  <g id="edge1" class="edge">
@@ -50,8 +50,8 @@
50
50
  <g id="node3" class="node">
51
51
  <title>EC2</title>
52
52
  <path fill="#6ee7b7" stroke="#334155" stroke-width="1.3" d="M283.38,-117C283.38,-117 211.12,-117 211.12,-117 205.12,-117 199.12,-111 199.12,-105 199.12,-105 199.12,-93 199.12,-93 199.12,-87 205.12,-81 211.12,-81 211.12,-81 283.38,-81 283.38,-81 289.38,-81 295.38,-87 295.38,-93 295.38,-93 295.38,-105 295.38,-105 295.38,-111 289.38,-117 283.38,-117"/>
53
- <text xml:space="preserve" text-anchor="middle" x="247.25" y="-101.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">EC2 · ECS · ECR</text>
54
- <text xml:space="preserve" text-anchor="middle" x="247.25" y="-89.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">Lambda · Lightsail</text>
53
+ <text xml:space="preserve" text-anchor="middle" x="247.25" y="-101.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">EC2 · ECS · ECR</text>
54
+ <text xml:space="preserve" text-anchor="middle" x="247.25" y="-89.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">Lambda · Lightsail</text>
55
55
  </g>
56
56
  <!-- Creds&#45;&gt;EC2 -->
57
57
  <g id="edge2" class="edge">
@@ -63,8 +63,8 @@
63
63
  <g id="node4" class="node">
64
64
  <title>Net</title>
65
65
  <path fill="#6ee7b7" stroke="#334155" stroke-width="1.3" d="M301,-182C301,-182 193.5,-182 193.5,-182 187.5,-182 181.5,-176 181.5,-170 181.5,-170 181.5,-158 181.5,-158 181.5,-152 187.5,-146 193.5,-146 193.5,-146 301,-146 301,-146 307,-146 313,-152 313,-158 313,-158 313,-170 313,-170 313,-176 307,-182 301,-182"/>
66
- <text xml:space="preserve" text-anchor="middle" x="247.25" y="-166.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">Route53 · ELB</text>
67
- <text xml:space="preserve" text-anchor="middle" x="247.25" y="-154.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">API Gateway · CloudFront</text>
66
+ <text xml:space="preserve" text-anchor="middle" x="247.25" y="-166.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">Route53 · ELB</text>
67
+ <text xml:space="preserve" text-anchor="middle" x="247.25" y="-154.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">API Gateway · CloudFront</text>
68
68
  </g>
69
69
  <!-- Creds&#45;&gt;Net -->
70
70
  <g id="edge3" class="edge">
@@ -76,8 +76,8 @@
76
76
  <g id="node5" class="node">
77
77
  <title>S3</title>
78
78
  <path fill="#fcd34d" stroke="#334155" stroke-width="1.3" d="M479.88,-52C479.88,-52 424.88,-52 424.88,-52 418.88,-52 412.88,-46 412.88,-40 412.88,-40 412.88,-28 412.88,-28 412.88,-22 418.88,-16 424.88,-16 424.88,-16 479.88,-16 479.88,-16 485.88,-16 491.88,-22 491.88,-28 491.88,-28 491.88,-40 491.88,-40 491.88,-46 485.88,-52 479.88,-52"/>
79
- <text xml:space="preserve" text-anchor="middle" x="452.38" y="-36.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">S3 · Glacier</text>
80
- <text xml:space="preserve" text-anchor="middle" x="452.38" y="-24.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">public buckets</text>
79
+ <text xml:space="preserve" text-anchor="middle" x="452.38" y="-36.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">S3 · Glacier</text>
80
+ <text xml:space="preserve" text-anchor="middle" x="452.38" y="-24.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">public buckets</text>
81
81
  </g>
82
82
  <!-- IAM&#45;&gt;S3 -->
83
83
  <g id="edge4" class="edge">
@@ -89,8 +89,8 @@
89
89
  <g id="node6" class="node">
90
90
  <title>KMS</title>
91
91
  <path fill="#fcd34d" stroke="#334155" stroke-width="1.3" d="M487.75,-117C487.75,-117 417,-117 417,-117 411,-117 405,-111 405,-105 405,-105 405,-93 405,-93 405,-87 411,-81 417,-81 417,-81 487.75,-81 487.75,-81 493.75,-81 499.75,-87 499.75,-93 499.75,-93 499.75,-105 499.75,-105 499.75,-111 493.75,-117 487.75,-117"/>
92
- <text xml:space="preserve" text-anchor="middle" x="452.38" y="-101.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">KMS · CloudHSM</text>
93
- <text xml:space="preserve" text-anchor="middle" x="452.38" y="-89.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">Secrets · SSM</text>
92
+ <text xml:space="preserve" text-anchor="middle" x="452.38" y="-101.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">KMS · CloudHSM</text>
93
+ <text xml:space="preserve" text-anchor="middle" x="452.38" y="-89.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">Secrets · SSM</text>
94
94
  </g>
95
95
  <!-- EC2&#45;&gt;KMS -->
96
96
  <g id="edge5" class="edge">
@@ -102,8 +102,8 @@
102
102
  <g id="node7" class="node">
103
103
  <title>Log</title>
104
104
  <path fill="#fcd34d" stroke="#334155" stroke-width="1.3" d="M493.75,-182C493.75,-182 411,-182 411,-182 405,-182 399,-176 399,-170 399,-170 399,-158 399,-158 399,-152 405,-146 411,-146 411,-146 493.75,-146 493.75,-146 499.75,-146 505.75,-152 505.75,-158 505.75,-158 505.75,-170 505.75,-170 505.75,-176 499.75,-182 493.75,-182"/>
105
- <text xml:space="preserve" text-anchor="middle" x="452.38" y="-166.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">CloudTrail</text>
106
- <text xml:space="preserve" text-anchor="middle" x="452.38" y="-154.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">CloudWatch · Config</text>
105
+ <text xml:space="preserve" text-anchor="middle" x="452.38" y="-166.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">CloudTrail</text>
106
+ <text xml:space="preserve" text-anchor="middle" x="452.38" y="-154.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">CloudWatch · Config</text>
107
107
  </g>
108
108
  <!-- Net&#45;&gt;Log -->
109
109
  <g id="edge6" class="edge">
@@ -115,8 +115,8 @@
115
115
  <g id="node8" class="node">
116
116
  <title>Priv</title>
117
117
  <path fill="#fda4af" stroke="#334155" stroke-width="1.3" d="M695.25,-117C695.25,-117 640.25,-117 640.25,-117 634.25,-117 628.25,-111 628.25,-105 628.25,-105 628.25,-93 628.25,-93 628.25,-87 634.25,-81 640.25,-81 640.25,-81 695.25,-81 695.25,-81 701.25,-81 707.25,-87 707.25,-93 707.25,-93 707.25,-105 707.25,-105 707.25,-111 701.25,-117 695.25,-117"/>
118
- <text xml:space="preserve" text-anchor="middle" x="667.75" y="-101.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">iam:PassRole</text>
119
- <text xml:space="preserve" text-anchor="middle" x="667.75" y="-89.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">lambda invoke</text>
118
+ <text xml:space="preserve" text-anchor="middle" x="667.75" y="-101.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">iam:PassRole</text>
119
+ <text xml:space="preserve" text-anchor="middle" x="667.75" y="-89.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">lambda invoke</text>
120
120
  </g>
121
121
  <!-- S3&#45;&gt;Priv -->
122
122
  <g id="edge7" class="edge">
@@ -134,8 +134,8 @@
134
134
  <g id="node9" class="node">
135
135
  <title>Back</title>
136
136
  <path fill="#fda4af" stroke="#334155" stroke-width="1.3" d="M699.38,-182C699.38,-182 636.12,-182 636.12,-182 630.12,-182 624.12,-176 624.12,-170 624.12,-170 624.12,-158 624.12,-158 624.12,-152 630.12,-146 636.12,-146 636.12,-146 699.38,-146 699.38,-146 705.38,-146 711.38,-152 711.38,-158 711.38,-158 711.38,-170 711.38,-170 711.38,-176 705.38,-182 699.38,-182"/>
137
- <text xml:space="preserve" text-anchor="middle" x="667.75" y="-166.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">new access key</text>
138
- <text xml:space="preserve" text-anchor="middle" x="667.75" y="-154.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">EC2 userdata</text>
137
+ <text xml:space="preserve" text-anchor="middle" x="667.75" y="-166.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">new access key</text>
138
+ <text xml:space="preserve" text-anchor="middle" x="667.75" y="-154.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">EC2 userdata</text>
139
139
  </g>
140
140
  <!-- Log&#45;&gt;Back -->
141
141
  <g id="edge9" class="edge">
@@ -147,8 +147,8 @@
147
147
  <g id="node10" class="node">
148
148
  <title>Rep</title>
149
149
  <path fill="#c4b5fd" stroke="#334155" stroke-width="1.3" d="M966,-149C966,-149 842.75,-149 842.75,-149 836.75,-149 830.75,-143 830.75,-137 830.75,-137 830.75,-125 830.75,-125 830.75,-119 836.75,-113 842.75,-113 842.75,-113 966,-113 966,-113 972,-113 978,-119 978,-125 978,-125 978,-137 978,-137 978,-143 972,-149 966,-149"/>
150
- <text xml:space="preserve" text-anchor="middle" x="904.38" y="-133.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">pwn_aws_describe_resources</text>
151
- <text xml:space="preserve" text-anchor="middle" x="904.38" y="-121.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">Reports</text>
150
+ <text xml:space="preserve" text-anchor="middle" x="904.38" y="-133.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">pwn_aws_describe_resources</text>
151
+ <text xml:space="preserve" text-anchor="middle" x="904.38" y="-121.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">Reports</text>
152
152
  </g>
153
153
  <!-- Priv&#45;&gt;Rep -->
154
154
  <g id="edge10" class="edge">
@@ -9,49 +9,49 @@
9
9
  <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(43.2 377.9)">
10
10
  <title>PWN_BurpVsZap</title>
11
11
  <polygon fill="#0f172a" stroke="none" points="-43.2,43.2 -43.2,-377.9 595.45,-377.9 595.45,43.2 -43.2,43.2"/>
12
- <text xml:space="preserve" text-anchor="start" x="8" y="-312.7" font-family="sans-Serif" font-weight="bold" font-size="20.00" fill="#e2e8f0">Web Proxy Selection — BurpSuite ⭐ preferred over ZAP</text>
12
+ <text xml:space="preserve" text-anchor="start" x="8" y="-312.7" font-family="Helvetica,sans-Serif" font-weight="bold" font-size="20.00" fill="#e2e8f0">Web Proxy Selection — BurpSuite ⭐ preferred over ZAP</text>
13
13
  <!-- Need -->
14
14
  <g id="node1" class="node">
15
15
  <title>Need</title>
16
16
  <polygon fill="#7dd3fc" stroke="#334155" stroke-width="1.3" points="286.12,-302.7 214.04,-263.1 286.12,-223.5 358.21,-263.1 286.12,-302.7"/>
17
- <text xml:space="preserve" text-anchor="middle" x="286.12" y="-265.6" font-family="sans-Serif" font-size="10.00" fill="#0f172a">Need web proxy /</text>
18
- <text xml:space="preserve" text-anchor="middle" x="286.12" y="-253.6" font-family="sans-Serif" font-size="10.00" fill="#0f172a">active scanner?</text>
17
+ <text xml:space="preserve" text-anchor="middle" x="286.12" y="-265.6" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">Need web proxy /</text>
18
+ <text xml:space="preserve" text-anchor="middle" x="286.12" y="-253.6" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">active scanner?</text>
19
19
  </g>
20
20
  <!-- Burp -->
21
21
  <g id="node2" class="node">
22
22
  <title>Burp</title>
23
23
  <path fill="#6ee7b7" stroke="#334155" stroke-width="2" d="M259.88,-147C259.88,-147 122.38,-147 122.38,-147 116.38,-147 110.38,-141 110.38,-135 110.38,-135 110.38,-115 110.38,-115 110.38,-109 116.38,-103 122.38,-103 122.38,-103 259.88,-103 259.88,-103 265.88,-103 271.88,-109 271.88,-115 271.88,-115 271.88,-135 271.88,-135 271.88,-141 265.88,-147 259.88,-147"/>
24
- <text xml:space="preserve" text-anchor="middle" x="191.12" y="-133.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">PWN::Plugins::BurpSuite</text>
25
- <text xml:space="preserve" text-anchor="middle" x="191.12" y="-121.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">headless · REST · richer scanner</text>
26
- <text xml:space="preserve" text-anchor="middle" x="191.12" y="-109.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">BApp ecosystem</text>
24
+ <text xml:space="preserve" text-anchor="middle" x="191.12" y="-133.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">PWN::Plugins::BurpSuite</text>
25
+ <text xml:space="preserve" text-anchor="middle" x="191.12" y="-121.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">headless · REST · richer scanner</text>
26
+ <text xml:space="preserve" text-anchor="middle" x="191.12" y="-109.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">BApp ecosystem</text>
27
27
  </g>
28
28
  <!-- Need&#45;&gt;Burp -->
29
29
  <g id="edge1" class="edge">
30
30
  <title>Need&#45;&gt;Burp</title>
31
31
  <path fill="none" stroke="#34d399" stroke-width="2" d="M263.68,-235.55C252.87,-222.34 239.99,-205.92 229.38,-190.5 222.14,-179.99 214.84,-168.07 208.59,-157.37"/>
32
32
  <polygon fill="#34d399" stroke="#34d399" stroke-width="2" points="211.09,-156.11 204.68,-150.58 206.24,-158.91 211.09,-156.11"/>
33
- <text xml:space="preserve" text-anchor="middle" x="267.25" y="-181.95" font-family="sans-Serif" font-size="9.00" fill="#cbd5e1">Burp Pro available</text>
33
+ <text xml:space="preserve" text-anchor="middle" x="267.25" y="-181.95" font-family="Helvetica,sans-Serif" font-size="9.00" fill="#cbd5e1">Burp Pro available</text>
34
34
  </g>
35
35
  <!-- Zap -->
36
36
  <g id="node3" class="node">
37
37
  <title>Zap</title>
38
38
  <path fill="#fcd34d" stroke="#334155" stroke-width="1.3" d="M429.88,-143C429.88,-143 334.38,-143 334.38,-143 328.38,-143 322.38,-137 322.38,-131 322.38,-131 322.38,-119 322.38,-119 322.38,-113 328.38,-107 334.38,-107 334.38,-107 429.88,-107 429.88,-107 435.88,-107 441.88,-113 441.88,-119 441.88,-119 441.88,-131 441.88,-131 441.88,-137 435.88,-143 429.88,-143"/>
39
- <text xml:space="preserve" text-anchor="middle" x="382.12" y="-127.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">PWN::Plugins::Zaproxy</text>
40
- <text xml:space="preserve" text-anchor="middle" x="382.12" y="-115.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">OSS fallback</text>
39
+ <text xml:space="preserve" text-anchor="middle" x="382.12" y="-127.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">PWN::Plugins::Zaproxy</text>
40
+ <text xml:space="preserve" text-anchor="middle" x="382.12" y="-115.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">OSS fallback</text>
41
41
  </g>
42
42
  <!-- Need&#45;&gt;Zap -->
43
43
  <g id="edge2" class="edge">
44
44
  <title>Need&#45;&gt;Zap</title>
45
45
  <path fill="none" stroke="#f59e0b" stroke-width="1.3" d="M306.02,-233.9C323.14,-209.63 347.62,-174.92 364.16,-151.47"/>
46
46
  <polygon fill="#f59e0b" stroke="#f59e0b" stroke-width="1.3" points="366.4,-153.15 368.73,-144.99 361.83,-149.92 366.4,-153.15"/>
47
- <text xml:space="preserve" text-anchor="middle" x="358.47" y="-181.95" font-family="sans-Serif" font-size="9.00" fill="#cbd5e1">fallback</text>
47
+ <text xml:space="preserve" text-anchor="middle" x="358.47" y="-181.95" font-family="Helvetica,sans-Serif" font-size="9.00" fill="#cbd5e1">fallback</text>
48
48
  </g>
49
49
  <!-- Both -->
50
50
  <g id="node4" class="node">
51
51
  <title>Both</title>
52
52
  <path fill="#c4b5fd" stroke="#334155" stroke-width="1.3" d="M390.5,-36C390.5,-36 181.75,-36 181.75,-36 175.75,-36 169.75,-30 169.75,-24 169.75,-24 169.75,-12 169.75,-12 169.75,-6 175.75,0 181.75,0 181.75,0 390.5,0 390.5,0 396.5,0 402.5,-6 402.5,-12 402.5,-12 402.5,-24 402.5,-24 402.5,-30 396.5,-36 390.5,-36"/>
53
- <text xml:space="preserve" text-anchor="middle" x="286.12" y="-20.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">Same downstream:</text>
54
- <text xml:space="preserve" text-anchor="middle" x="286.12" y="-8.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">TransparentBrowser proxy · Reports · DefectDojo</text>
53
+ <text xml:space="preserve" text-anchor="middle" x="286.12" y="-20.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">Same downstream:</text>
54
+ <text xml:space="preserve" text-anchor="middle" x="286.12" y="-8.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">TransparentBrowser proxy · Reports · DefectDojo</text>
55
55
  </g>
56
56
  <!-- Burp&#45;&gt;Both -->
57
57
  <g id="edge3" class="edge">
@@ -9,36 +9,36 @@
9
9
  <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(43.2 441.2)">
10
10
  <title>PWN_SAST</title>
11
11
  <polygon fill="#0f172a" stroke="none" points="-43.2,43.2 -43.2,-441.2 775.2,-441.2 775.2,43.2 -43.2,43.2"/>
12
- <text xml:space="preserve" text-anchor="start" x="131.25" y="-376" font-family="sans-Serif" font-weight="bold" font-size="20.00" fill="#e2e8f0">PWN::SAST — Static Application Security Testing</text>
13
- <text xml:space="preserve" text-anchor="start" x="229.88" y="-364.55" font-family="sans-Serif" font-size="11.00" fill="#94a3b8">48 rules · multi&#45;language · bin/pwn_sast · Reports::SAST</text>
12
+ <text xml:space="preserve" text-anchor="start" x="131.25" y="-376" font-family="Helvetica,sans-Serif" font-weight="bold" font-size="20.00" fill="#e2e8f0">PWN::SAST — Static Application Security Testing</text>
13
+ <text xml:space="preserve" text-anchor="start" x="229.88" y="-364.55" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#94a3b8">48 rules · multi&#45;language · bin/pwn_sast · Reports::SAST</text>
14
14
  <g id="clust1" class="cluster">
15
15
  <title>cluster_engine</title>
16
16
  <path fill="#022c22" stroke="#047857" d="M178,-138C178,-138 290.75,-138 290.75,-138 296.75,-138 302.75,-144 302.75,-150 302.75,-150 302.75,-274 302.75,-274 302.75,-280 296.75,-286 290.75,-286 290.75,-286 178,-286 178,-286 172,-286 166,-280 166,-274 166,-274 166,-150 166,-150 166,-144 172,-138 178,-138"/>
17
- <text xml:space="preserve" text-anchor="middle" x="234.38" y="-263" font-family="sans-Serif" font-size="20.00" fill="#a7f3d0">SAST Engine</text>
17
+ <text xml:space="preserve" text-anchor="middle" x="234.38" y="-263" font-family="Helvetica,sans-Serif" font-size="20.00" fill="#a7f3d0">SAST Engine</text>
18
18
  </g>
19
19
  <g id="clust2" class="cluster">
20
20
  <title>cluster_rules</title>
21
21
  <path fill="#422006" stroke="#a16207" d="M384.75,-8C384.75,-8 538.75,-8 538.75,-8 544.75,-8 550.75,-14 550.75,-20 550.75,-20 550.75,-339 550.75,-339 550.75,-345 544.75,-351 538.75,-351 538.75,-351 384.75,-351 384.75,-351 378.75,-351 372.75,-345 372.75,-339 372.75,-339 372.75,-20 372.75,-20 372.75,-14 378.75,-8 384.75,-8"/>
22
- <text xml:space="preserve" text-anchor="middle" x="461.75" y="-328" font-family="sans-Serif" font-size="20.00" fill="#fde68a">Rule Families (48)</text>
22
+ <text xml:space="preserve" text-anchor="middle" x="461.75" y="-328" font-family="Helvetica,sans-Serif" font-size="20.00" fill="#fde68a">Rule Families (48)</text>
23
23
  </g>
24
24
  <g id="clust3" class="cluster">
25
25
  <title>cluster_out</title>
26
26
  <path fill="#2e1065" stroke="#6d28d9" d="M632.75,-138C632.75,-138 712,-138 712,-138 718,-138 724,-144 724,-150 724,-150 724,-274 724,-274 724,-280 718,-286 712,-286 712,-286 632.75,-286 632.75,-286 626.75,-286 620.75,-280 620.75,-274 620.75,-274 620.75,-150 620.75,-150 620.75,-144 626.75,-138 632.75,-138"/>
27
- <text xml:space="preserve" text-anchor="middle" x="672.38" y="-263" font-family="sans-Serif" font-size="20.00" fill="#ddd6fe">Output</text>
27
+ <text xml:space="preserve" text-anchor="middle" x="672.38" y="-263" font-family="Helvetica,sans-Serif" font-size="20.00" fill="#ddd6fe">Output</text>
28
28
  </g>
29
29
  <!-- Src -->
30
30
  <g id="node1" class="node">
31
31
  <title>Src</title>
32
32
  <path fill="#7dd3fc" stroke="#334155" stroke-width="1.3" d="M76,-214C76,-214 12,-214 12,-214 6,-214 0,-208 0,-202 0,-202 0,-190 0,-190 0,-184 6,-178 12,-178 12,-178 76,-178 76,-178 82,-178 88,-184 88,-190 88,-190 88,-202 88,-202 88,-208 82,-214 76,-214"/>
33
- <text xml:space="preserve" text-anchor="middle" x="44" y="-198.88" font-family="sans-Serif" font-size="10.00" fill="#0f172a">📁 &#160;Source Tree</text>
34
- <text xml:space="preserve" text-anchor="middle" x="44" y="-186.12" font-family="sans-Serif" font-size="10.00" fill="#0f172a">git clone / repo</text>
33
+ <text xml:space="preserve" text-anchor="middle" x="44" y="-198.88" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">📁 &#160;Source Tree</text>
34
+ <text xml:space="preserve" text-anchor="middle" x="44" y="-186.12" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">git clone / repo</text>
35
35
  </g>
36
36
  <!-- Factory -->
37
37
  <g id="node2" class="node">
38
38
  <title>Factory</title>
39
39
  <path fill="#6ee7b7" stroke="#334155" stroke-width="1.3" d="M261.75,-182C261.75,-182 206,-182 206,-182 200,-182 194,-176 194,-170 194,-170 194,-158 194,-158 194,-152 200,-146 206,-146 206,-146 261.75,-146 261.75,-146 267.75,-146 273.75,-152 273.75,-158 273.75,-158 273.75,-170 273.75,-170 273.75,-176 267.75,-182 261.75,-182"/>
40
- <text xml:space="preserve" text-anchor="middle" x="233.88" y="-166.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">SAST::Factory</text>
41
- <text xml:space="preserve" text-anchor="middle" x="233.88" y="-154.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">rule loader</text>
40
+ <text xml:space="preserve" text-anchor="middle" x="233.88" y="-166.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">SAST::Factory</text>
41
+ <text xml:space="preserve" text-anchor="middle" x="233.88" y="-154.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">rule loader</text>
42
42
  </g>
43
43
  <!-- Src&#45;&gt;Factory -->
44
44
  <g id="edge1" class="edge">
@@ -50,8 +50,8 @@
50
50
  <g id="node3" class="node">
51
51
  <title>TCE</title>
52
52
  <path fill="#6ee7b7" stroke="#334155" stroke-width="1.3" d="M265.88,-247C265.88,-247 201.88,-247 201.88,-247 195.88,-247 189.88,-241 189.88,-235 189.88,-235 189.88,-223 189.88,-223 189.88,-217 195.88,-211 201.88,-211 201.88,-211 265.88,-211 265.88,-211 271.88,-211 277.88,-217 277.88,-223 277.88,-223 277.88,-235 277.88,-235 277.88,-241 271.88,-247 265.88,-247"/>
53
- <text xml:space="preserve" text-anchor="middle" x="233.88" y="-231.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">TestCaseEngine</text>
54
- <text xml:space="preserve" text-anchor="middle" x="233.88" y="-219.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">generate probes</text>
53
+ <text xml:space="preserve" text-anchor="middle" x="233.88" y="-231.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">TestCaseEngine</text>
54
+ <text xml:space="preserve" text-anchor="middle" x="233.88" y="-219.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">generate probes</text>
55
55
  </g>
56
56
  <!-- Src&#45;&gt;TCE -->
57
57
  <g id="edge2" class="edge">
@@ -63,8 +63,8 @@
63
63
  <g id="node4" class="node">
64
64
  <title>Cmd</title>
65
65
  <path fill="#fcd34d" stroke="#334155" stroke-width="1.3" d="M515.75,-52C515.75,-52 406.75,-52 406.75,-52 400.75,-52 394.75,-46 394.75,-40 394.75,-40 394.75,-28 394.75,-28 394.75,-22 400.75,-16 406.75,-16 406.75,-16 515.75,-16 515.75,-16 521.75,-16 527.75,-22 527.75,-28 527.75,-28 527.75,-40 527.75,-40 527.75,-46 521.75,-52 515.75,-52"/>
66
- <text xml:space="preserve" text-anchor="middle" x="461.25" y="-36.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">cmd_execution_*</text>
67
- <text xml:space="preserve" text-anchor="middle" x="461.25" y="-24.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">java · py · ruby · go · scala</text>
66
+ <text xml:space="preserve" text-anchor="middle" x="461.25" y="-36.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">cmd_execution_*</text>
67
+ <text xml:space="preserve" text-anchor="middle" x="461.25" y="-24.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">java · py · ruby · go · scala</text>
68
68
  </g>
69
69
  <!-- Factory&#45;&gt;Cmd -->
70
70
  <g id="edge3" class="edge">
@@ -76,8 +76,8 @@
76
76
  <g id="node5" class="node">
77
77
  <title>Web</title>
78
78
  <path fill="#fcd34d" stroke="#334155" stroke-width="1.3" d="M526.62,-117C526.62,-117 395.88,-117 395.88,-117 389.88,-117 383.88,-111 383.88,-105 383.88,-105 383.88,-93 383.88,-93 383.88,-87 389.88,-81 395.88,-81 395.88,-81 526.62,-81 526.62,-81 532.62,-81 538.62,-87 538.62,-93 538.62,-93 538.62,-105 538.62,-105 538.62,-111 532.62,-117 526.62,-117"/>
79
- <text xml:space="preserve" text-anchor="middle" x="461.25" y="-101.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">csrf · redirect · redos</text>
80
- <text xml:space="preserve" text-anchor="middle" x="461.25" y="-89.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">inner/outer_html · location_hash</text>
79
+ <text xml:space="preserve" text-anchor="middle" x="461.25" y="-101.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">csrf · redirect · redos</text>
80
+ <text xml:space="preserve" text-anchor="middle" x="461.25" y="-89.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">inner/outer_html · location_hash</text>
81
81
  </g>
82
82
  <!-- Factory&#45;&gt;Web -->
83
83
  <g id="edge4" class="edge">
@@ -89,8 +89,8 @@
89
89
  <g id="node6" class="node">
90
90
  <title>Cryp</title>
91
91
  <path fill="#fcd34d" stroke="#334155" stroke-width="1.3" d="M519.5,-182C519.5,-182 403,-182 403,-182 397,-182 391,-176 391,-170 391,-170 391,-158 391,-158 391,-152 397,-146 403,-146 403,-146 519.5,-146 519.5,-146 525.5,-146 531.5,-152 531.5,-158 531.5,-158 531.5,-170 531.5,-170 531.5,-176 525.5,-182 519.5,-182"/>
92
- <text xml:space="preserve" text-anchor="middle" x="461.25" y="-166.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">md5 · ssl · keystore</text>
93
- <text xml:space="preserve" text-anchor="middle" x="461.25" y="-154.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">padding_oracle · private_key</text>
92
+ <text xml:space="preserve" text-anchor="middle" x="461.25" y="-166.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">md5 · ssl · keystore</text>
93
+ <text xml:space="preserve" text-anchor="middle" x="461.25" y="-154.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">padding_oracle · private_key</text>
94
94
  </g>
95
95
  <!-- Factory&#45;&gt;Cryp -->
96
96
  <g id="edge5" class="edge">
@@ -102,8 +102,8 @@
102
102
  <g id="node7" class="node">
103
103
  <title>Data</title>
104
104
  <path fill="#fcd34d" stroke="#334155" stroke-width="1.3" d="M510.88,-247C510.88,-247 411.62,-247 411.62,-247 405.62,-247 399.62,-241 399.62,-235 399.62,-235 399.62,-223 399.62,-223 399.62,-217 405.62,-211 411.62,-211 411.62,-211 510.88,-211 510.88,-211 516.88,-211 522.88,-217 522.88,-223 522.88,-223 522.88,-235 522.88,-235 522.88,-241 516.88,-247 510.88,-247"/>
105
- <text xml:space="preserve" text-anchor="middle" x="461.25" y="-231.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">sql · eval · deserial_java</text>
106
- <text xml:space="preserve" text-anchor="middle" x="461.25" y="-219.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">log4j · php_type_juggling</text>
105
+ <text xml:space="preserve" text-anchor="middle" x="461.25" y="-231.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">sql · eval · deserial_java</text>
106
+ <text xml:space="preserve" text-anchor="middle" x="461.25" y="-219.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">log4j · php_type_juggling</text>
107
107
  </g>
108
108
  <!-- TCE&#45;&gt;Data -->
109
109
  <g id="edge6" class="edge">
@@ -115,8 +115,8 @@
115
115
  <g id="node8" class="node">
116
116
  <title>Mem</title>
117
117
  <path fill="#fcd34d" stroke="#334155" stroke-width="1.3" d="M491,-312C491,-312 431.5,-312 431.5,-312 425.5,-312 419.5,-306 419.5,-300 419.5,-300 419.5,-288 419.5,-288 419.5,-282 425.5,-276 431.5,-276 431.5,-276 491,-276 491,-276 497,-276 503,-282 503,-288 503,-288 503,-300 503,-300 503,-306 497,-312 491,-312"/>
118
- <text xml:space="preserve" text-anchor="middle" x="461.25" y="-296.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">banned_c_calls</text>
119
- <text xml:space="preserve" text-anchor="middle" x="461.25" y="-284.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">use_after_free</text>
118
+ <text xml:space="preserve" text-anchor="middle" x="461.25" y="-296.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">banned_c_calls</text>
119
+ <text xml:space="preserve" text-anchor="middle" x="461.25" y="-284.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">use_after_free</text>
120
120
  </g>
121
121
  <!-- TCE&#45;&gt;Mem -->
122
122
  <g id="edge7" class="edge">
@@ -128,8 +128,8 @@
128
128
  <g id="node9" class="node">
129
129
  <title>Report</title>
130
130
  <path fill="#c4b5fd" stroke="#334155" stroke-width="1.3" d="M701.75,-182C701.75,-182 643,-182 643,-182 637,-182 631,-176 631,-170 631,-170 631,-158 631,-158 631,-152 637,-146 643,-146 643,-146 701.75,-146 701.75,-146 707.75,-146 713.75,-152 713.75,-158 713.75,-158 713.75,-170 713.75,-170 713.75,-176 707.75,-182 701.75,-182"/>
131
- <text xml:space="preserve" text-anchor="middle" x="672.38" y="-166.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">Reports::SAST</text>
132
- <text xml:space="preserve" text-anchor="middle" x="672.38" y="-154.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">HTML + JSON</text>
131
+ <text xml:space="preserve" text-anchor="middle" x="672.38" y="-166.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">Reports::SAST</text>
132
+ <text xml:space="preserve" text-anchor="middle" x="672.38" y="-154.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">HTML + JSON</text>
133
133
  </g>
134
134
  <!-- Cmd&#45;&gt;Report -->
135
135
  <g id="edge8" class="edge">
@@ -153,8 +153,8 @@
153
153
  <g id="node10" class="node">
154
154
  <title>DD</title>
155
155
  <path fill="#c4b5fd" stroke="#334155" stroke-width="1.3" d="M704,-247C704,-247 640.75,-247 640.75,-247 634.75,-247 628.75,-241 628.75,-235 628.75,-235 628.75,-223 628.75,-223 628.75,-217 634.75,-211 640.75,-211 640.75,-211 704,-211 704,-211 710,-211 716,-217 716,-223 716,-223 716,-235 716,-235 716,-241 710,-247 704,-247"/>
156
- <text xml:space="preserve" text-anchor="middle" x="672.38" y="-231.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">DefectDojo</text>
157
- <text xml:space="preserve" text-anchor="middle" x="672.38" y="-219.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">import / reimport</text>
156
+ <text xml:space="preserve" text-anchor="middle" x="672.38" y="-231.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">DefectDojo</text>
157
+ <text xml:space="preserve" text-anchor="middle" x="672.38" y="-219.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">import / reimport</text>
158
158
  </g>
159
159
  <!-- Data&#45;&gt;DD -->
160
160
  <g id="edge11" class="edge">