Skip to content

Spoofer is a basic scanner that scans a target network to obtain the link-layer ( local IP and MAC ) addresses of the connected hosts by sending a falsified ARP packet.

Notifications You must be signed in to change notification settings

danyahscript/Spoofer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

Spoofer

Spoofer is a basic scanner that scans a target network to obtain the link-layer ( local IP and MAC ) addresses of the connected hosts by sending a falsified ARP packet.

Syntax : python <filename> <option> <IP of the default gateway>/<Subnet>

NOTE : Running this tool require root/admin privileges "runs in the command-line"

This tool require both libraries :

  1. argparse
$ pip install argparse
  1. scapy
$ pip install scapy

About

Spoofer is a basic scanner that scans a target network to obtain the link-layer ( local IP and MAC ) addresses of the connected hosts by sending a falsified ARP packet.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages