Skip to content
Snippets Groups Projects
Commit ab8e2f32 authored by Sibidharan's avatar Sibidharan :speech_balloon:
Browse files

Readme

parent 108eb840
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
``` ```
### LAHTP ARP Spoof Detector v0.1 ### LAHTP ARP Spoof Detector v0.1 (linux)
This tool will sniff for ARP packets in the interface and can possibly detect if there is an ongoing ARP spoofing attack. This tool is still in a beta stage. This tool will sniff for ARP packets in the interface and can possibly detect if there is an ongoing ARP spoofing attack. This tool is still in a beta stage.
...@@ -30,3 +30,18 @@ Available arguments: ...@@ -30,3 +30,18 @@ Available arguments:
Usage: ./arpsniffer -i <interface> [You can look for the available interfaces using -l/--lookup] Usage: ./arpsniffer -i <interface> [You can look for the available interfaces using -l/--lookup]
``` ```
### How to compile?
1. You should have `libpcap` installed on your linux system. If you don't have, you can do it with the following command
```
$ sudo apt-get install libpcap-dev
```
2. You can compile with the following command
```
$ gcc arpsniffer.c -o arpsniffer
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment