modominator
TypeScript icon, indicating that this package has built-in type declarations

0.3.2 • Public • Published

moDOMinator

A JavaScript module that automatically scans front-end web applications for web vulnerabilities.

Installation

Using npm: npm i modominator

Using Yarn: yarn add modominator

Usage

All you need to do is to import the module in the entry point of your application, using import 'modominator';.

moDOMinator will automatically initialize itself when the DOM content has been loaded. This includes setting up the scanners and hooks necessary for the detection of document changes and HTTP requests.

Examples

If you wish to see examples of the types of vulnerabilities that moDOMinator can detect, you should refer to moDOMinator-example-apps.

moDOMinator-example-apps consist of several simple front-end applications built using modern web frameworks such as React, Vue.js, and Angular. These sample applications are all vulnerable to a variety of attacks, including various forms of Cross-Site Scripting and CSS Injection.

Readme

Keywords

none

Package Sidebar

Install

npm i modominator

Weekly Downloads

2

Version

0.3.2

License

MIT

Unpacked Size

137 kB

Total Files

76

Last publish

Collaborators

  • tanhengyeow