Skip to content

Commit

Permalink
Merge pull request #108 from hahwul/update-tags
Browse files Browse the repository at this point in the history
Add tags to weapons YAML files
  • Loading branch information
hahwul authored Mar 17, 2024
2 parents c97c6b9 + 09e2e4b commit eece914
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion weapons/altdns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ category: tool
type: Recon
platform: [linux, macos, windows]
lang: Python
tags: [dns]
tags: [dns, subdomains]
2 changes: 1 addition & 1 deletion weapons/github-subdomains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ category: tool
type: Recon
platform: [linux, macos, windows]
lang: Go
tags: []
tags: [subdomains]
2 changes: 1 addition & 1 deletion weapons/puredns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ category: tool
type: Recon
platform: [linux, macos, windows]
lang: Go
tags: []
tags: [subdomains, dns]
2 changes: 1 addition & 1 deletion weapons/scilla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ category: tool
type: Recon
platform: [linux, macos, windows]
lang: Go
tags: []
tags: [subdomains, dns, port]

0 comments on commit eece914

Please sign in to comment.