net_sniffer

net_sniffer is shell tool for controlling/operating net sniffer.

Developed in bash code: 100%.

GitHub shell checker

The README is used to introduce the tool and provide instructions on how to install the tool, any machine dependencies it may have and any other information that should be provided before the tool is installed.

GitHub issues Documentation Status GitHub contributors

Installation

Debian Linux OS

Navigate to release page download and extract release archive.

To install net_sniffer type the following

tar xvzf net_sniffer-x.y.tar.gz
cd net_sniffer-x.y
cp -R ~/sh_tool/bin/   /root/scripts/net_sniffer/ver.x.y/
cp -R ~/sh_tool/conf/  /root/scripts/net_sniffer/ver.x.y/
cp -R ~/sh_tool/log/   /root/scripts/net_sniffer/ver.x.y/

Or You can use Docker to create image/container.

Dependencies

net_sniffer requires next modules and libraries

  • None

Shell tool structure

net_sniffer is based on MOP.

Shell tool structure

sh_tool/
├── bin/
│   ├── net_dumper.sh
│   ├── net_ipsniffer.sh
│   └── net_params.sh
├── conf/
│   └── net_sniffer.cfg
└── log/
    └── net_sniffer.log

Indices and tables