From a199f07979c802f18c69c784bc9a1a12c54c550b Mon Sep 17 00:00:00 2001 From: hahwul Date: Wed, 2 Nov 2022 00:02:13 +0900 Subject: [PATCH] Add bxss tools --- weapons/XSS-Catcher.yaml | 14 ++++++++++++++ weapons/blistener.yaml | 14 ++++++++++++++ weapons/gxss.yaml | 14 ++++++++++++++ weapons/hbxss.yaml | 14 ++++++++++++++ weapons/xless.yaml | 14 ++++++++++++++ 5 files changed, 70 insertions(+) create mode 100644 weapons/XSS-Catcher.yaml create mode 100644 weapons/blistener.yaml create mode 100644 weapons/gxss.yaml create mode 100644 weapons/hbxss.yaml create mode 100644 weapons/xless.yaml diff --git a/weapons/XSS-Catcher.yaml b/weapons/XSS-Catcher.yaml new file mode 100644 index 0000000..2d9d78e --- /dev/null +++ b/weapons/XSS-Catcher.yaml @@ -0,0 +1,14 @@ +--- +name: XSS-Catcher +description: Find blind XSS but why not gather data while you're at it. +url: https://github.com/daxAKAhackerman/XSS-Catcher +category: tool +type: Utils +platform: +- linux +- macos +- windows +lang: Python +tags: +- xss +- blind-xss diff --git a/weapons/blistener.yaml b/weapons/blistener.yaml new file mode 100644 index 0000000..147d5e1 --- /dev/null +++ b/weapons/blistener.yaml @@ -0,0 +1,14 @@ +--- +name: blistener +description: Blind-XSS listener with payloads +url: https://github.com/fyxme/blistener +category: tool +type: Utils +platform: +- linux +- macos +- windows +lang: Go +tags: +- xss +- blind-xss diff --git a/weapons/gxss.yaml b/weapons/gxss.yaml new file mode 100644 index 0000000..5dbde76 --- /dev/null +++ b/weapons/gxss.yaml @@ -0,0 +1,14 @@ +--- +name: gxss +description: Blind XSS service alerting over slack or email +url: https://github.com/rverton/gxss +category: tool +type: Utils +platform: +- linux +- macos +- windows +lang: Go +tags: +- xss +- blind-xss diff --git a/weapons/hbxss.yaml b/weapons/hbxss.yaml new file mode 100644 index 0000000..1e4bb3e --- /dev/null +++ b/weapons/hbxss.yaml @@ -0,0 +1,14 @@ +--- +name: hbxss +description: Security test tool for Blind XSS +url: https://github.com/hahwul/hbxss +category: tool +type: Utils +platform: +- linux +- macos +- windows +lang: Ruby +tags: +- xss +- blind-xss diff --git a/weapons/xless.yaml b/weapons/xless.yaml new file mode 100644 index 0000000..a307668 --- /dev/null +++ b/weapons/xless.yaml @@ -0,0 +1,14 @@ +--- +name: xless +description: The Serverless Blind XSS App +url: https://github.com/mazen160/xless +category: tool +type: Utils +platform: +- linux +- macos +- windows +lang: JavaScript +tags: +- xss +- blind-xss