From 05a1fd804bcc9700634df6d4a9c14b55d3022559 Mon Sep 17 00:00:00 2001 From: hahwul Date: Sun, 21 Aug 2022 12:47:58 +0900 Subject: [PATCH 1/2] Update erb script --- scripts/erb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From cfa5bae394bde41744671ed363997438fc1417b3 Mon Sep 17 00:00:00 2001 From: hahwul Date: Sun, 21 Aug 2022 12:51:26 +0900 Subject: [PATCH 2/2] Update contents --- weapons/BurpSuiteHTTPSmuggler.yaml | 3 ++- weapons/attack-surface-detector-burp.yaml | 14 ++++++++++++++ weapons/attack-surface-detector-zap.yaml | 5 +++-- weapons/h2csmuggler.yaml | 3 ++- weapons/http-request-smuggler.yaml | 3 ++- weapons/reflected-parameters.yaml | 3 ++- weapons/smuggler.yaml | 3 ++- weapons/websocket-connection-smuggler.yaml | 3 ++- weapons/ws-smuggler.yaml | 3 ++- 9 files changed, 31 insertions(+), 9 deletions(-) create mode 100644 weapons/attack-surface-detector-burp.yaml 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