Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajinabraham/Static-DOM-XSS-Scanner
Static DOM XSS Scanner is a Static Analysis tool written in python that will iterate through all the JavaScript and HTML files under the given directory and will list out all the possible sources and sinks that may cause DOM XSS. At the end of the scan, the tool will generate an HTML report.
https://github.com/ajinabraham/Static-DOM-XSS-Scanner
Last synced: 3 months ago
JSON representation
Static DOM XSS Scanner is a Static Analysis tool written in python that will iterate through all the JavaScript and HTML files under the given directory and will list out all the possible sources and sinks that may cause DOM XSS. At the end of the scan, the tool will generate an HTML report.
- Host: GitHub
- URL: https://github.com/ajinabraham/Static-DOM-XSS-Scanner
- Owner: ajinabraham
- License: gpl-3.0
- Created: 2014-11-19T07:54:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-10T04:29:35.000Z (over 9 years ago)
- Last Synced: 2024-05-02T04:38:50.824Z (6 months ago)
- Language: Python
- Size: 239 KB
- Stars: 118
- Watchers: 17
- Forks: 40
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Static-DOM-XSS-Scanner
======================
![DOMXSSScanner](http://opensecurity.in/wp-content/uploads/2014/11/2.png)Static DOM XSS Scanner is a Static Analysis tool written in python that will iterate through all the JavaScript and HTML files under the given directory and will list out all the possible sources and sinks that may cause DOM XSS. At the end of the scan, the tool will generate an HTML report.