about summary refs log tree commit diff
path: root/teams.dot
diff options
context:
space:
mode:
authorEmile <git@emile.space>2022-05-30 22:30:21 +0200
committerEmile <git@emile.space>2022-05-30 22:30:21 +0200
commitd67dcd3e58d8e9165d16a072840207a69909425a (patch)
treee504c2cdcef1735a5832c6e82d118542a7df15bb /teams.dot
parent1e150521e16d4bd84c8833b42ea53eb3ecb72573 (diff)
added PTB_WTL
Diffstat (limited to 'teams.dot')
-rw-r--r--teams.dot8
1 files changed, 8 insertions, 0 deletions
diff --git a/teams.dot b/teams.dot
index a8f90e7..28ca7e2 100644
--- a/teams.dot
+++ b/teams.dot
@@ -50,6 +50,10 @@ digraph teams {
     "217" [href="https://ctftime.org/team/5160"];
     "TSJ" [href="https://ctftime.org/team/150366"];
     "HITCON" [href="https://ctftime.org/team/8299"];
+
+    // PTB_WTL
+    "PwnThyBytes" [href="https://ctftime.org/team/59199"];
+    "WreckTheLine" [href="https://ctftime.org/team/57908"];
   }
 
   // primary edges
@@ -96,6 +100,10 @@ digraph teams {
     "217" -> "Balsn.217@TSJ.tw";
     "TSJ" -> "Balsn.217@TSJ.tw";
     "HITCON" -> "Balsn.217@TSJ.tw";
+
+    // PTB_WTL
+    "PwnThyBytes" -> "PTB_WTL";
+    "WreckTheLine" -> "PTB_WTL";
   }
 
 }