Socket
Socket
Sign inDemoInstall

github.com/edoardottt/lit-bb-hack-tools/doomxss

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/edoardottt/lit-bb-hack-tools/doomxss


Version published
Created
Source

doomxss

dom xss sinks finder

Take as input on stdin a list of html/js file urls and print on stdout all the possible DOM XSS sinks found.

Install

  • git clone https://github.com/edoardottt/lit-bb-hack-tools
  • cd lit-bb-hack-tools/doomxss
  • go build -o doomxss
  • sudo cp doomxss /usr/bin

Usage

  • cat urls | doomxss

Output

[ location.href= ] https://example.com/script.js
[ document.referrer= ] https://target.dom/alert.js
[ eval( ] https://bersaglio.it/checks.js

FAQs

Package last updated on 05 Sep 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