This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
devsecops_и_промышленные_решения [2026/03/24 06:48] val [Модуль 3: Безопасность в DevOps] |
devsecops_и_промышленные_решения [2026/03/24 11:40] (current) val [Модуль 3: Безопасность в DevOps] |
||
|---|---|---|---|
| Line 364: | Line 364: | ||
| * [[https://habr.com/ru/articles/813799/|DPI из подручных материалов]] | * [[https://habr.com/ru/articles/813799/|DPI из подручных материалов]] | ||
| <code> | <code> | ||
| + | root@my-ubuntu:/# apt install apache2 | ||
| + | /etc/init.d/apache2 start | ||
| + | tcpdump -nnieth0 -s0 -A port 80 | ||
| + | |||
| root@my-ubuntu:/# snort -i eth0 -S HOME_NET=[0.0.0.0/0] -c /etc/snort/snort.conf # -A console | root@my-ubuntu:/# snort -i eth0 -S HOME_NET=[0.0.0.0/0] -c /etc/snort/snort.conf # -A console | ||
| </code> | </code> | ||