Giter Site home page Giter Site logo

backend_evilpuppet's Introduction

EvilPuppet

DISCLAIMER: EvilPuppet is for educational and research purposes only. Do not use this tool for illegal activities. The author is not responsible for any misuse of this tool.

Overview

EvilPuppet is a proof-of-concept man-in-the-middle(MITM) tool that uses Puppeteer in the background to capture and stream HTML content to a target browser. More than just streaming, it provides an interface that allows the target browser to remotely control the Puppeteer browser instance, simulating a real user's actions.

Features

  • Stream Puppeteer controlled web content to target browsers.
  • Allow remote control of the Puppeteer browser instance from the target browser.
  • Simulate real user behaviors like clicking, scrolling, and typing.

Prerequisites

  • Node.js

Installation

  1. Clone the repository:
git clone https://github.com/nexon33/EvilPuppetJS.git
  1. Navigate into the directory:
cd EvilPuppetJS
  1. Install the dependencies
npm install

Usage

  1. Set config inside config.js

  2. Start the server:

node app.js
  1. Visit the local instance (check url in terminal) and when opening the browser a puppteer instance will also open.

Known problems

  • Syncing the textfields between the browsers can be improved.

  • diffDOM library issues which end up also being EvilPuppet's problems.

  • Many other things too much to list for now.

TODO

  • Make use of MutationObserver instead of a loop to detect changes. (Maybe getting rid of diffDOM?)

  • Improve syncing between text fields.

  • Further improve typing

  • Add support for copy/paste and autofill

  • Complete refactoring the code and convert it to typescript.

  • Add mouse hover and drag.

  • fix the cssparser and html parser to make it more robust in edgecases. Especially get rid of regex.

  • Fix clicking and other functions inside iframes. (only rendering currently works)

  • ...

Safety and Responsibility

This tool is powerful and can be misused. Always get proper permissions before conducting any testing. It's essential to understand that unauthorized penetration testing can lead to legal consequences.

Contribution

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Note:

Please make sure that you always use such tools ethically and responsibly. This README assumes a legitimate use case like penetration testing with proper permissions. Always obtain permission before testing on any system or network.

backend_evilpuppet's People

Contributors

nexon33 avatar shakira4242 avatar

Watchers

 avatar  avatar

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.