⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.flow

📁 关于网络渗透技术的详细讲解
💻 FLOW
字号:
The Flow tracking module is meant to start unifying the state keepingmechanisms of snort into a single place. Right now, only a portscandetector is implemented but in the long term,  many of the statefulsubsystems of snort will be migrated over to becoming flow plugins.An IPv4 flow is defined as a unique(IPPROTO,SIP,DIP,DPORT,SPORT)     the DPORT and SPORT are 0 unless the protocol is TCP or UDPmemcap   number of bytes to allocaterows   number of rows for the flow hash tablestats_interval    dump statistics at a set interval to stdout. This is an integer    representing a time in seconds.  Set this to 0 to disable.  This    information will be dumped upon shutdown.hash 1 - pick a hashing method   1 - hash by byte   2 - hash by integer ( faster, not as much of a chance to become diverse)   The hash table has a pseudorandom salt picked to make algorithmic   complexity attacks much more difficultExample configuration:preprocessor flow: stats_interval 0 hash 2

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -