https://github.com/vroncevic/net_sniffer
Cronjob for sniffer tool
https://github.com/vroncevic/net_sniffer
administration bash linux macos net qnx shell sniffer unix
Last synced: about 2 months ago
JSON representation
Cronjob for sniffer tool
- Host: GitHub
- URL: https://github.com/vroncevic/net_sniffer
- Owner: vroncevic
- License: gpl-3.0
- Created: 2016-08-01T17:25:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T19:02:05.000Z (about 2 years ago)
- Last Synced: 2025-07-19T12:40:44.371Z (11 months ago)
- Topics: administration, bash, linux, macos, net, qnx, shell, sniffer, unix
- Language: Dockerfile
- Homepage: https://vroncevic.github.io/net_sniffer
- Size: 6.79 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cronjob for sniffer tool

**net_sniffer** is shell tool for controlling/operating net sniffer.
Developed in **[bash](https://en.wikipedia.org/wiki/Bash_(Unix_shell))** code: **100%**.
[](https://github.com/vroncevic/net_sniffer/actions/workflows/net_sniffer_shell_checker.yml)
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.
[](https://github.com/vroncevic/net_sniffer/issues) [](https://github.com/vroncevic/net_sniffer/graphs/contributors)
**Table of Contents**
- [Installation](#installation)
- [Usage](#usage)
- [Dependencies](#dependencies)
- [Shell tool structure](#shell-tool-structure)
- [Docs](#docs)
- [Copyright and licence](#copyright-and-licence)
### Installation

Navigate to release **[page](https://github.com/vroncevic/net_sniffer/releases)** download and extract release archive.
To install **net_sniffer** type the following
```bash
tar xvzf net_sniffer-3.0.tar.gz
cd net_sniffer-3.0
cp -R ~/sh_tool/bin/ /root/scripts/net_sniffer/ver.3.0/
cp -R ~/sh_tool/conf/ /root/scripts/net_sniffer/ver.3.0/
cp -R ~/sh_tool/log/ /root/scripts/net_sniffer/ver.3.0/
```
Self generated setup script and execution
```bash
./net_sniffer_setup.sh
[setup] installing App/Tool/Script net_sniffer
Sat Dec 13 07:13:58 PM CET 2025
[setup] clean up App/Tool/Script structure
[setup] copy App/Tool/Script structure
[setup] remove github editor configuration files
[setup] set App/Tool/Script permission
[setup] create symbolic link of App/Tool/Script
[setup] done
/root/scripts/net_sniffer/ver.3.0/
├── bin/
│ ├── net_dumper.sh
│ ├── net_ipsniffer.sh
│ └── net_params.sh
├── conf/
│ ├── net_sniffer.cfg
│ └── net_sniffer_util.cfg
└── log/
└── net_sniffer.log
3 directories, 6 files
lrwxrwxrwx 1 root root 52 Dec 13 07:13 /root/bin/net_sniffer -> /root/scripts/net_sniffer/ver.3.0/bin/net_sniffer.sh
```
Or You can use docker to create image/container.
### Usage
```bash
# Create symlink for shell tool
ln -s /root/scripts/net_sniffer/ver.3.0/bin/net_sniffer.sh /root/bin/net_sniffer
# Setting PATH
export PATH=${PATH}:/root/bin/
# Control/operating net sniffer
net_sniffer
```
### Dependencies
**net_sniffer** requires next modules and libraries
* None
### Shell tool structure
**net_sniffer** is based on MOP.
Shell tool structure
```bash
sh_tool/
├── bin/
│ ├── net_dumper.sh
│ ├── net_ipsniffer.sh
│ └── net_params.sh
├── conf/
│ └── net_sniffer.cfg
└── log/
└── net_sniffer.log
```
### Docs
[](https://net-sniffer.readthedocs.io/projects/net_sniffer/en/latest/?badge=latest)
More documentation and info at
* [https://net_sniffer.readthedocs.io/en/latest/](https://net-sniffer.readthedocs.io/en/latest/)
* [https://www.gnu.org/software/bash/manual/](https://www.gnu.org/software/bash/manual/)
### Copyright and licence
[](https://www.gnu.org/licenses/gpl-3.0) [](https://opensource.org/licenses/Apache-2.0)
Copyright (C) 2016 - 2026 by [vroncevic.github.io/net_sniffer](https://vroncevic.github.io/net_sniffer)
**net_sniffer** is free software; you can redistribute it and/or modify
it under the same terms as Bash itself, either Bash version 4.2.47 or,
at your option, any later version of Bash 4 you may have available.
Lets help and support FSF.
[](https://my.fsf.org/)
[](https://my.fsf.org/donate/)