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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/documentation/Agent-Tool-Registry.md +2 -2
- data/documentation/Cron.md +13 -0
- data/documentation/Diagrams.md +1 -1
- data/documentation/Extrospection.md +71 -5
- data/documentation/Home.md +2 -2
- data/documentation/How-PWN-Works.md +1 -1
- data/documentation/Mistakes.md +2 -1
- data/documentation/Persistence.md +2 -1
- data/documentation/Skills-Memory-Learning.md +1 -0
- data/documentation/Transparent-Browser.md +18 -1
- data/documentation/diagrams/agent-tool-registry.svg +55 -54
- data/documentation/diagrams/ai-integration-tool-calling.svg +24 -24
- data/documentation/diagrams/aws-cloud-security.svg +25 -25
- data/documentation/diagrams/burp-vs-zap-preference.svg +12 -12
- data/documentation/diagrams/code-scanning-sast.svg +25 -25
- data/documentation/diagrams/cron-scheduling.svg +23 -23
- data/documentation/diagrams/dot/agent-tool-registry.dot +2 -2
- data/documentation/diagrams/dot/extrospection-world-awareness.dot +29 -8
- data/documentation/diagrams/dot/memory-skills-detailed.dot +4 -0
- data/documentation/diagrams/dot/overall-pwn-architecture.dot +2 -2
- data/documentation/diagrams/dot/persistence-filesystem.dot +2 -1
- data/documentation/diagrams/dot/pwn-ai-feedback-learning-loop.dot +10 -4
- data/documentation/diagrams/driver-framework.svg +13 -13
- data/documentation/diagrams/extrospection-world-awareness.svg +229 -99
- data/documentation/diagrams/fuzzing-workflow.svg +24 -24
- data/documentation/diagrams/hardware-hacking.svg +18 -18
- data/documentation/diagrams/history-to-drivers.svg +18 -18
- data/documentation/diagrams/memory-skills-detailed.svg +124 -101
- data/documentation/diagrams/mistakes-negative-feedback.svg +55 -55
- data/documentation/diagrams/network-infra-testing.svg +27 -27
- data/documentation/diagrams/overall-pwn-architecture.svg +85 -85
- data/documentation/diagrams/penetration-testing-workflow.svg +30 -30
- data/documentation/diagrams/persistence-filesystem.svg +94 -85
- data/documentation/diagrams/plugin-ecosystem.svg +35 -35
- data/documentation/diagrams/pwn-ai-feedback-learning-loop.svg +226 -180
- data/documentation/diagrams/pwn-repl-prototyping.svg +20 -20
- data/documentation/diagrams/reporting-pipeline.svg +18 -18
- data/documentation/diagrams/reverse-engineering-flow.svg +21 -21
- data/documentation/diagrams/sdr-radio-flow.svg +31 -31
- data/documentation/diagrams/sessions-cron-automation.svg +18 -18
- data/documentation/diagrams/swarm-multi-agent.svg +39 -39
- data/documentation/diagrams/web-application-testing.svg +26 -26
- data/documentation/diagrams/zero-day-research-flow.svg +25 -25
- data/documentation/pwn-ai-Agent.md +1 -1
- data/lib/pwn/ai/agent/extrospection.rb +433 -4
- data/lib/pwn/ai/agent/tools/extrospection.rb +88 -3
- data/lib/pwn/sdr/decoder/adsb.rb +14 -33
- data/lib/pwn/sdr/decoder/apt.rb +97 -36
- data/lib/pwn/sdr/decoder/base.rb +258 -171
- data/lib/pwn/sdr/decoder/bluetooth.rb +13 -20
- data/lib/pwn/sdr/decoder/dect.rb +13 -27
- data/lib/pwn/sdr/decoder/dsp.rb +396 -0
- data/lib/pwn/sdr/decoder/flex.rb +177 -210
- data/lib/pwn/sdr/decoder/gps.rb +12 -21
- data/lib/pwn/sdr/decoder/gsm.rb +21 -73
- data/lib/pwn/sdr/decoder/iridium.rb +11 -26
- data/lib/pwn/sdr/decoder/lora.rb +16 -23
- data/lib/pwn/sdr/decoder/lte.rb +11 -32
- data/lib/pwn/sdr/decoder/morse.rb +95 -21
- data/lib/pwn/sdr/decoder/p25.rb +19 -16
- data/lib/pwn/sdr/decoder/pager.rb +22 -38
- data/lib/pwn/sdr/decoder/pocsag.rb +175 -68
- data/lib/pwn/sdr/decoder/rfid.rb +24 -33
- data/lib/pwn/sdr/decoder/rtl433.rb +21 -30
- data/lib/pwn/sdr/decoder/rtty.rb +100 -27
- data/lib/pwn/sdr/decoder/wifi.rb +21 -42
- data/lib/pwn/sdr/decoder/zigbee.rb +18 -40
- data/lib/pwn/sdr/decoder.rb +8 -0
- data/lib/pwn/version.rb +1 -1
- data/spec/lib/pwn/sdr/decoder/dsp_spec.rb +15 -0
- data/third_party/pwn_rdoc.jsonl +24 -3
- metadata +3 -1
|
@@ -9,72 +9,72 @@
|
|
|
9
9
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(43.2 317.45)">
|
|
10
10
|
<title>PWN_SessionsCron</title>
|
|
11
11
|
<polygon fill="#0f172a" stroke="none" points="-43.2,43.2 -43.2,-317.45 832.7,-317.45 832.7,43.2 -43.2,43.2"/>
|
|
12
|
-
<text xml:space="preserve" text-anchor="start" x="127.75" y="-252.25" font-family="sans-Serif" font-weight="bold" font-size="20.00" fill="#e2e8f0">Sessions ↔ Cron ↔ Swarm — Cross-Session Continuity</text>
|
|
12
|
+
<text xml:space="preserve" text-anchor="start" x="127.75" y="-252.25" font-family="Helvetica,sans-Serif" font-weight="bold" font-size="20.00" fill="#e2e8f0">Sessions ↔ Cron ↔ Swarm — Cross-Session Continuity</text>
|
|
13
13
|
<g id="clust1" class="cluster">
|
|
14
14
|
<title>cluster_p</title>
|
|
15
15
|
<path fill="#422006" stroke="#a16207" d="M233.25,-8C233.25,-8 335,-8 335,-8 341,-8 347,-14 347,-20 347,-20 347,-223 347,-223 347,-229 341,-235 335,-235 335,-235 233.25,-235 233.25,-235 227.25,-235 221.25,-229 221.25,-223 221.25,-223 221.25,-20 221.25,-20 221.25,-14 227.25,-8 233.25,-8"/>
|
|
16
|
-
<text xml:space="preserve" text-anchor="middle" x="284.12" y="-212" font-family="sans-Serif" font-size="20.00" fill="#fde68a">~/.pwn/</text>
|
|
16
|
+
<text xml:space="preserve" text-anchor="middle" x="284.12" y="-212" font-family="Helvetica,sans-Serif" font-size="20.00" fill="#fde68a">~/.pwn/</text>
|
|
17
17
|
</g>
|
|
18
18
|
<g id="clust3" class="cluster">
|
|
19
19
|
<title>cluster_later</title>
|
|
20
20
|
<path fill="#2e1065" stroke="#6d28d9" d="M438,-8C438,-8 585.25,-8 585.25,-8 591.25,-8 597.25,-14 597.25,-20 597.25,-20 597.25,-223 597.25,-223 597.25,-229 591.25,-235 585.25,-235 585.25,-235 438,-235 438,-235 432,-235 426,-229 426,-223 426,-223 426,-20 426,-20 426,-14 432,-8 438,-8"/>
|
|
21
|
-
<text xml:space="preserve" text-anchor="middle" x="511.62" y="-212" font-family="sans-Serif" font-size="20.00" fill="#ddd6fe">Later / Elsewhere</text>
|
|
21
|
+
<text xml:space="preserve" text-anchor="middle" x="511.62" y="-212" font-family="Helvetica,sans-Serif" font-size="20.00" fill="#ddd6fe">Later / Elsewhere</text>
|
|
22
22
|
</g>
|
|
23
23
|
<!-- Now -->
|
|
24
24
|
<g id="node1" class="node">
|
|
25
25
|
<title>Now</title>
|
|
26
26
|
<path fill="#7dd3fc" stroke="#334155" stroke-width="1.3" d="M74.5,-124C74.5,-124 12,-124 12,-124 6,-124 0,-118 0,-112 0,-112 0,-100 0,-100 0,-94 6,-88 12,-88 12,-88 74.5,-88 74.5,-88 80.5,-88 86.5,-94 86.5,-100 86.5,-100 86.5,-112 86.5,-112 86.5,-118 80.5,-124 74.5,-124"/>
|
|
27
|
-
<text xml:space="preserve" text-anchor="middle" x="43.25" y="-108.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">pwn-ai</text>
|
|
28
|
-
<text xml:space="preserve" text-anchor="middle" x="43.25" y="-96.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">(interactive turn)</text>
|
|
27
|
+
<text xml:space="preserve" text-anchor="middle" x="43.25" y="-108.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">pwn-ai</text>
|
|
28
|
+
<text xml:space="preserve" text-anchor="middle" x="43.25" y="-96.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">(interactive turn)</text>
|
|
29
29
|
</g>
|
|
30
30
|
<!-- Sess -->
|
|
31
31
|
<g id="node2" class="node">
|
|
32
32
|
<title>Sess</title>
|
|
33
33
|
<path fill="#fcd34d" stroke="#334155" stroke-width="1.3" d="M334.5,-192.73C334.5,-194.53 311.92,-196 284.12,-196 256.33,-196 233.75,-194.53 233.75,-192.73 233.75,-192.73 233.75,-163.27 233.75,-163.27 233.75,-161.47 256.33,-160 284.12,-160 311.92,-160 334.5,-161.47 334.5,-163.27 334.5,-163.27 334.5,-192.73 334.5,-192.73"/>
|
|
34
34
|
<path fill="none" stroke="#334155" stroke-width="1.3" d="M334.5,-192.73C334.5,-190.92 311.92,-189.45 284.12,-189.45 256.33,-189.45 233.75,-190.92 233.75,-192.73"/>
|
|
35
|
-
<text xml:space="preserve" text-anchor="middle" x="284.12" y="-174.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">sessions/<id>.jsonl</text>
|
|
35
|
+
<text xml:space="preserve" text-anchor="middle" x="284.12" y="-174.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">sessions/<id>.jsonl</text>
|
|
36
36
|
</g>
|
|
37
37
|
<!-- Now->Sess -->
|
|
38
38
|
<g id="edge1" class="edge">
|
|
39
39
|
<title>Now->Sess</title>
|
|
40
40
|
<path fill="none" stroke="#f59e0b" stroke-width="1.3" d="M86.96,-118.87C125.13,-130.38 181.45,-147.35 223.96,-160.17"/>
|
|
41
41
|
<polygon fill="#f59e0b" stroke="#f59e0b" stroke-width="1.3" points="223,-162.8 231.47,-162.43 224.62,-157.44 223,-162.8"/>
|
|
42
|
-
<text xml:space="preserve" text-anchor="middle" x="157.88" y="-148.26" font-family="sans-Serif" font-size="9.00" fill="#cbd5e1">append</text>
|
|
42
|
+
<text xml:space="preserve" text-anchor="middle" x="157.88" y="-148.26" font-family="Helvetica,sans-Serif" font-size="9.00" fill="#cbd5e1">append</text>
|
|
43
43
|
</g>
|
|
44
44
|
<!-- Cron -->
|
|
45
45
|
<g id="node3" class="node">
|
|
46
46
|
<title>Cron</title>
|
|
47
47
|
<path fill="#fcd34d" stroke="#334155" stroke-width="1.3" d="M321.38,-120.73C321.38,-122.53 304.68,-124 284.12,-124 263.57,-124 246.88,-122.53 246.88,-120.73 246.88,-120.73 246.88,-91.27 246.88,-91.27 246.88,-89.47 263.57,-88 284.12,-88 304.68,-88 321.38,-89.47 321.38,-91.27 321.38,-91.27 321.38,-120.73 321.38,-120.73"/>
|
|
48
48
|
<path fill="none" stroke="#334155" stroke-width="1.3" d="M321.38,-120.73C321.38,-118.92 304.68,-117.45 284.12,-117.45 263.57,-117.45 246.88,-118.92 246.88,-120.73"/>
|
|
49
|
-
<text xml:space="preserve" text-anchor="middle" x="284.12" y="-102.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">cron/jobs.yml</text>
|
|
49
|
+
<text xml:space="preserve" text-anchor="middle" x="284.12" y="-102.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">cron/jobs.yml</text>
|
|
50
50
|
</g>
|
|
51
51
|
<!-- Now->Cron -->
|
|
52
52
|
<g id="edge2" class="edge">
|
|
53
53
|
<title>Now->Cron</title>
|
|
54
54
|
<path fill="none" stroke="#f59e0b" stroke-width="1.3" d="M86.96,-106C129.04,-106 193.15,-106 236.53,-106"/>
|
|
55
55
|
<polygon fill="#f59e0b" stroke="#f59e0b" stroke-width="1.3" points="236.3,-108.8 244.3,-106 236.3,-103.2 236.3,-108.8"/>
|
|
56
|
-
<text xml:space="preserve" text-anchor="middle" x="157.88" y="-107.95" font-family="sans-Serif" font-size="9.00" fill="#cbd5e1">cron_create</text>
|
|
56
|
+
<text xml:space="preserve" text-anchor="middle" x="157.88" y="-107.95" font-family="Helvetica,sans-Serif" font-size="9.00" fill="#cbd5e1">cron_create</text>
|
|
57
57
|
</g>
|
|
58
58
|
<!-- Swarm -->
|
|
59
59
|
<g id="node4" class="node">
|
|
60
60
|
<title>Swarm</title>
|
|
61
61
|
<path fill="#fcd34d" stroke="#334155" stroke-width="1.3" d="M339,-48.73C339,-50.53 314.4,-52 284.12,-52 253.85,-52 229.25,-50.53 229.25,-48.73 229.25,-48.73 229.25,-19.27 229.25,-19.27 229.25,-17.47 253.85,-16 284.12,-16 314.4,-16 339,-17.47 339,-19.27 339,-19.27 339,-48.73 339,-48.73"/>
|
|
62
62
|
<path fill="none" stroke="#334155" stroke-width="1.3" d="M339,-48.73C339,-46.92 314.4,-45.45 284.12,-45.45 253.85,-45.45 229.25,-46.92 229.25,-48.73"/>
|
|
63
|
-
<text xml:space="preserve" text-anchor="middle" x="284.12" y="-30.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">swarm/<id>/bus.jsonl</text>
|
|
63
|
+
<text xml:space="preserve" text-anchor="middle" x="284.12" y="-30.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">swarm/<id>/bus.jsonl</text>
|
|
64
64
|
</g>
|
|
65
65
|
<!-- Now->Swarm -->
|
|
66
66
|
<g id="edge3" class="edge">
|
|
67
67
|
<title>Now->Swarm</title>
|
|
68
68
|
<path fill="none" stroke="#f59e0b" stroke-width="1.3" d="M86.96,-93.13C123.76,-82.03 177.42,-65.86 219.32,-53.23"/>
|
|
69
69
|
<polygon fill="#f59e0b" stroke="#f59e0b" stroke-width="1.3" points="219.88,-55.99 226.73,-51 218.26,-50.63 219.88,-55.99"/>
|
|
70
|
-
<text xml:space="preserve" text-anchor="middle" x="157.88" y="-80.52" font-family="sans-Serif" font-size="9.00" fill="#cbd5e1">agent_ask</text>
|
|
70
|
+
<text xml:space="preserve" text-anchor="middle" x="157.88" y="-80.52" font-family="Helvetica,sans-Serif" font-size="9.00" fill="#cbd5e1">agent_ask</text>
|
|
71
71
|
</g>
|
|
72
72
|
<!-- Reflect -->
|
|
73
73
|
<g id="node5" class="node">
|
|
74
74
|
<title>Reflect</title>
|
|
75
75
|
<path fill="#c4b5fd" stroke="#334155" stroke-width="1.3" d="M540.12,-196C540.12,-196 482.12,-196 482.12,-196 476.12,-196 470.12,-190 470.12,-184 470.12,-184 470.12,-172 470.12,-172 470.12,-166 476.12,-160 482.12,-160 482.12,-160 540.12,-160 540.12,-160 546.12,-160 552.12,-166 552.12,-172 552.12,-172 552.12,-184 552.12,-184 552.12,-190 546.12,-196 540.12,-196"/>
|
|
76
|
-
<text xml:space="preserve" text-anchor="middle" x="511.12" y="-180.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">learning_reflect</text>
|
|
77
|
-
<text xml:space="preserve" text-anchor="middle" x="511.12" y="-168.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">(session_id)</text>
|
|
76
|
+
<text xml:space="preserve" text-anchor="middle" x="511.12" y="-180.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">learning_reflect</text>
|
|
77
|
+
<text xml:space="preserve" text-anchor="middle" x="511.12" y="-168.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">(session_id)</text>
|
|
78
78
|
</g>
|
|
79
79
|
<!-- Sess->Reflect -->
|
|
80
80
|
<g id="edge4" class="edge">
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
<g id="node6" class="node">
|
|
87
87
|
<title>Fire</title>
|
|
88
88
|
<path fill="#c4b5fd" stroke="#334155" stroke-width="1.3" d="M564.88,-124C564.88,-124 457.38,-124 457.38,-124 451.38,-124 445.38,-118 445.38,-112 445.38,-112 445.38,-100 445.38,-100 445.38,-94 451.38,-88 457.38,-88 457.38,-88 564.88,-88 564.88,-88 570.88,-88 576.88,-94 576.88,-100 576.88,-100 576.88,-112 576.88,-112 576.88,-118 570.88,-124 564.88,-124"/>
|
|
89
|
-
<text xml:space="preserve" text-anchor="middle" x="511.12" y="-102.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">crontab → PWN::Cron.run</text>
|
|
89
|
+
<text xml:space="preserve" text-anchor="middle" x="511.12" y="-102.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">crontab → PWN::Cron.run</text>
|
|
90
90
|
</g>
|
|
91
91
|
<!-- Cron->Fire -->
|
|
92
92
|
<g id="edge5" class="edge">
|
|
@@ -98,8 +98,8 @@
|
|
|
98
98
|
<g id="node7" class="node">
|
|
99
99
|
<title>Resume</title>
|
|
100
100
|
<path fill="#c4b5fd" stroke="#334155" stroke-width="1.3" d="M538.62,-52C538.62,-52 483.62,-52 483.62,-52 477.62,-52 471.62,-46 471.62,-40 471.62,-40 471.62,-28 471.62,-28 471.62,-22 477.62,-16 483.62,-16 483.62,-16 538.62,-16 538.62,-16 544.62,-16 550.62,-22 550.62,-28 550.62,-28 550.62,-40 550.62,-40 550.62,-46 544.62,-52 538.62,-52"/>
|
|
101
|
-
<text xml:space="preserve" text-anchor="middle" x="511.12" y="-36.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">agent_debate</text>
|
|
102
|
-
<text xml:space="preserve" text-anchor="middle" x="511.12" y="-24.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">(swarm_id: ...)</text>
|
|
101
|
+
<text xml:space="preserve" text-anchor="middle" x="511.12" y="-36.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">agent_debate</text>
|
|
102
|
+
<text xml:space="preserve" text-anchor="middle" x="511.12" y="-24.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">(swarm_id: ...)</text>
|
|
103
103
|
</g>
|
|
104
104
|
<!-- Swarm->Resume -->
|
|
105
105
|
<g id="edge6" class="edge">
|
|
@@ -111,8 +111,8 @@
|
|
|
111
111
|
<g id="node8" class="node">
|
|
112
112
|
<title>Next</title>
|
|
113
113
|
<path fill="#7dd3fc" stroke="#334155" stroke-width="1.3" d="M777.5,-124C777.5,-124 696.25,-124 696.25,-124 690.25,-124 684.25,-118 684.25,-112 684.25,-112 684.25,-100 684.25,-100 684.25,-94 690.25,-88 696.25,-88 696.25,-88 777.5,-88 777.5,-88 783.5,-88 789.5,-94 789.5,-100 789.5,-100 789.5,-112 789.5,-112 789.5,-118 783.5,-124 777.5,-124"/>
|
|
114
|
-
<text xml:space="preserve" text-anchor="middle" x="736.88" y="-108.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">Next pwn-ai session</text>
|
|
115
|
-
<text xml:space="preserve" text-anchor="middle" x="736.88" y="-96.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">context restored</text>
|
|
114
|
+
<text xml:space="preserve" text-anchor="middle" x="736.88" y="-108.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">Next pwn-ai session</text>
|
|
115
|
+
<text xml:space="preserve" text-anchor="middle" x="736.88" y="-96.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">context restored</text>
|
|
116
116
|
</g>
|
|
117
117
|
<!-- Reflect->Next -->
|
|
118
118
|
<g id="edge7" class="edge">
|
|
@@ -9,36 +9,36 @@
|
|
|
9
9
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(43.2 538.58)">
|
|
10
10
|
<title>PWN_Swarm</title>
|
|
11
11
|
<polygon fill="#0f172a" stroke="none" points="-43.2,43.2 -43.2,-538.58 889.54,-538.58 889.54,43.2 -43.2,43.2"/>
|
|
12
|
-
<text xml:space="preserve" text-anchor="start" x="138.54" y="-473.38" font-family="sans-Serif" font-weight="bold" font-size="20.00" fill="#e2e8f0">PWN::AI::Agent::Swarm — Native Multi-Agent Orchestration</text>
|
|
13
|
-
<text xml:space="preserve" text-anchor="start" x="275.79" y="-461.93" font-family="sans-Serif" font-size="11.00" fill="#94a3b8">personas · ask · debate · broadcast · shared bus (no daemon)</text>
|
|
12
|
+
<text xml:space="preserve" text-anchor="start" x="138.54" y="-473.38" font-family="Helvetica,sans-Serif" font-weight="bold" font-size="20.00" fill="#e2e8f0">PWN::AI::Agent::Swarm — Native Multi-Agent Orchestration</text>
|
|
13
|
+
<text xml:space="preserve" text-anchor="start" x="275.79" y="-461.93" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#94a3b8">personas · ask · debate · broadcast · shared bus (no daemon)</text>
|
|
14
14
|
<g id="clust1" class="cluster">
|
|
15
15
|
<title>cluster_verbs</title>
|
|
16
16
|
<path fill="#2e1065" stroke="#6d28d9" stroke-width="2" d="M36,-292.12C36,-292.12 574,-292.12 574,-292.12 580,-292.12 586,-298.12 586,-304.12 586,-304.12 586,-363.38 586,-363.38 586,-369.38 580,-375.38 574,-375.38 574,-375.38 36,-375.38 36,-375.38 30,-375.38 24,-369.38 24,-363.38 24,-363.38 24,-304.12 24,-304.12 24,-298.12 30,-292.12 36,-292.12"/>
|
|
17
|
-
<text xml:space="preserve" text-anchor="middle" x="305" y="-352.38" font-family="sans-Serif" font-size="20.00" fill="#ddd6fe">Swarm Verbs  (toolset: swarm)</text>
|
|
17
|
+
<text xml:space="preserve" text-anchor="middle" x="305" y="-352.38" font-family="Helvetica,sans-Serif" font-size="20.00" fill="#ddd6fe">Swarm Verbs  (toolset: swarm)</text>
|
|
18
18
|
</g>
|
|
19
19
|
<g id="clust3" class="cluster">
|
|
20
20
|
<title>cluster_personas</title>
|
|
21
21
|
<path fill="#022c22" stroke="#047857" stroke-width="2" d="M20,-149.88C20,-149.88 623,-149.88 623,-149.88 629,-149.88 635,-155.88 635,-161.88 635,-161.88 635,-233.62 635,-233.62 635,-239.62 629,-245.62 623,-245.62 623,-245.62 20,-245.62 20,-245.62 14,-245.62 8,-239.62 8,-233.62 8,-233.62 8,-161.88 8,-161.88 8,-155.88 14,-149.88 20,-149.88"/>
|
|
22
|
-
<text xml:space="preserve" text-anchor="middle" x="321.5" y="-222.62" font-family="sans-Serif" font-size="20.00" fill="#a7f3d0">Personas  (each = full PWN::AI::Agent::Loop)</text>
|
|
22
|
+
<text xml:space="preserve" text-anchor="middle" x="321.5" y="-222.62" font-family="Helvetica,sans-Serif" font-size="20.00" fill="#a7f3d0">Personas  (each = full PWN::AI::Agent::Loop)</text>
|
|
23
23
|
</g>
|
|
24
24
|
<g id="clust5" class="cluster">
|
|
25
25
|
<title>cluster_state</title>
|
|
26
26
|
<path fill="#422006" stroke="#a16207" stroke-width="2" d="M33,-8C33,-8 642,-8 642,-8 648,-8 654,-14 654,-20 654,-20 654,-91.38 654,-91.38 654,-97.38 648,-103.38 642,-103.38 642,-103.38 33,-103.38 33,-103.38 27,-103.38 21,-97.38 21,-91.38 21,-91.38 21,-20 21,-20 21,-14 27,-8 33,-8"/>
|
|
27
|
-
<text xml:space="preserve" text-anchor="middle" x="337.5" y="-80.38" font-family="sans-Serif" font-size="20.00" fill="#fde68a">Shared State  ~/.pwn/</text>
|
|
27
|
+
<text xml:space="preserve" text-anchor="middle" x="337.5" y="-80.38" font-family="Helvetica,sans-Serif" font-size="20.00" fill="#fde68a">Shared State  ~/.pwn/</text>
|
|
28
28
|
</g>
|
|
29
29
|
<!-- Orchestrator -->
|
|
30
30
|
<g id="node1" class="node">
|
|
31
31
|
<title>Orchestrator</title>
|
|
32
32
|
<path fill="#7dd3fc" stroke="#334155" stroke-width="1.4" d="M308.75,-456.38C308.75,-456.38 237.25,-456.38 237.25,-456.38 231.25,-456.38 225.25,-450.38 225.25,-444.38 225.25,-444.38 225.25,-432.38 225.25,-432.38 225.25,-426.38 231.25,-420.38 237.25,-420.38 237.25,-420.38 308.75,-420.38 308.75,-420.38 314.75,-420.38 320.75,-426.38 320.75,-432.38 320.75,-432.38 320.75,-444.38 320.75,-444.38 320.75,-450.38 314.75,-456.38 308.75,-456.38"/>
|
|
33
|
-
<text xml:space="preserve" text-anchor="middle" x="273" y="-441.43" font-family="sans-Serif" font-size="11.00" fill="#0f172a">👤  Orchestrator</text>
|
|
34
|
-
<text xml:space="preserve" text-anchor="middle" x="273" y="-427.93" font-family="sans-Serif" font-size="11.00" fill="#0f172a">(you, in pwn-ai)</text>
|
|
33
|
+
<text xml:space="preserve" text-anchor="middle" x="273" y="-441.43" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#0f172a">👤  Orchestrator</text>
|
|
34
|
+
<text xml:space="preserve" text-anchor="middle" x="273" y="-427.93" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#0f172a">(you, in pwn-ai)</text>
|
|
35
35
|
</g>
|
|
36
36
|
<!-- Spawn -->
|
|
37
37
|
<g id="node2" class="node">
|
|
38
38
|
<title>Spawn</title>
|
|
39
39
|
<path fill="#c4b5fd" stroke="#334155" stroke-width="1.4" d="M107.62,-336.12C107.62,-336.12 44.38,-336.12 44.38,-336.12 38.38,-336.12 32.38,-330.12 32.38,-324.12 32.38,-324.12 32.38,-312.12 32.38,-312.12 32.38,-306.12 38.38,-300.12 44.38,-300.12 44.38,-300.12 107.62,-300.12 107.62,-300.12 113.62,-300.12 119.62,-306.12 119.62,-312.12 119.62,-312.12 119.62,-324.12 119.62,-324.12 119.62,-330.12 113.62,-336.12 107.62,-336.12"/>
|
|
40
|
-
<text xml:space="preserve" text-anchor="middle" x="76" y="-321.18" font-family="sans-Serif" font-size="11.00" fill="#0f172a">agent_spawn</text>
|
|
41
|
-
<text xml:space="preserve" text-anchor="middle" x="76" y="-307.68" font-family="sans-Serif" font-size="11.00" fill="#0f172a">define persona</text>
|
|
40
|
+
<text xml:space="preserve" text-anchor="middle" x="76" y="-321.18" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#0f172a">agent_spawn</text>
|
|
41
|
+
<text xml:space="preserve" text-anchor="middle" x="76" y="-307.68" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#0f172a">define persona</text>
|
|
42
42
|
</g>
|
|
43
43
|
<!-- Orchestrator->Spawn -->
|
|
44
44
|
<g id="edge1" class="edge">
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
<g id="node3" class="node">
|
|
51
51
|
<title>Ask</title>
|
|
52
52
|
<path fill="#c4b5fd" stroke="#334155" stroke-width="1.4" d="M263.5,-336.12C263.5,-336.12 178.5,-336.12 178.5,-336.12 172.5,-336.12 166.5,-330.12 166.5,-324.12 166.5,-324.12 166.5,-312.12 166.5,-312.12 166.5,-306.12 172.5,-300.12 178.5,-300.12 178.5,-300.12 263.5,-300.12 263.5,-300.12 269.5,-300.12 275.5,-306.12 275.5,-312.12 275.5,-312.12 275.5,-324.12 275.5,-324.12 275.5,-330.12 269.5,-336.12 263.5,-336.12"/>
|
|
53
|
-
<text xml:space="preserve" text-anchor="middle" x="221" y="-321.18" font-family="sans-Serif" font-size="11.00" fill="#0f172a">agent_ask</text>
|
|
54
|
-
<text xml:space="preserve" text-anchor="middle" x="221" y="-307.68" font-family="sans-Serif" font-size="11.00" fill="#0f172a">1 turn → 1 persona</text>
|
|
53
|
+
<text xml:space="preserve" text-anchor="middle" x="221" y="-321.18" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#0f172a">agent_ask</text>
|
|
54
|
+
<text xml:space="preserve" text-anchor="middle" x="221" y="-307.68" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#0f172a">1 turn → 1 persona</text>
|
|
55
55
|
</g>
|
|
56
56
|
<!-- Orchestrator->Ask -->
|
|
57
57
|
<g id="edge2" class="edge">
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
<g id="node4" class="node">
|
|
64
64
|
<title>Debate</title>
|
|
65
65
|
<path fill="#c4b5fd" stroke="#334155" stroke-width="1.4" d="M419.5,-336.12C419.5,-336.12 334.5,-336.12 334.5,-336.12 328.5,-336.12 322.5,-330.12 322.5,-324.12 322.5,-324.12 322.5,-312.12 322.5,-312.12 322.5,-306.12 328.5,-300.12 334.5,-300.12 334.5,-300.12 419.5,-300.12 419.5,-300.12 425.5,-300.12 431.5,-306.12 431.5,-312.12 431.5,-312.12 431.5,-324.12 431.5,-324.12 431.5,-330.12 425.5,-336.12 419.5,-336.12"/>
|
|
66
|
-
<text xml:space="preserve" text-anchor="middle" x="377" y="-321.18" font-family="sans-Serif" font-size="11.00" fill="#0f172a">agent_debate</text>
|
|
67
|
-
<text xml:space="preserve" text-anchor="middle" x="377" y="-307.68" font-family="sans-Serif" font-size="11.00" fill="#0f172a">round-robin critique</text>
|
|
66
|
+
<text xml:space="preserve" text-anchor="middle" x="377" y="-321.18" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#0f172a">agent_debate</text>
|
|
67
|
+
<text xml:space="preserve" text-anchor="middle" x="377" y="-307.68" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#0f172a">round-robin critique</text>
|
|
68
68
|
</g>
|
|
69
69
|
<!-- Orchestrator->Debate -->
|
|
70
70
|
<g id="edge3" class="edge">
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
<g id="node5" class="node">
|
|
77
77
|
<title>Broadcast</title>
|
|
78
78
|
<path fill="#c4b5fd" stroke="#334155" stroke-width="1.4" d="M565.62,-336.12C565.62,-336.12 490.38,-336.12 490.38,-336.12 484.38,-336.12 478.38,-330.12 478.38,-324.12 478.38,-324.12 478.38,-312.12 478.38,-312.12 478.38,-306.12 484.38,-300.12 490.38,-300.12 490.38,-300.12 565.62,-300.12 565.62,-300.12 571.62,-300.12 577.62,-306.12 577.62,-312.12 577.62,-312.12 577.62,-324.12 577.62,-324.12 577.62,-330.12 571.62,-336.12 565.62,-336.12"/>
|
|
79
|
-
<text xml:space="preserve" text-anchor="middle" x="528" y="-321.18" font-family="sans-Serif" font-size="11.00" fill="#0f172a">agent_broadcast</text>
|
|
80
|
-
<text xml:space="preserve" text-anchor="middle" x="528" y="-307.68" font-family="sans-Serif" font-size="11.00" fill="#0f172a">fan-out ensemble</text>
|
|
79
|
+
<text xml:space="preserve" text-anchor="middle" x="528" y="-321.18" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#0f172a">agent_broadcast</text>
|
|
80
|
+
<text xml:space="preserve" text-anchor="middle" x="528" y="-307.68" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#0f172a">fan-out ensemble</text>
|
|
81
81
|
</g>
|
|
82
82
|
<!-- Orchestrator->Broadcast -->
|
|
83
83
|
<g id="edge4" class="edge">
|
|
@@ -89,9 +89,9 @@
|
|
|
89
89
|
<g id="node6" class="node">
|
|
90
90
|
<title>Red</title>
|
|
91
91
|
<path fill="#6ee7b7" stroke="#334155" stroke-width="1.4" d="M124.12,-206.38C124.12,-206.38 27.88,-206.38 27.88,-206.38 21.88,-206.38 15.88,-200.38 15.88,-194.38 15.88,-194.38 15.88,-169.88 15.88,-169.88 15.88,-163.88 21.88,-157.88 27.88,-157.88 27.88,-157.88 124.12,-157.88 124.12,-157.88 130.12,-157.88 136.12,-163.88 136.12,-169.88 136.12,-169.88 136.12,-194.38 136.12,-194.38 136.12,-200.38 130.12,-206.38 124.12,-206.38"/>
|
|
92
|
-
<text xml:space="preserve" text-anchor="middle" x="76" y="-191.93" font-family="sans-Serif" font-size="11.00" fill="#0f172a">🔴  red_team</text>
|
|
93
|
-
<text xml:space="preserve" text-anchor="middle" x="76" y="-178.43" font-family="sans-Serif" font-size="11.00" fill="#0f172a">engine: grok</text>
|
|
94
|
-
<text xml:space="preserve" text-anchor="middle" x="76" y="-164.93" font-family="sans-Serif" font-size="11.00" fill="#0f172a">toolsets: terminal,pwn</text>
|
|
92
|
+
<text xml:space="preserve" text-anchor="middle" x="76" y="-191.93" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#0f172a">🔴  red_team</text>
|
|
93
|
+
<text xml:space="preserve" text-anchor="middle" x="76" y="-178.43" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#0f172a">engine: grok</text>
|
|
94
|
+
<text xml:space="preserve" text-anchor="middle" x="76" y="-164.93" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#0f172a">toolsets: terminal,pwn</text>
|
|
95
95
|
</g>
|
|
96
96
|
<!-- Spawn->Red -->
|
|
97
97
|
<!-- Agents -->
|
|
@@ -99,15 +99,15 @@
|
|
|
99
99
|
<title>Agents</title>
|
|
100
100
|
<path fill="#fcd34d" stroke="#334155" stroke-width="1.4" d="M122.62,-59.75C122.62,-62.16 101.73,-64.12 76,-64.12 50.27,-64.12 29.38,-62.16 29.38,-59.75 29.38,-59.75 29.38,-20.38 29.38,-20.38 29.38,-17.96 50.27,-16 76,-16 101.73,-16 122.62,-17.96 122.62,-20.38 122.62,-20.38 122.62,-59.75 122.62,-59.75"/>
|
|
101
101
|
<path fill="none" stroke="#334155" stroke-width="1.4" d="M122.62,-59.75C122.62,-57.34 101.73,-55.38 76,-55.38 50.27,-55.38 29.38,-57.34 29.38,-59.75"/>
|
|
102
|
-
<text xml:space="preserve" text-anchor="middle" x="76" y="-43.11" font-family="sans-Serif" font-size="11.00" fill="#0f172a">agents.yml</text>
|
|
103
|
-
<text xml:space="preserve" text-anchor="middle" x="76" y="-29.61" font-family="sans-Serif" font-size="11.00" fill="#0f172a">persona registry</text>
|
|
102
|
+
<text xml:space="preserve" text-anchor="middle" x="76" y="-43.11" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#0f172a">agents.yml</text>
|
|
103
|
+
<text xml:space="preserve" text-anchor="middle" x="76" y="-29.61" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#0f172a">persona registry</text>
|
|
104
104
|
</g>
|
|
105
105
|
<!-- Spawn->Agents -->
|
|
106
106
|
<g id="edge15" class="edge">
|
|
107
107
|
<title>Spawn->Agents</title>
|
|
108
108
|
<path fill="none" stroke="#f59e0b" stroke-width="1.3" d="M118.01,-299.52C126.18,-296.65 134.77,-294.01 143,-292.12 252.43,-267.12 570.37,-328.57 646,-245.62 674.67,-214.18 674.66,-181.33 646,-149.88 627.25,-129.29 172.57,-114.39 147,-103.38 130.38,-96.22 114.9,-83.65 102.66,-71.67"/>
|
|
109
109
|
<polygon fill="#f59e0b" stroke="#f59e0b" stroke-width="1.3" points="104.82,-69.88 97.22,-66.14 100.83,-73.81 104.82,-69.88"/>
|
|
110
|
-
<text xml:space="preserve" text-anchor="middle" x="677.25" y="-178.82" font-family="sans-Serif" font-size="9.00" fill="#cbd5e1">write</text>
|
|
110
|
+
<text xml:space="preserve" text-anchor="middle" x="677.25" y="-178.82" font-family="Helvetica,sans-Serif" font-size="9.00" fill="#cbd5e1">write</text>
|
|
111
111
|
</g>
|
|
112
112
|
<!-- Ask->Red -->
|
|
113
113
|
<g id="edge6" class="edge">
|
|
@@ -119,9 +119,9 @@
|
|
|
119
119
|
<g id="node7" class="node">
|
|
120
120
|
<title>Blue</title>
|
|
121
121
|
<path fill="#6ee7b7" stroke="#334155" stroke-width="1.4" d="M277,-206.38C277,-206.38 195,-206.38 195,-206.38 189,-206.38 183,-200.38 183,-194.38 183,-194.38 183,-169.88 183,-169.88 183,-163.88 189,-157.88 195,-157.88 195,-157.88 277,-157.88 277,-157.88 283,-157.88 289,-163.88 289,-169.88 289,-169.88 289,-194.38 289,-194.38 289,-200.38 283,-206.38 277,-206.38"/>
|
|
122
|
-
<text xml:space="preserve" text-anchor="middle" x="236" y="-191.93" font-family="sans-Serif" font-size="11.00" fill="#0f172a">🔵  blue_team</text>
|
|
123
|
-
<text xml:space="preserve" text-anchor="middle" x="236" y="-178.43" font-family="sans-Serif" font-size="11.00" fill="#0f172a">engine: anthropic</text>
|
|
124
|
-
<text xml:space="preserve" text-anchor="middle" x="236" y="-164.93" font-family="sans-Serif" font-size="11.00" fill="#0f172a">toolsets: pwn,extro</text>
|
|
122
|
+
<text xml:space="preserve" text-anchor="middle" x="236" y="-191.93" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#0f172a">🔵  blue_team</text>
|
|
123
|
+
<text xml:space="preserve" text-anchor="middle" x="236" y="-178.43" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#0f172a">engine: anthropic</text>
|
|
124
|
+
<text xml:space="preserve" text-anchor="middle" x="236" y="-164.93" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#0f172a">toolsets: pwn,extro</text>
|
|
125
125
|
</g>
|
|
126
126
|
<!-- Debate->Blue -->
|
|
127
127
|
<g id="edge7" class="edge">
|
|
@@ -133,9 +133,9 @@
|
|
|
133
133
|
<g id="node8" class="node">
|
|
134
134
|
<title>Recon</title>
|
|
135
135
|
<path fill="#6ee7b7" stroke="#334155" stroke-width="1.4" d="M463.5,-206.38C463.5,-206.38 348.5,-206.38 348.5,-206.38 342.5,-206.38 336.5,-200.38 336.5,-194.38 336.5,-194.38 336.5,-169.88 336.5,-169.88 336.5,-163.88 342.5,-157.88 348.5,-157.88 348.5,-157.88 463.5,-157.88 463.5,-157.88 469.5,-157.88 475.5,-163.88 475.5,-169.88 475.5,-169.88 475.5,-194.38 475.5,-194.38 475.5,-200.38 469.5,-206.38 463.5,-206.38"/>
|
|
136
|
-
<text xml:space="preserve" text-anchor="middle" x="406" y="-191.93" font-family="sans-Serif" font-size="11.00" fill="#0f172a">🛰  recon</text>
|
|
137
|
-
<text xml:space="preserve" text-anchor="middle" x="406" y="-178.43" font-family="sans-Serif" font-size="11.00" fill="#0f172a">engine: ollama</text>
|
|
138
|
-
<text xml:space="preserve" text-anchor="middle" x="406" y="-164.93" font-family="sans-Serif" font-size="11.00" fill="#0f172a">toolsets: terminal,memory</text>
|
|
136
|
+
<text xml:space="preserve" text-anchor="middle" x="406" y="-191.93" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#0f172a">🛰  recon</text>
|
|
137
|
+
<text xml:space="preserve" text-anchor="middle" x="406" y="-178.43" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#0f172a">engine: ollama</text>
|
|
138
|
+
<text xml:space="preserve" text-anchor="middle" x="406" y="-164.93" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#0f172a">toolsets: terminal,memory</text>
|
|
139
139
|
</g>
|
|
140
140
|
<!-- Debate->Recon -->
|
|
141
141
|
<g id="edge8" class="edge">
|
|
@@ -147,9 +147,9 @@
|
|
|
147
147
|
<g id="node9" class="node">
|
|
148
148
|
<title>Xpl</title>
|
|
149
149
|
<path fill="#6ee7b7" stroke="#334155" stroke-width="1.4" d="M615.25,-206.38C615.25,-206.38 534.75,-206.38 534.75,-206.38 528.75,-206.38 522.75,-200.38 522.75,-194.38 522.75,-194.38 522.75,-169.88 522.75,-169.88 522.75,-163.88 528.75,-157.88 534.75,-157.88 534.75,-157.88 615.25,-157.88 615.25,-157.88 621.25,-157.88 627.25,-163.88 627.25,-169.88 627.25,-169.88 627.25,-194.38 627.25,-194.38 627.25,-200.38 621.25,-206.38 615.25,-206.38"/>
|
|
150
|
-
<text xml:space="preserve" text-anchor="middle" x="575" y="-191.93" font-family="sans-Serif" font-size="11.00" fill="#0f172a">💥  exploit_dev</text>
|
|
151
|
-
<text xml:space="preserve" text-anchor="middle" x="575" y="-178.43" font-family="sans-Serif" font-size="11.00" fill="#0f172a">engine: openai</text>
|
|
152
|
-
<text xml:space="preserve" text-anchor="middle" x="575" y="-164.93" font-family="sans-Serif" font-size="11.00" fill="#0f172a">toolsets: pwn,skills</text>
|
|
150
|
+
<text xml:space="preserve" text-anchor="middle" x="575" y="-191.93" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#0f172a">💥  exploit_dev</text>
|
|
151
|
+
<text xml:space="preserve" text-anchor="middle" x="575" y="-178.43" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#0f172a">engine: openai</text>
|
|
152
|
+
<text xml:space="preserve" text-anchor="middle" x="575" y="-164.93" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#0f172a">toolsets: pwn,skills</text>
|
|
153
153
|
</g>
|
|
154
154
|
<!-- Broadcast->Xpl -->
|
|
155
155
|
<g id="edge9" class="edge">
|
|
@@ -163,15 +163,15 @@
|
|
|
163
163
|
<title>Bus</title>
|
|
164
164
|
<path fill="#fcd34d" stroke="#334155" stroke-width="1.4" d="M288,-59.75C288,-62.16 261.56,-64.12 229,-64.12 196.44,-64.12 170,-62.16 170,-59.75 170,-59.75 170,-20.38 170,-20.38 170,-17.96 196.44,-16 229,-16 261.56,-16 288,-17.96 288,-20.38 288,-20.38 288,-59.75 288,-59.75"/>
|
|
165
165
|
<path fill="none" stroke="#334155" stroke-width="1.4" d="M288,-59.75C288,-57.34 261.56,-55.38 229,-55.38 196.44,-55.38 170,-57.34 170,-59.75"/>
|
|
166
|
-
<text xml:space="preserve" text-anchor="middle" x="229" y="-43.11" font-family="sans-Serif" font-size="11.00" fill="#0f172a">swarm/<id>/bus.jsonl</text>
|
|
167
|
-
<text xml:space="preserve" text-anchor="middle" x="229" y="-29.61" font-family="sans-Serif" font-size="11.00" fill="#0f172a">append-only chat</text>
|
|
166
|
+
<text xml:space="preserve" text-anchor="middle" x="229" y="-43.11" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#0f172a">swarm/<id>/bus.jsonl</text>
|
|
167
|
+
<text xml:space="preserve" text-anchor="middle" x="229" y="-29.61" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#0f172a">append-only chat</text>
|
|
168
168
|
</g>
|
|
169
169
|
<!-- Red->Bus -->
|
|
170
170
|
<g id="edge11" class="edge">
|
|
171
171
|
<title>Red->Bus</title>
|
|
172
172
|
<path fill="none" stroke="#f59e0b" stroke-width="1.3" d="M101.95,-157.37C127.86,-133.65 167.76,-97.12 195.92,-71.34"/>
|
|
173
173
|
<polygon fill="#f59e0b" stroke="#f59e0b" stroke-width="1.3" points="197.71,-73.5 201.72,-66.03 193.93,-69.37 197.71,-73.5"/>
|
|
174
|
-
<text xml:space="preserve" text-anchor="middle" x="174.91" y="-113.33" font-family="sans-Serif" font-size="9.00" fill="#cbd5e1">append reply</text>
|
|
174
|
+
<text xml:space="preserve" text-anchor="middle" x="174.91" y="-113.33" font-family="Helvetica,sans-Serif" font-size="9.00" fill="#cbd5e1">append reply</text>
|
|
175
175
|
</g>
|
|
176
176
|
<!-- Blue->Bus -->
|
|
177
177
|
<g id="edge12" class="edge">
|
|
@@ -184,8 +184,8 @@
|
|
|
184
184
|
<title>Pmap</title>
|
|
185
185
|
<path fill="#fcd34d" stroke="#334155" stroke-width="1.4" d="M477.38,-59.75C477.38,-62.16 445.38,-64.12 406,-64.12 366.62,-64.12 334.62,-62.16 334.62,-59.75 334.62,-59.75 334.62,-20.38 334.62,-20.38 334.62,-17.96 366.62,-16 406,-16 445.38,-16 477.38,-17.96 477.38,-20.38 477.38,-20.38 477.38,-59.75 477.38,-59.75"/>
|
|
186
186
|
<path fill="none" stroke="#334155" stroke-width="1.4" d="M477.38,-59.75C477.38,-57.34 445.38,-55.38 406,-55.38 366.62,-55.38 334.62,-57.34 334.62,-59.75"/>
|
|
187
|
-
<text xml:space="preserve" text-anchor="middle" x="406" y="-43.11" font-family="sans-Serif" font-size="11.00" fill="#0f172a">swarm/<id>/personas.json</text>
|
|
188
|
-
<text xml:space="preserve" text-anchor="middle" x="406" y="-29.61" font-family="sans-Serif" font-size="11.00" fill="#0f172a">name → session_id</text>
|
|
187
|
+
<text xml:space="preserve" text-anchor="middle" x="406" y="-43.11" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#0f172a">swarm/<id>/personas.json</text>
|
|
188
|
+
<text xml:space="preserve" text-anchor="middle" x="406" y="-29.61" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#0f172a">name → session_id</text>
|
|
189
189
|
</g>
|
|
190
190
|
<!-- Recon->Pmap -->
|
|
191
191
|
<g id="edge13" class="edge">
|
|
@@ -198,8 +198,8 @@
|
|
|
198
198
|
<title>Sess</title>
|
|
199
199
|
<path fill="#fcd34d" stroke="#334155" stroke-width="1.4" d="M645.88,-59.75C645.88,-62.16 618.59,-64.12 585,-64.12 551.41,-64.12 524.12,-62.16 524.12,-59.75 524.12,-59.75 524.12,-20.38 524.12,-20.38 524.12,-17.96 551.41,-16 585,-16 618.59,-16 645.88,-17.96 645.88,-20.38 645.88,-20.38 645.88,-59.75 645.88,-59.75"/>
|
|
200
200
|
<path fill="none" stroke="#334155" stroke-width="1.4" d="M645.88,-59.75C645.88,-57.34 618.59,-55.38 585,-55.38 551.41,-55.38 524.12,-57.34 524.12,-59.75"/>
|
|
201
|
-
<text xml:space="preserve" text-anchor="middle" x="585" y="-43.11" font-family="sans-Serif" font-size="11.00" fill="#0f172a">sessions/*.jsonl</text>
|
|
202
|
-
<text xml:space="preserve" text-anchor="middle" x="585" y="-29.61" font-family="sans-Serif" font-size="11.00" fill="#0f172a">per-persona transcript</text>
|
|
201
|
+
<text xml:space="preserve" text-anchor="middle" x="585" y="-43.11" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#0f172a">sessions/*.jsonl</text>
|
|
202
|
+
<text xml:space="preserve" text-anchor="middle" x="585" y="-29.61" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#0f172a">per-persona transcript</text>
|
|
203
203
|
</g>
|
|
204
204
|
<!-- Xpl->Sess -->
|
|
205
205
|
<g id="edge14" class="edge">
|
|
@@ -212,14 +212,14 @@
|
|
|
212
212
|
<title>Bus->Orchestrator</title>
|
|
213
213
|
<path fill="none" stroke="#38bdf8" stroke-width="1.3" stroke-dasharray="5,2" d="M251.75,-64.53C267.03,-78.61 288.44,-95.3 311,-103.38 333.3,-111.36 500.42,-109.2 524,-111.38 582.38,-116.76 746.69,-105.5 785,-149.88 870.27,-248.64 717.36,-324.97 597,-375.38 508.69,-412.36 397.56,-427.48 331.06,-433.52"/>
|
|
214
214
|
<polygon fill="#38bdf8" stroke="#38bdf8" stroke-width="1.3" points="330.87,-430.72 323.15,-434.21 331.36,-436.3 330.87,-430.72"/>
|
|
215
|
-
<text xml:space="preserve" text-anchor="middle" x="819.71" y="-255.57" font-family="sans-Serif" font-size="9.00" fill="#cbd5e1">swarm_bus()</text>
|
|
215
|
+
<text xml:space="preserve" text-anchor="middle" x="819.71" y="-255.57" font-family="Helvetica,sans-Serif" font-size="9.00" fill="#cbd5e1">swarm_bus()</text>
|
|
216
216
|
</g>
|
|
217
217
|
<!-- Bus->Debate -->
|
|
218
218
|
<g id="edge16" class="edge">
|
|
219
219
|
<title>Bus->Debate</title>
|
|
220
220
|
<path fill="none" stroke="#fbbf24" stroke-width="1.3" stroke-dasharray="5,2" d="M252.68,-64.52C268.01,-78.23 289.12,-94.52 311,-103.38 391.29,-135.88 640.52,-85.08 698,-149.88 726.24,-181.71 725.12,-212.83 698,-245.62 627.93,-330.37 561.55,-264.96 455,-292.12 449.62,-293.5 444.06,-295.03 438.5,-296.65"/>
|
|
221
221
|
<polygon fill="#fbbf24" stroke="#fbbf24" stroke-width="1.3" points="437.94,-293.9 431.08,-298.87 439.55,-299.26 437.94,-293.9"/>
|
|
222
|
-
<text xml:space="preserve" text-anchor="middle" x="746.13" y="-178.82" font-family="sans-Serif" font-size="9.00" fill="#cbd5e1">tail → context</text>
|
|
222
|
+
<text xml:space="preserve" text-anchor="middle" x="746.13" y="-178.82" font-family="Helvetica,sans-Serif" font-size="9.00" fill="#cbd5e1">tail → context</text>
|
|
223
223
|
</g>
|
|
224
224
|
</g>
|
|
225
225
|
</svg>
|
|
@@ -9,36 +9,36 @@
|
|
|
9
9
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(43.2 317.2)">
|
|
10
10
|
<title>PWN_Web</title>
|
|
11
11
|
<polygon fill="#0f172a" stroke="none" points="-43.2,43.2 -43.2,-317.2 1048.7,-317.2 1048.7,43.2 -43.2,43.2"/>
|
|
12
|
-
<text xml:space="preserve" text-anchor="start" x="388.38" y="-252" font-family="sans-Serif" font-weight="bold" font-size="20.00" fill="#e2e8f0">Web Application Testing</text>
|
|
13
|
-
<text xml:space="preserve" text-anchor="start" x="342.25" y="-240.55" font-family="sans-Serif" font-size="11.00" fill="#94a3b8">TransparentBrowser → BurpSuite (preferred) → SAST → Reports</text>
|
|
12
|
+
<text xml:space="preserve" text-anchor="start" x="388.38" y="-252" font-family="Helvetica,sans-Serif" font-weight="bold" font-size="20.00" fill="#e2e8f0">Web Application Testing</text>
|
|
13
|
+
<text xml:space="preserve" text-anchor="start" x="342.25" y="-240.55" font-family="Helvetica,sans-Serif" font-size="11.00" fill="#94a3b8">TransparentBrowser → BurpSuite (preferred) → SAST → Reports</text>
|
|
14
14
|
<g id="clust1" class="cluster">
|
|
15
15
|
<title>cluster_drive</title>
|
|
16
16
|
<path fill="#022c22" stroke="#047857" d="M164.75,-8C164.75,-8 287.5,-8 287.5,-8 293.5,-8 299.5,-14 299.5,-20 299.5,-20 299.5,-215 299.5,-215 299.5,-221 293.5,-227 287.5,-227 287.5,-227 164.75,-227 164.75,-227 158.75,-227 152.75,-221 152.75,-215 152.75,-215 152.75,-20 152.75,-20 152.75,-14 158.75,-8 164.75,-8"/>
|
|
17
|
-
<text xml:space="preserve" text-anchor="middle" x="226.12" y="-204" font-family="sans-Serif" font-size="20.00" fill="#a7f3d0">Drive Traffic</text>
|
|
17
|
+
<text xml:space="preserve" text-anchor="middle" x="226.12" y="-204" font-family="Helvetica,sans-Serif" font-size="20.00" fill="#a7f3d0">Drive Traffic</text>
|
|
18
18
|
</g>
|
|
19
19
|
<g id="clust2" class="cluster">
|
|
20
20
|
<title>cluster_proxy</title>
|
|
21
21
|
<path fill="#422006" stroke="#a16207" d="M467.75,-8C467.75,-8 605.25,-8 605.25,-8 611.25,-8 617.25,-14 617.25,-20 617.25,-20 617.25,-147 617.25,-147 617.25,-153 611.25,-159 605.25,-159 605.25,-159 467.75,-159 467.75,-159 461.75,-159 455.75,-153 455.75,-147 455.75,-147 455.75,-20 455.75,-20 455.75,-14 461.75,-8 467.75,-8"/>
|
|
22
|
-
<text xml:space="preserve" text-anchor="middle" x="536.5" y="-136" font-family="sans-Serif" font-size="20.00" fill="#fde68a">Intercept + Scan</text>
|
|
22
|
+
<text xml:space="preserve" text-anchor="middle" x="536.5" y="-136" font-family="Helvetica,sans-Serif" font-size="20.00" fill="#fde68a">Intercept + Scan</text>
|
|
23
23
|
</g>
|
|
24
24
|
<g id="clust3" class="cluster">
|
|
25
25
|
<title>cluster_deep</title>
|
|
26
26
|
<path fill="#2e1065" stroke="#6d28d9" d="M700.25,-8C700.25,-8 819,-8 819,-8 825,-8 831,-14 831,-20 831,-20 831,-215 831,-215 831,-221 825,-227 819,-227 819,-227 700.25,-227 700.25,-227 694.25,-227 688.25,-221 688.25,-215 688.25,-215 688.25,-20 688.25,-20 688.25,-14 694.25,-8 700.25,-8"/>
|
|
27
|
-
<text xml:space="preserve" text-anchor="middle" x="759.62" y="-204" font-family="sans-Serif" font-size="20.00" fill="#ddd6fe">Deep Analysis</text>
|
|
27
|
+
<text xml:space="preserve" text-anchor="middle" x="759.62" y="-204" font-family="Helvetica,sans-Serif" font-size="20.00" fill="#ddd6fe">Deep Analysis</text>
|
|
28
28
|
</g>
|
|
29
29
|
<!-- Target -->
|
|
30
30
|
<g id="node1" class="node">
|
|
31
31
|
<title>Target</title>
|
|
32
32
|
<path fill="#fda4af" stroke="#334155" stroke-width="1.3" d="M61.75,-120C61.75,-120 12,-120 12,-120 6,-120 0,-114 0,-108 0,-108 0,-96 0,-96 0,-90 6,-84 12,-84 12,-84 61.75,-84 61.75,-84 67.75,-84 73.75,-90 73.75,-96 73.75,-96 73.75,-108 73.75,-108 73.75,-114 67.75,-120 61.75,-120"/>
|
|
33
|
-
<text xml:space="preserve" text-anchor="middle" x="36.88" y="-104.88" font-family="sans-Serif" font-size="10.00" fill="#0f172a">🌐  Web App</text>
|
|
34
|
-
<text xml:space="preserve" text-anchor="middle" x="36.88" y="-92.12" font-family="sans-Serif" font-size="10.00" fill="#0f172a">URL / API</text>
|
|
33
|
+
<text xml:space="preserve" text-anchor="middle" x="36.88" y="-104.88" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">🌐  Web App</text>
|
|
34
|
+
<text xml:space="preserve" text-anchor="middle" x="36.88" y="-92.12" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">URL / API</text>
|
|
35
35
|
</g>
|
|
36
36
|
<!-- TB -->
|
|
37
37
|
<g id="node2" class="node">
|
|
38
38
|
<title>TB</title>
|
|
39
39
|
<path fill="#6ee7b7" stroke="#334155" stroke-width="1.3" d="M279.5,-188C279.5,-188 172.75,-188 172.75,-188 166.75,-188 160.75,-182 160.75,-176 160.75,-176 160.75,-164 160.75,-164 160.75,-158 166.75,-152 172.75,-152 172.75,-152 279.5,-152 279.5,-152 285.5,-152 291.5,-158 291.5,-164 291.5,-164 291.5,-176 291.5,-176 291.5,-182 285.5,-188 279.5,-188"/>
|
|
40
|
-
<text xml:space="preserve" text-anchor="middle" x="226.12" y="-172.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">TransparentBrowser</text>
|
|
41
|
-
<text xml:space="preserve" text-anchor="middle" x="226.12" y="-160.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">headless · watir · devtools</text>
|
|
40
|
+
<text xml:space="preserve" text-anchor="middle" x="226.12" y="-172.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">TransparentBrowser</text>
|
|
41
|
+
<text xml:space="preserve" text-anchor="middle" x="226.12" y="-160.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">headless · watir · devtools</text>
|
|
42
42
|
</g>
|
|
43
43
|
<!-- Target->TB -->
|
|
44
44
|
<g id="edge1" class="edge">
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
<g id="node3" class="node">
|
|
51
51
|
<title>Spider</title>
|
|
52
52
|
<path fill="#6ee7b7" stroke="#334155" stroke-width="1.3" d="M255.12,-120C255.12,-120 197.12,-120 197.12,-120 191.12,-120 185.12,-114 185.12,-108 185.12,-108 185.12,-96 185.12,-96 185.12,-90 191.12,-84 197.12,-84 197.12,-84 255.12,-84 255.12,-84 261.12,-84 267.12,-90 267.12,-96 267.12,-96 267.12,-108 267.12,-108 267.12,-114 261.12,-120 255.12,-120"/>
|
|
53
|
-
<text xml:space="preserve" text-anchor="middle" x="226.12" y="-104.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">Plugins::Spider</text>
|
|
54
|
-
<text xml:space="preserve" text-anchor="middle" x="226.12" y="-92.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">URI buster</text>
|
|
53
|
+
<text xml:space="preserve" text-anchor="middle" x="226.12" y="-104.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">Plugins::Spider</text>
|
|
54
|
+
<text xml:space="preserve" text-anchor="middle" x="226.12" y="-92.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">URI buster</text>
|
|
55
55
|
</g>
|
|
56
56
|
<!-- Target->Spider -->
|
|
57
57
|
<g id="edge2" class="edge">
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
<g id="node4" class="node">
|
|
64
64
|
<title>WWW</title>
|
|
65
65
|
<path fill="#6ee7b7" stroke="#334155" stroke-width="1.3" d="M256.25,-52C256.25,-52 196,-52 196,-52 190,-52 184,-46 184,-40 184,-40 184,-28 184,-28 184,-22 190,-16 196,-16 196,-16 256.25,-16 256.25,-16 262.25,-16 268.25,-22 268.25,-28 268.25,-28 268.25,-40 268.25,-40 268.25,-46 262.25,-52 256.25,-52"/>
|
|
66
|
-
<text xml:space="preserve" text-anchor="middle" x="226.12" y="-36.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">PWN::WWW::*</text>
|
|
67
|
-
<text xml:space="preserve" text-anchor="middle" x="226.12" y="-24.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">21 site drivers</text>
|
|
66
|
+
<text xml:space="preserve" text-anchor="middle" x="226.12" y="-36.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">PWN::WWW::*</text>
|
|
67
|
+
<text xml:space="preserve" text-anchor="middle" x="226.12" y="-24.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">21 site drivers</text>
|
|
68
68
|
</g>
|
|
69
69
|
<!-- Target->WWW -->
|
|
70
70
|
<g id="edge3" class="edge">
|
|
@@ -76,15 +76,15 @@
|
|
|
76
76
|
<g id="node5" class="node">
|
|
77
77
|
<title>Burp</title>
|
|
78
78
|
<path fill="#fcd34d" stroke="#334155" stroke-width="2" d="M584.5,-120C584.5,-120 487.5,-120 487.5,-120 481.5,-120 475.5,-114 475.5,-108 475.5,-108 475.5,-96 475.5,-96 475.5,-90 481.5,-84 487.5,-84 487.5,-84 584.5,-84 584.5,-84 590.5,-84 596.5,-90 596.5,-96 596.5,-96 596.5,-108 596.5,-108 596.5,-114 590.5,-120 584.5,-120"/>
|
|
79
|
-
<text xml:space="preserve" text-anchor="middle" x="536" y="-104.88" font-family="sans-Serif" font-size="10.00" fill="#0f172a">BurpSuite  ⭐</text>
|
|
80
|
-
<text xml:space="preserve" text-anchor="middle" x="536" y="-92.12" font-family="sans-Serif" font-size="10.00" fill="#0f172a">active · passive · REST</text>
|
|
79
|
+
<text xml:space="preserve" text-anchor="middle" x="536" y="-104.88" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">BurpSuite  ⭐</text>
|
|
80
|
+
<text xml:space="preserve" text-anchor="middle" x="536" y="-92.12" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">active · passive · REST</text>
|
|
81
81
|
</g>
|
|
82
82
|
<!-- TB->Burp -->
|
|
83
83
|
<g id="edge4" class="edge">
|
|
84
84
|
<title>TB->Burp</title>
|
|
85
85
|
<path fill="none" stroke="#f59e0b" stroke-width="2" d="M292.04,-155.66C342.46,-144.53 412.3,-129.1 464.17,-117.65"/>
|
|
86
86
|
<polygon fill="#f59e0b" stroke="#f59e0b" stroke-width="2" points="464.45,-120.45 471.66,-115.99 463.25,-114.98 464.45,-120.45"/>
|
|
87
|
-
<text xml:space="preserve" text-anchor="middle" x="377.62" y="-148.01" font-family="sans-Serif" font-size="9.00" fill="#cbd5e1">proxy 127.0.0.1:8080</text>
|
|
87
|
+
<text xml:space="preserve" text-anchor="middle" x="377.62" y="-148.01" font-family="Helvetica,sans-Serif" font-size="9.00" fill="#cbd5e1">proxy 127.0.0.1:8080</text>
|
|
88
88
|
</g>
|
|
89
89
|
<!-- Spider->Burp -->
|
|
90
90
|
<g id="edge5" class="edge">
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
<g id="node6" class="node">
|
|
97
97
|
<title>Zap</title>
|
|
98
98
|
<path fill="#fcd34d" stroke="#334155" stroke-width="1.3" d="M551.88,-52C551.88,-52 520.12,-52 520.12,-52 514.12,-52 508.12,-46 508.12,-40 508.12,-40 508.12,-28 508.12,-28 508.12,-22 514.12,-16 520.12,-16 520.12,-16 551.88,-16 551.88,-16 557.88,-16 563.88,-22 563.88,-28 563.88,-28 563.88,-40 563.88,-40 563.88,-46 557.88,-52 551.88,-52"/>
|
|
99
|
-
<text xml:space="preserve" text-anchor="middle" x="536" y="-36.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">Zaproxy</text>
|
|
100
|
-
<text xml:space="preserve" text-anchor="middle" x="536" y="-24.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">(fallback)</text>
|
|
99
|
+
<text xml:space="preserve" text-anchor="middle" x="536" y="-36.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">Zaproxy</text>
|
|
100
|
+
<text xml:space="preserve" text-anchor="middle" x="536" y="-24.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">(fallback)</text>
|
|
101
101
|
</g>
|
|
102
102
|
<!-- WWW->Zap -->
|
|
103
103
|
<g id="edge6" class="edge">
|
|
@@ -109,8 +109,8 @@
|
|
|
109
109
|
<g id="node7" class="node">
|
|
110
110
|
<title>SAST</title>
|
|
111
111
|
<path fill="#c4b5fd" stroke="#334155" stroke-width="1.3" d="M795.25,-188C795.25,-188 723,-188 723,-188 717,-188 711,-182 711,-176 711,-176 711,-164 711,-164 711,-158 717,-152 723,-152 723,-152 795.25,-152 795.25,-152 801.25,-152 807.25,-158 807.25,-164 807.25,-164 807.25,-176 807.25,-176 807.25,-182 801.25,-188 795.25,-188"/>
|
|
112
|
-
<text xml:space="preserve" text-anchor="middle" x="759.12" y="-172.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">PWN::SAST</text>
|
|
113
|
-
<text xml:space="preserve" text-anchor="middle" x="759.12" y="-160.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">48 rules on source</text>
|
|
112
|
+
<text xml:space="preserve" text-anchor="middle" x="759.12" y="-172.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">PWN::SAST</text>
|
|
113
|
+
<text xml:space="preserve" text-anchor="middle" x="759.12" y="-160.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">48 rules on source</text>
|
|
114
114
|
</g>
|
|
115
115
|
<!-- Burp->SAST -->
|
|
116
116
|
<g id="edge7" class="edge">
|
|
@@ -122,8 +122,8 @@
|
|
|
122
122
|
<g id="node8" class="node">
|
|
123
123
|
<title>XSS</title>
|
|
124
124
|
<path fill="#c4b5fd" stroke="#334155" stroke-width="1.3" d="M805.38,-120C805.38,-120 712.88,-120 712.88,-120 706.88,-120 700.88,-114 700.88,-108 700.88,-108 700.88,-96 700.88,-96 700.88,-90 706.88,-84 712.88,-84 712.88,-84 805.38,-84 805.38,-84 811.38,-84 817.38,-90 817.38,-96 817.38,-96 817.38,-108 817.38,-108 817.38,-114 811.38,-120 805.38,-120"/>
|
|
125
|
-
<text xml:space="preserve" text-anchor="middle" x="759.12" y="-104.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">pwn_xss_dom_vectors</text>
|
|
126
|
-
<text xml:space="preserve" text-anchor="middle" x="759.12" y="-92.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">web_cache_deception</text>
|
|
125
|
+
<text xml:space="preserve" text-anchor="middle" x="759.12" y="-104.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">pwn_xss_dom_vectors</text>
|
|
126
|
+
<text xml:space="preserve" text-anchor="middle" x="759.12" y="-92.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">web_cache_deception</text>
|
|
127
127
|
</g>
|
|
128
128
|
<!-- Burp->XSS -->
|
|
129
129
|
<g id="edge8" class="edge">
|
|
@@ -135,8 +135,8 @@
|
|
|
135
135
|
<g id="node9" class="node">
|
|
136
136
|
<title>API</title>
|
|
137
137
|
<path fill="#c4b5fd" stroke="#334155" stroke-width="1.3" d="M803.5,-52C803.5,-52 714.75,-52 714.75,-52 708.75,-52 702.75,-46 702.75,-40 702.75,-40 702.75,-28 702.75,-28 702.75,-22 708.75,-16 714.75,-16 714.75,-16 803.5,-16 803.5,-16 809.5,-16 815.5,-22 815.5,-28 815.5,-28 815.5,-40 815.5,-40 815.5,-46 809.5,-52 803.5,-52"/>
|
|
138
|
-
<text xml:space="preserve" text-anchor="middle" x="759.12" y="-36.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">Plugins::OpenAPI</text>
|
|
139
|
-
<text xml:space="preserve" text-anchor="middle" x="759.12" y="-24.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">GraphQL introspection</text>
|
|
138
|
+
<text xml:space="preserve" text-anchor="middle" x="759.12" y="-36.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">Plugins::OpenAPI</text>
|
|
139
|
+
<text xml:space="preserve" text-anchor="middle" x="759.12" y="-24.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">GraphQL introspection</text>
|
|
140
140
|
</g>
|
|
141
141
|
<!-- Zap->API -->
|
|
142
142
|
<g id="edge9" class="edge">
|
|
@@ -148,8 +148,8 @@
|
|
|
148
148
|
<g id="node10" class="node">
|
|
149
149
|
<title>Report</title>
|
|
150
150
|
<path fill="#7dd3fc" stroke="#334155" stroke-width="1.3" d="M993.5,-120C993.5,-120 922,-120 922,-120 916,-120 910,-114 910,-108 910,-108 910,-96 910,-96 910,-90 916,-84 922,-84 922,-84 993.5,-84 993.5,-84 999.5,-84 1005.5,-90 1005.5,-96 1005.5,-96 1005.5,-108 1005.5,-108 1005.5,-114 999.5,-120 993.5,-120"/>
|
|
151
|
-
<text xml:space="preserve" text-anchor="middle" x="957.75" y="-104.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">PWN::Reports</text>
|
|
152
|
-
<text xml:space="preserve" text-anchor="middle" x="957.75" y="-92.5" font-family="sans-Serif" font-size="10.00" fill="#0f172a">DefectDojo import</text>
|
|
151
|
+
<text xml:space="preserve" text-anchor="middle" x="957.75" y="-104.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">PWN::Reports</text>
|
|
152
|
+
<text xml:space="preserve" text-anchor="middle" x="957.75" y="-92.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#0f172a">DefectDojo import</text>
|
|
153
153
|
</g>
|
|
154
154
|
<!-- SAST->Report -->
|
|
155
155
|
<g id="edge10" class="edge">
|