From afae03b8c7618e1d8c4fbeb0c80eefe075ff36f8 Mon Sep 17 00:00:00 2001 From: hahwul Date: Mon, 31 Oct 2022 22:51:28 +0900 Subject: [PATCH] Add online tag --- weapons/DNSDumpster.yaml | 3 ++- weapons/SecurityTrails.yaml | 3 ++- weapons/SequenceDiagram.yaml | 5 +++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/weapons/DNSDumpster.yaml b/weapons/DNSDumpster.yaml index 565126d..e5c6c31 100644 --- a/weapons/DNSDumpster.yaml +++ b/weapons/DNSDumpster.yaml @@ -10,4 +10,5 @@ platform: - windows lang: tags: -- dns \ No newline at end of file +- dns +- online \ No newline at end of file diff --git a/weapons/SecurityTrails.yaml b/weapons/SecurityTrails.yaml index d06e90f..9ed7ce9 100644 --- a/weapons/SecurityTrails.yaml +++ b/weapons/SecurityTrails.yaml @@ -10,4 +10,5 @@ platform: - windows lang: tags: -- subdomains \ No newline at end of file +- subdomains +- online \ No newline at end of file diff --git a/weapons/SequenceDiagram.yaml b/weapons/SequenceDiagram.yaml index 3e8c17f..ebc68dc 100644 --- a/weapons/SequenceDiagram.yaml +++ b/weapons/SequenceDiagram.yaml @@ -1,6 +1,6 @@ --- name: SequenceDiagram -description: " Online tool for creating UML sequence diagrams" +description: Online tool for creating UML sequence diagrams url: https://sequencediagram.org category: tool type: Utils @@ -9,4 +9,5 @@ platform: - macos - windows lang: -tags: [] +tags: +- online \ No newline at end of file