Merge pull request #131 from hahwul/add-xss-tools

Add XSS scanning tools
This commit is contained in:
HAHWUL 2024-10-22 23:57:45 +09:00 committed by GitHub
commit 56c4334abf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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]