ARP Spoofer v1.0



ARP Spoofer is a free open source tool that can be used to do Man in the Middle Attack.

The Source code is written in Python and can be further use. This tool is licensed under GNU, General Public License v3.0. Make sure you read the license before using its source code.

ARP Spoofer supports Linux/Debian Platform only.

Easier to use than arpspoof (in-built Kali Linux tool).

How to use:

  • Convert the setup.sh into the executable.
    • chmod 755 setup.sh
  • Run setup.sh
    • ./setup.sh
  • Run the python script with root privileges.
    • sudo python3 arp_spoofer.py

Available Arguments:

  •     -h or --help: Displays all the available options.
  •     -i or --interface: Required. Define the interface you want to start spoofing.
  •     -r or --router: Required. Define the router’s IP address.
  •     -t or --target: Required. Define the target’s IP address.
 **Note:
  • You need to be connected to the same network as this program is based on ARP Request Protocol.
  • Check the video at the bottom, for a full tutorial on How to Use.

Color Significance:

  • Green: Successful.
  • Yellow: In process.
  • System Color: Result.
  • Red: Unsuccessful or Errors.

    To download the tool:

    • In terminal type, git clone https://github.com/hackhunt/arp-spoofer/, or click here
    We hope this helps. If any suggestions or doubts you can add a comment and we will reply as soon as possible.

    No comments:

    Post a Comment