Skip to content

A multicast / broadcast protocols attacking Python tool. Modular architecture and aims to be highly customizable.

Notifications You must be signed in to change notification settings

zakdaouar/legitHost

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A multicast / broadcast protocols attacking Python tool. Modular architecture and aims to be highly customizable.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published