diff --git a/README.md b/README.md index 60540ef..6177e38 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ -# arp-spoof +# Satrap + +Satrap is a simple ARP spoofer, to perform man-in-the middle attacks +with ARP poisoning. -Simple ARP spoofer diff --git a/arp.c b/arp.c index 4c1b872..ec3e8a5 100644 --- a/arp.c +++ b/arp.c @@ -1,4 +1,4 @@ -/* arp/arp.c */ +/* Satrap/arp.c */ #include "arp.h" diff --git a/arp.h b/arp.h index 9ac30d5..76b11d6 100644 --- a/arp.h +++ b/arp.h @@ -1,4 +1,4 @@ -/* arp/arp.h */ +/* Satrap/arp.h */ #ifndef ARP_H_ #define ARP_H_ diff --git a/arp_mitm.c b/arp_mitm.c index f49521e..401739b 100644 --- a/arp_mitm.c +++ b/arp_mitm.c @@ -1,4 +1,4 @@ -/* arp-spoof/arp_mitm.c */ +/* Satrap/arp_mitm.c */ #include "arp.h" diff --git a/arp_scan.c b/arp_scan.c index 729bb45..307f023 100644 --- a/arp_scan.c +++ b/arp_scan.c @@ -1,4 +1,4 @@ -/* arp-spoof/arp_scan.c */ +/* Satrap/arp_scan.c */ #include "arp.h" diff --git a/arp_spoof.c b/arp_spoof.c index dd8b7d7..aed1ae5 100644 --- a/arp_spoof.c +++ b/arp_spoof.c @@ -1,4 +1,4 @@ -/* arp/arp_spoof.c */ +/* Satrap/arp_spoof.c */ #include "arp.h" diff --git a/simple_request.c b/simple_request.c index 0e0c228..a2dfacb 100644 --- a/simple_request.c +++ b/simple_request.c @@ -1,4 +1,4 @@ -/* arp/simple_request.c */ +/* Satrap/simple_request.c */ #include "arp.h"