Skip to content
This repository has been archived by the owner on Sep 22, 2019. It is now read-only.
/ s-arp Public archive

An ARP spoofing tool for your LAN.

License

Notifications You must be signed in to change notification settings

GeorgeGkas/s-arp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The s-arp project

ARP spoofing for your LAN


System Requirements

This tool was developed under Ubuntu 16.04. Other flavors of Linux might be able to run it as well.

How to install

Depedencies

You need to have libpcap and ncurses packages installed on your system to successfully make the project. To install the packages run as sudo user:

$ apt-get install libpcap-dev libncurses-dev

Compile

To install this program run:

path/to/project$ make && make install

Execute

To execute the program simply type in your terminal:

s-arp

Project tree

Some important files and folders that are used in this project are explained bellow:

  • TODO.md: Contains suggestions for future versions
  • BugHunter.md: Contains all known bugs
  • src: The main source code of the program

Maintenance

This project is not maintained anymore. In case you want to continue the development you can create a new issue and I will personally reach you.

License

s-arp is licensed under MIT.

About

An ARP spoofing tool for your LAN.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published