Skip to content

Files

Latest commit

93ef2f2 · Jun 30, 2015

History

History
This branch is 203 commits behind USArmyResearchLab/Dshell:master.

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 30, 2015
Jun 30, 2015

Building a Dshell Docker image

Step 1: Build a Docker image that has Dshell installed and configured

sudo docker build -t dshell .

Step 2: Run the container with a native host directory (/home/user/pcap/) mounted in /mnt/pcap

sudo docker run -v /home/user/pcap:/mnt/pcap -it dshell

Step 3: Use Dshell to analyze network traffic

decode -d netflow /mnt/pcap/*.pcap