-
-
Notifications
You must be signed in to change notification settings - Fork 685
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #131 from hahwul/add-xss-tools
Add XSS scanning tools
- Loading branch information
Showing
4 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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] |