项目作者: GeorgeGkas

项目描述 :
An ARP spoofing tool for your LAN.
高级语言: C
项目地址: git://github.com/GeorgeGkas/s-arp.git
创建时间: 2017-01-09T13:04:06Z
项目社区:https://github.com/GeorgeGkas/s-arp

开源协议:MIT License

下载


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:

  1. $ apt-get install libpcap-dev libncurses-dev

Compile

To install this program run:

  1. path/to/project$ make && make install

Execute

To execute the program simply type in your terminal:

  1. 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.