mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-14 11:23:34 +02:00
17 lines
336 B
Markdown
17 lines
336 B
Markdown
snort
|
|
=====
|
|
|
|
![](https://badge.imagelayers.io/vimagick/snort:latest.svg)
|
|
|
|
[`Snort`][1] is an open source intrusion prevention system capable of real-time
|
|
traffic analysis and packet logging.
|
|
|
|
## Quick Start
|
|
|
|
```
|
|
$ alias snort='docker run --rm --net host -v `pwd`:/work -w /work vimagick/snort'
|
|
$ snort -vde
|
|
```
|
|
|
|
[1]: https://snort.org/
|