Giter Club home page Giter Club logo

arp_spoof's Introduction

ARP Spoofing Tool

This is an ARP spoofing tool implemented in Python using the Scapy library. This script is capable of poisoning the ARP cache of the target machine, which can lead to Man-in-the-Middle(MiTM) attacks.

Prerequisites

Before using this tool, make sure you have the following requirements:

  • Python 3.x
  • Scapy library

You can install the Scapy library by running the following command:

pip3 install scapy

Usage

In the code section, Modify the target_ip and gateway_ip variables in the file to specify the IP addresses of the target machine and the gateway/router.

target_ip = "10.0.0.8" # IP of the target machine gateway_ip = "10.0.0.1" # IP of the gateway/router

Run the script with python3 arp_spoofing.py

Output

Notice physical/MAC address of the gateway before running the script,

before

and after running the script

after

One can see, the gateway's MAC address(10-da-43-35-1e-79) has been modified to attacker's MAC address(08-00-27-53-0c-ba).

Disclaimer

The author of this tool is not responsible for any unauthorized use or potential damage caused by the misuse of this tool. Use at your own risk.

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.