Giter Club home page Giter Club logo

do-not-enter's Introduction

About this project

The goal of this project is to provide an easy to use and cross-platform application which allows users to influence other devices’ network connection in the same WLAN/LAN. The functionality of this application is backed by ARP poisoning. The application will provide three modes:

  • Kick other devices out:white_check_mark:: prevent other devices from accessing the WLAN/LAN.
  • Speed limit:construction:: Reduce other devices’ network access speed. This is achieved by routing other devices' packets through your device, and selectively or randomly dropping certain portions of packets. (:warning:This mode is only avaliable on linux)
  • Advanced:white_check_mark:: route other devices’ packets through your device, such that you can monitor other devices’ network activity.

Setup the development environment

node.js, python >= 3.0, scapy (installed as a super user/administrator) and npm is required to run this project in the development environment. You should be able to run python in the terminal/powershell using command python3, otherwise the app will crash when you are trying to stop the attack. After clone the project, please use the following command to download dependencies.

npm install

Run the project

Currently the project can only be ran in the development environment. A packaged application will be avaliable in the near future. Start the local server using

npm run start # npm run start-windows if your os is windows

Then start the application using

npm run electron

Issues

xxx was compiled against a different Node.js version using NODE_MODULE_VERSION xxx

You need to run electron-rebulid after the installation.

For windows:

.\node_modules\.bin\electron-rebuild.cmd

For linux/macOS:

$(npm bin)/electron-rebuild

module did not self-register

You need to remove all installed node_modules and then re-install them:

rm -r node_modules
npm install

Screenshots

  • Loading Screen

loading

  • Main page

main

Credits

Libraries being used in this project

  • electron
  • network
  • ping
  • react
  • react-dom
  • react-scripts
  • sudo-prompt
  • web-vitals

do-not-enter's People

Contributors

dependabot[bot] avatar yang170 avatar

Watchers

 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.