All Projects → yaph → Domxssscanner

yaph / Domxssscanner

DOMXSS Scanner is an online tool to scan source code for DOM based XSS vulnerabilities

Projects that are alternatives of or similar to Domxssscanner

shellsum
A defense tool - detect web shells in local directories via md5sum
Stars: ✭ 30 (-83.43%)
Mutual labels:  scanner, web-security
Arachni
Web Application Security Scanner Framework
Stars: ✭ 2,942 (+1525.41%)
Mutual labels:  scanner, dom
Awesome Web Hacking
A list of web application security
Stars: ✭ 3,760 (+1977.35%)
Mutual labels:  scanner, web-security
Loki
Loki - Simple IOC and Incident Response Scanner
Stars: ✭ 2,217 (+1124.86%)
Mutual labels:  scanner
Minesweeper
A Burpsuite plugin (BApp) to aid in the detection of scripts being loaded from over 23000 malicious cryptocurrency mining domains (cryptojacking).
Stars: ✭ 162 (-10.5%)
Mutual labels:  web-security
Swiftscanner
String Scanner in pure Swift (supports unicode)
Stars: ✭ 170 (-6.08%)
Mutual labels:  scanner
Unitybarcodescanner
Simple Unity Barcode Scanner
Stars: ✭ 180 (-0.55%)
Mutual labels:  scanner
Wascan
WAScan - Web Application Scanner
Stars: ✭ 1,895 (+946.96%)
Mutual labels:  scanner
Recsech
Recsech is a tool for doing Footprinting and Reconnaissance on the target web. Recsech collects information such as DNS Information, Sub Domains, HoneySpot Detected, Subdomain takeovers, Reconnaissance On Github and much more you can see in Features in tools .
Stars: ✭ 173 (-4.42%)
Mutual labels:  scanner
Amplesdk
Ample SDK - JavaScript UI Framework
Stars: ✭ 169 (-6.63%)
Mutual labels:  dom
Bunkerized Nginx
🛡️ Make your web services secure by default !
Stars: ✭ 2,361 (+1204.42%)
Mutual labels:  web-security
Powershell ipv4networkscanner
Powerful asynchronus IPv4 network scanner for PowerShell
Stars: ✭ 161 (-11.05%)
Mutual labels:  scanner
Mobilehackersweapons
Mobile Hacker's Weapons / A collection of cool tools used by Mobile hackers. Happy hacking , Happy bug-hunting
Stars: ✭ 170 (-6.08%)
Mutual labels:  scanner
Squark
Rust frontend framework, for web browser and more.
Stars: ✭ 162 (-10.5%)
Mutual labels:  dom
Jquery Xpath
jQuery XPath plugin (with full XPath 2.0 language support)
Stars: ✭ 173 (-4.42%)
Mutual labels:  dom
Preact Portal
📡 Render Preact components in (a) SPACE 🌌 🌠
Stars: ✭ 160 (-11.6%)
Mutual labels:  dom
Irldocumentscanner
A drop-in Objective-C ViewController that will Automatically scan a document for you you.
Stars: ✭ 172 (-4.97%)
Mutual labels:  scanner
Bbrecon
Python library and CLI for the Bug Bounty Recon API
Stars: ✭ 169 (-6.63%)
Mutual labels:  web-security
Preact Markup
⚡️ Render HTML5 as VDOM, with Components as Custom Elements!
Stars: ✭ 167 (-7.73%)
Mutual labels:  dom
Jwt Pwn
Security Testing Scripts for JWT
Stars: ✭ 170 (-6.08%)
Mutual labels:  web-security

DOM XSS Scanner is an online tool that facilitates code review of web pages and JavaScript code for potential DOM based XSS security vulnerabilities.

Sample Results Page

Sample Results Page

Check your Web page

Learn more about the tool on the project's about page.

Install

Clone this repository and download the Google App Engine SDK for Python. Extract the SDK archive and add aliases for the dev server and update programs, for example:

alias gae_pyserver='python PATH_TO_SDK/google_appengine/dev_appserver.py'
alias gae_update='python PATH_TO_SDK/google_appengine/appcfg.py update'

Then start the dev server in the domxssscanner directory with the command:

gae_pyserver .

You can then access the application at http://localhost:8080/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].