Skip to content

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

1 star

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 99.6%
  • Dockerfile 0.4%