博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Suricata的命令行解释
阅读量:5278 次
发布时间:2019-06-14

本文共 2493 字,大约阅读时间需要 8 分钟。

 

 

  见官网

https://suricata.readthedocs.io/en/latest/command-line-options.html

 

 

 

 

 

root@SELKS:~# suricataSuricata 4.0.0-dev (rev 5e3d8b1)USAGE: suricata [OPTIONS] [BPF FILTER]    -c 
: path to configuration file -T : test configuration file (use with -c) -i
: run in pcap live mode -F
: bpf filter file -r
: run in pcap file/offline mode -q
: run in inline nfqueue mode -s
: path to signature file loaded in addition to suricata.yaml settings (optional) -S
: path to signature file loaded exclusively (optional) -l
: default log directory -D : run as daemon -k [all|none] : force checksum check (all) or disabled it (none) -V : display Suricata version -v[v] : increase default Suricata verbosity --list-app-layer-protos : list supported app layer protocols --list-keywords[=all|csv|
] : list keywords implemented by the engine --list-runmodes : list supported runmodes --runmode
: specific runmode modification the engine should run. The argument supplied should be the id for the runmode obtained by running --list-runmodes --engine-analysis : print reports on analysis of different sections in the engine and exit. Please have a look at the conf parameter engine-analysis on what reports can be printed --pidfile
: write pid to this file --init-errors-fatal : enable fatal failure on signature init error --disable-detection : disable detection engine --dump-config : show the running configuration --build-info : display build information --pcap[=
] : run in pcap mode, no value select interfaces from suricata.yaml --pcap-buffer-size : size of the pcap buffer value from 0 - 2147483647 --af-packet[=
] : run in af-packet mode, no value select interfaces from suricata.yaml --simulate-ips : force engine into IPS mode. Useful for QA --user
: run suricata as this user after init --group
: run suricata as this group after init --erf-in
: process an ERF file --unix-socket[=
] : use unix socket to control suricata work --set name=value : set a configuration valueTo run the engine with default configuration on interface eth0 with signature file "signatures.rules", run the command as:suricata -c suricata.yaml -s signatures.rules -i eth0 root@SELKS:~#

 

转载于:https://www.cnblogs.com/zlslch/p/7384212.html

你可能感兴趣的文章
WPF 使用 Edge 浏览器
查看>>
SQL Reverse函数
查看>>
查看数据库表的数据量和SIZE大小的脚本修正
查看>>
SQLSERVER性能监控级别步骤
查看>>
SQL Server 执行计划利用统计信息对数据行的预估原理二(为什么复合索引列顺序会影响到执行计划对数据行的预估)...
查看>>
JS 禁止右键,禁止复制,禁止粘贴
查看>>
jquery.ui.accordion的修改(支持展开多个)
查看>>
【javascript基础】6、new与构造函数
查看>>
未能从文本"Template"创建 "System.Windows.DependencyProperty"
查看>>
黑马程序员--面向对象(一)封装、成员变量与局部变量、匿名对象、构造函数、this关键字...
查看>>
未能加载文件或程序集“Common”或它的某一个依赖项。试图加载格式不正确的程序...
查看>>
WebAPI通过multipart/form-data方式同时上传文件以及数据(含HttpClient上传Demo)
查看>>
C# webBrowser 获取元素class属性值
查看>>
百度地图API
查看>>
每天进步一点点 JavaScript之模态对话框及onload事件
查看>>
Linux下配置mysql数据库
查看>>
redis rdb
查看>>
介绍一个VC中代码缩进的工具
查看>>
转载VC6LineNumberAddin
查看>>
几个Servlet小Sample网站
查看>>