Giter VIP home page Giter VIP logo

mpp-inject's Introduction

MPP - Inject


Powerful XSS Tool for collecting all <forms> data on website.

alt text

npm (scoped) DUB GitHub top language

Disclaimer

I am not responsible for any damage done using this tool. This tool should only be used for educational purposes and for penetration testing.

What is XSS?

Cross-site scripting (XSS) is a code injection attack that allows an attacker to execute malicious JavaScript in another user's browser.

Built With

  1. JavaScript (Client App)
  2. NodeJS (Server App)
  3. OrientDB (Database)

Key Features

  1. Collects all data from element on website.
  2. Crypt and decrypt all data.
  3. Defining triggers for collecting data (click, submit...)
  4. Defining input types for collecting data (text, number, password...)
  5. Defining input names for collecting data.
  6. Script doesn't work while browser dev tools are open.
  7. Scheduler.

Installation & Docker Compose

git clone https://github.com/IvanSostarko/mpp-inject.git

cd mpp-inject

docker-compose up

Docker Compose will create 3 containers.

Name IP + PORTS Description
mpp-inject-nginx 10.1.0.2:8000 Client App
mpp-inject-nodejs 10.1.0.4:8001 Server App
mpp-inject-orientdb 10.1.0.3:8002,8003 Database and Database admin tool

Start server app

docker exec -i -t mpp-inject-nodejs /bin/bash

npm install

node server.js

Database Admin

Access to GUI: 10.1.0.3:8003

alt text

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

To do

  1. Define input types
  2. Define input names
  3. Defining triggers for collecting data (click, submit...)
  4. Lock Dev Tools.
  5. Scheduler.

License (MIT)

Copyright (c) 2018 Ivan Sostarko

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

mpp-inject's People

Contributors

ivansostarko avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

mpp-inject's Issues

An in-range update of body-parser is breaking the build 🚨

Version 1.18.3 of body-parser was just published.

Branch Build failing 🚨
Dependency body-parser
Current Version 1.18.2
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

body-parser is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • βœ… semaphoreci The build passed on Semaphore. Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes 1.18.3
Commits

The new version differs by 32 commits.

There are 32 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Setup Airbrake for your JavaScript application

Install Airbrake in 2 easy steps:

Step 1: Add the library
Include via CDN:

<script src="https://cdnjs.cloudflare.com/ajax/libs/airbrake-js/1.0.1/client.min.js"></script>

We also support installation via npm and Bower.

Step 2: Copy this config snippet to your app.js file

(You can find your project ID and API KEY with your project's settings):

var airbrake = new airbrakeJs.Client({
  projectId: <Your project ID>,
  projectKey: '<Your project API Key>'
});
airbrake.addFilter(function (notice) {
  notice.context.environment = 'production';
  return notice;
});

To test that Airbrake has been installed correctly in your JavaScript project, just open up the JavaScript console in your internet browser and paste in:

airbrake.notify('hey there!')

Visit official GitHub repo for more info on alternative configurations and advanced options.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.