Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/maaaaru/react-xss-scanner

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/maaaaru/react-xss-scanner

  • v1.0.0
  • Source
  • Go
  • Socket score

Version published
Created
Source

This scanner for vulnerabilities in React code. (.ts, .tsx, .js, .jsx)

issues forks stars licence

What is this

This tool scans files for the presence of dangerous functions that can cause XSS.

Why React-XSS-Scanner?

There are many tools that inject xss payloads into specified URLs, but I couldn't find many tools that scan for dangerous code that could cause xss, so I created this one.

Instalation

clone this repository

$ git clone https://github.com/Maaaaru/React-XSS-Scanner.git

Start Scan

$ cd React-XSS-Scanner
$ python3 main.py --path ../

Flags

Long FormShort FormDescription
--help-hhelp message
--path-PDirectly path to scan. The default path is specified as the directly above the current directly.

There are currently only two flags, but more will be added in the future, including output to files.

※ Caution

The scan results will pick up functions that may cause XSS, so the presence of dangerous code does not necessarily mean that XSS will occur.

Functional accuracy is still being improved.

Licence

React-XSS-Scanner is licensed under the MIT license. take a look at the LICENSE for more information.

Version

Current Version is 1.0.0

FAQs

Package last updated on 21 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc