Changed the name of the repository

This commit is contained in:
Dimitri Lozeve 2016-06-03 21:56:43 +02:00
parent 93ccb7fe8f
commit 59b41bc99d
7 changed files with 10 additions and 8 deletions

View file

@ -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

2
arp.c
View file

@ -1,4 +1,4 @@
/* arp/arp.c */
/* Satrap/arp.c */
#include "arp.h"

2
arp.h
View file

@ -1,4 +1,4 @@
/* arp/arp.h */
/* Satrap/arp.h */
#ifndef ARP_H_
#define ARP_H_

View file

@ -1,4 +1,4 @@
/* arp-spoof/arp_mitm.c */
/* Satrap/arp_mitm.c */
#include "arp.h"

View file

@ -1,4 +1,4 @@
/* arp-spoof/arp_scan.c */
/* Satrap/arp_scan.c */
#include "arp.h"

View file

@ -1,4 +1,4 @@
/* arp/arp_spoof.c */
/* Satrap/arp_spoof.c */
#include "arp.h"

View file

@ -1,4 +1,4 @@
/* arp/simple_request.c */
/* Satrap/simple_request.c */
#include "arp.h"