Skip to content

This is a tool used to perform an ARP spoofing attack.

License

Notifications You must be signed in to change notification settings

vinsdragonis/ARP-Spoofer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARP-Spoofer

To use this:

1. Clone this repository.
2. Run netowrk_scanner.py
3. Use arp_spoof.py if you have python2.x, else use arp_spoof3.py for python3 compatibility
4. Set the target IP address. (ex. 10.0.2.15)
5. Set the gateway IP address. (ex. 10.0.2.1)

Dependencies:

scapy module
time module
sys module
argparse module

This is supported only on UNIX environment, but can be targetted against any system irrespective of it's OS

To allow the victim to access the internet, use the command below before running this tool:

echo 1 > /proc/sys/net/ipv4/ip_forward

Using this in conjunction with other tools, you can perform Man In The Middle Attacks

To use this on any remote system, it is recommended to use a Wireless adapter

  • Completed

About

This is a tool used to perform an ARP spoofing attack.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages