Changed the name of the repository
This commit is contained in:
parent
93ccb7fe8f
commit
59b41bc99d
7 changed files with 10 additions and 8 deletions
|
@ -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
2
arp.c
|
@ -1,4 +1,4 @@
|
||||||
/* arp/arp.c */
|
/* Satrap/arp.c */
|
||||||
|
|
||||||
#include "arp.h"
|
#include "arp.h"
|
||||||
|
|
||||||
|
|
2
arp.h
2
arp.h
|
@ -1,4 +1,4 @@
|
||||||
/* arp/arp.h */
|
/* Satrap/arp.h */
|
||||||
|
|
||||||
#ifndef ARP_H_
|
#ifndef ARP_H_
|
||||||
#define ARP_H_
|
#define ARP_H_
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* arp-spoof/arp_mitm.c */
|
/* Satrap/arp_mitm.c */
|
||||||
|
|
||||||
#include "arp.h"
|
#include "arp.h"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* arp-spoof/arp_scan.c */
|
/* Satrap/arp_scan.c */
|
||||||
|
|
||||||
#include "arp.h"
|
#include "arp.h"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* arp/arp_spoof.c */
|
/* Satrap/arp_spoof.c */
|
||||||
|
|
||||||
#include "arp.h"
|
#include "arp.h"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* arp/simple_request.c */
|
/* Satrap/simple_request.c */
|
||||||
|
|
||||||
#include "arp.h"
|
#include "arp.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue