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