mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2025-01-11 15:19:28 -05:00
Merge pull request #131 from hahwul/add-xss-tools
Add XSS scanning tools
This commit is contained in:
commit
56c4334abf
9
weapons/NoXss.yaml
Normal file
9
weapons/NoXss.yaml
Normal 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
9
weapons/PwnXSS.yaml
Normal 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
9
weapons/XssPy.yaml
Normal 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
9
weapons/xsssniper.yaml
Normal 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]
|
Loading…
Reference in New Issue
Block a user