Add XSS scanning tools

Signed-off-by: HAHWUL <hahwul@gmail.com>
This commit is contained in:
HAHWUL 2024-10-22 23:57:09 +09:00
parent 0bfa60fda4
commit ac54a4ed69
4 changed files with 36 additions and 0 deletions

9
weapons/NoXss.yaml Normal file
View File

@ -0,0 +1,9 @@
---
name: NoXss
description: Faster xss scanner,support reflected-xss and dom-xss
url: https://github.com/lwzSoviet/
category: tool
type: Scanner
platform: [linux, macos, windows]
lang: Python
tags: [xss]

9
weapons/PwnXSS.yaml Normal file
View File

@ -0,0 +1,9 @@
---
name: PwnXSS
description: Vulnerability (XSS) scanner exploit
url: https://github.com/pwn0sec/PwnXSS
category: tool
type: Scanner
platform: [linux, macos, windows]
lang: Python
tags: [xss]

9
weapons/XssPy.yaml Normal file
View File

@ -0,0 +1,9 @@
---
name: XssPy
description: Web Application XSS Scanner
url: https://github.com/faizann24/
category: tool
type: Scanner
platform: [linux, macos, windows]
lang: Python
tags: [xss]

9
weapons/xsssniper.yaml Normal file
View File

@ -0,0 +1,9 @@
---
name: xsssniper
description: An automatic XSS discovery tool
url: https://github.com/gbrindisi/xsssniper
category: tool
type: Scanner
platform: [linux, macos, windows]
lang: Python
tags: [xss]