Skip to content
/ mudgee Public
forked from ayyoob/mudgee

This tool is used for generating Manufacture Usage Description(MUD) from Device Traffic Trace(PCAP)

Notifications You must be signed in to change notification settings

grafnu/mudgee

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MUDGEE

Generate MUD Profiles using PCAP.

Prerequisite

LibPcap (install tcpdump)

Installation

$ git clone https://github.com/ayyoob/mudgee.git
$ cd mudgee
$ mvn clean install

Sample mud config is provided: pcap location, device mac, device name, gateway mac and gateway ip details needs to be passed through the config.

Execute

$ java -jar target/mudgee-1.0.0-SNAPSHOT.jar target/mud_config.json 

After the execution, Check the result directory for the generated MUD.

About

This tool is used for generating Manufacture Usage Description(MUD) from Device Traffic Trace(PCAP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.6%
  • Dockerfile 0.4%