Add bxss tools

This commit is contained in:
hahwul 2022-11-02 00:02:13 +09:00
parent 7bfeabcf95
commit a199f07979
5 changed files with 70 additions and 0 deletions

14
weapons/XSS-Catcher.yaml Normal file
View File

@ -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

14
weapons/blistener.yaml Normal file
View File

@ -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

14
weapons/gxss.yaml Normal file
View File

@ -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

14
weapons/hbxss.yaml Normal file
View File

@ -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

14
weapons/xless.yaml Normal file
View File

@ -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