forked from kroosec/legitHost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
26 lines (20 loc) · 787 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Simply put, legitHost is a legit host. It is a tool exploits a weakness in various
multicast and broadcast The tool has a modular architecture and supports
currently: ARP, LLMNR
For example, the ARP module listens for ARP Requests and depending on the user
defined configuration in modules/arp.cfg replies with an ARP response
containing an IP Address set by the user.
Each module has an own configuration file, a condition method in which it
decides to react to the received packet or not and an action method that is
triggered if the condition returns True.
TODO:
Protocols:
Many (MDNS, SSDP etc,.)
Suggestions are welcome
Dependencies:
pylibpcap: Traffic listener.
dpkt: Packet parsing/crafting.
Author:
Hani Benhabiles (kroosec()gmail()com)
License:
GPLv2