diff --git a/scripts/erb.rb b/scripts/erb.rb
index b961f11..a1e7893 100644
--- a/scripts/erb.rb
+++ b/scripts/erb.rb
@@ -41,7 +41,7 @@ template = %q{
-
+
A collection of awesome tools used by Web hackers. Happy hacking , Happy bug-hunting
diff --git a/weapons/BurpSuiteHTTPSmuggler.yaml b/weapons/BurpSuiteHTTPSmuggler.yaml
index bca4def..21091ab 100644
--- a/weapons/BurpSuiteHTTPSmuggler.yaml
+++ b/weapons/BurpSuiteHTTPSmuggler.yaml
@@ -10,4 +10,5 @@ platform:
- windows
- burpsuite
lang: Java
-tags: []
+tags:
+- smuggle
\ No newline at end of file
diff --git a/weapons/attack-surface-detector-burp.yaml b/weapons/attack-surface-detector-burp.yaml
new file mode 100644
index 0000000..7eeb4ae
--- /dev/null
+++ b/weapons/attack-surface-detector-burp.yaml
@@ -0,0 +1,14 @@
+---
+name: attack-surface-detector-burp
+description: The Attack Surface Detector uses static code analyses to identify web app endpoints by parsing routes and identifying parameters
+url: https://github.com/secdec/attack-surface-detector-burp
+category: tool-addon
+type: Recon
+platform:
+- linux
+- macos
+- windows
+- burpsuite
+lang: Java
+tags:
+- endpoint
\ No newline at end of file
diff --git a/weapons/attack-surface-detector-zap.yaml b/weapons/attack-surface-detector-zap.yaml
index d9c860a..4194793 100644
--- a/weapons/attack-surface-detector-zap.yaml
+++ b/weapons/attack-surface-detector-zap.yaml
@@ -1,6 +1,6 @@
---
name: attack-surface-detector-zap
-description:
+description: The Attack Surface Detector uses static code analyses to identify web app endpoints by parsing routes and identifying parameters
url: https://github.com/secdec/attack-surface-detector-zap
category: tool-addon
type: Recon
@@ -10,4 +10,5 @@ platform:
- windows
- zap
lang: Java
-tags: []
+tags:
+- endpoint
\ No newline at end of file
diff --git a/weapons/h2csmuggler.yaml b/weapons/h2csmuggler.yaml
index 67b4834..4980d2c 100644
--- a/weapons/h2csmuggler.yaml
+++ b/weapons/h2csmuggler.yaml
@@ -9,4 +9,5 @@ platform:
- macos
- windows
lang: Go
-tags: []
+tags:
+- smuggle
\ No newline at end of file
diff --git a/weapons/http-request-smuggler.yaml b/weapons/http-request-smuggler.yaml
index 6adc481..5f2745b 100644
--- a/weapons/http-request-smuggler.yaml
+++ b/weapons/http-request-smuggler.yaml
@@ -10,4 +10,5 @@ platform:
- windows
- burpsuite
lang: Java
-tags: []
+tags:
+- smuggle
diff --git a/weapons/reflected-parameters.yaml b/weapons/reflected-parameters.yaml
index 09ee247..4e13774 100644
--- a/weapons/reflected-parameters.yaml
+++ b/weapons/reflected-parameters.yaml
@@ -10,4 +10,5 @@ platform:
- windows
- burpsuite
lang: Java
-tags: []
+tags:
+- param
diff --git a/weapons/smuggler.yaml b/weapons/smuggler.yaml
index 5146405..23bcaf8 100644
--- a/weapons/smuggler.yaml
+++ b/weapons/smuggler.yaml
@@ -10,4 +10,5 @@ platform:
- macos
- windows
lang: Python
-tags: []
+tags:
+- smuggle
\ No newline at end of file
diff --git a/weapons/websocket-connection-smuggler.yaml b/weapons/websocket-connection-smuggler.yaml
index 04f973a..68daea6 100644
--- a/weapons/websocket-connection-smuggler.yaml
+++ b/weapons/websocket-connection-smuggler.yaml
@@ -9,4 +9,5 @@ platform:
- macos
- windows
lang: Go
-tags: []
+tags:
+- smuggle
\ No newline at end of file
diff --git a/weapons/ws-smuggler.yaml b/weapons/ws-smuggler.yaml
index dca06dc..31c643e 100644
--- a/weapons/ws-smuggler.yaml
+++ b/weapons/ws-smuggler.yaml
@@ -9,4 +9,5 @@ platform:
- macos
- windows
lang: Go
-tags: []
+tags:
+- smuggle
\ No newline at end of file