ids

Snort not detecting Pings with other devices

☆樱花仙子☆ 提交于 2021-01-28 09:40:57
问题 I have a problem with Snort, I've just installed the program on a R-Pi. 2 other computers on the same network can ping the R-Pi with success. However I had the idea that snort was able to be run in Promiscuous mode meaning that it can see all traffic in a local network... without needing to run it inline in the network. When i try ping the other two computers in the same network Snort does not pick this up. Changes i have tried.... Ruleset set to - alert icmp any any -> any any Config file

Snort not detecting Pings with other devices

我们两清 提交于 2021-01-28 09:35:29
问题 I have a problem with Snort, I've just installed the program on a R-Pi. 2 other computers on the same network can ping the R-Pi with success. However I had the idea that snort was able to be run in Promiscuous mode meaning that it can see all traffic in a local network... without needing to run it inline in the network. When i try ping the other two computers in the same network Snort does not pick this up. Changes i have tried.... Ruleset set to - alert icmp any any -> any any Config file

How to send Suricata log to Kafka?

ⅰ亾dé卋堺 提交于 2020-05-09 07:25:50
问题 After install and config Suricata 5.0.2 according to document https://suricata.readthedocs.io/. I try to change some configuration in suricata.yaml by adding: - alert-json-log: enabled: yes filetype: kafka kafka: brokers: > xxx-kafka-online003:9092, xxx-kafka-online004:9092, xxx-kafka-online005:9092, xxx-kafka-online006:9092, xxx-kafka-online007:9092 topic: nsm_event partitions: 5 http: yes Next I run Suricata, and receive the error Invalid entry for alert-json-log.filetype. Expected "regular

[Erlang 0051] Using ETS in Erlang Shell

二次信任 提交于 2020-04-01 20:07:52
在Erlang Shell中调试的时候经常会遇到的一个问题就是在Shell中遇到异常会导致ETS表丢失,需要反复去创建ETS表,调试比较麻烦.这是由于Erlang Shell在遇到异常之后会重建,ETS表依赖于创建它的进程,如果创建它的进程崩溃了ETS表也就销毁了(不是绝对的,后面可以看到);看下官方文档的描述: Note that there is no automatic garbage collection for tables. Even if there are no references to a table from any process,it will not automatically be destroyed unless the owner process terminates.It can be destroyed explicitly by using delete/1.The default owner is the process that created the table. 我们先来解决这个Erlang Shell调试的问题,首先一个很简单的方法就是解除对Shell进程的依赖,我们在别的进程里面创建ETS表. Eshell V5.9 (abort with ^G)1> ets:new(test,[named_table]). %%%

将ids按数量分组放入List集合

纵然是瞬间 提交于 2020-03-23 09:55:33
当ids数量成千上万的时候,如果还要使用in方法进行查询,ids可以先分组得到idList再循环idList查询; code: /** * 将id串分隔成若干份 * @param vids * @param len * @return */ public static List<String> splitSqlParamsToList(String ids, int len){ List<String> vidList = new ArrayList<>(); StringBuffer buffer = new StringBuffer(); String[] split = ids.split(","); int length = split.length; // 分隔vids串,单个大小len长度 String value = ""; for (int i = 0; i < length; i++) { value = split[i]; if(isNullOrEmpty(value)){ continue; } // (i + 1) % len != 0 if(isNullOrEmpty(buffer.toString())){ buffer.append(value); }else{ buffer.append("," + value); } if(buffer

java迭代删除权限

梦想与她 提交于 2020-03-18 17:33:29
/** * 迭代删除权限 * * @param permissionIds 权限主键集合 */ private void iterationDeletePermission(List<String> permissionIds) { final List<Permission> permissionList = this.list(Wrappers.<Permission>lambdaQuery().in(Permission::getPermissionPid, permissionIds)); this.removeByIds(permissionIds); if (permissionList.size() > 0) { final List<String> ids = permissionList.stream().map(Permission::getPermissionId).collect(Collectors.toList()); this.iterationDeletePermission(ids); } }    来源: https://www.cnblogs.com/song1024/p/12518261.html

hystrix服务容错处理笔记

余生颓废 提交于 2020-03-16 18:28:29
目录 0 环境 1 前言 2 基本用法 2.1 创建项目 2.2 yml配置 2.3 开启断路器和提供RestTemplate实例 2.4 提供hystrix接口 3 请求命令 4 异常处理 5 请求缓存 5.1 加缓存 5.2 移除缓存 6 请求合并 7 总结 0 环境 系统环境: win10 编辑器:idea springcloud:H版 1 前言 hystrix叫断路器/熔断器。相当于保险丝 微服务中存在多个服务可直接调用的服务 调用时突然出现故障(常在河边走 哪有不湿鞋) 可能整个系统凉了(服务雪崩效应 --> 【 | 类似前段时间 都缺人其实 假设而已 可能比喻不恰当 超市A -> 食品厂B --> 原料厂C | A催货 --> B需要原料 催货 --> C这边没有人手 B只能催C 等这边有货 而A不断催B B只能继续催C 就这样凉了】) 通过hystrix解决这个问题 某一个模 块故障了 通过我们之前配置好的东西 使的整个系统能运转 2 基本用法 创建一个springboot项目 配置依赖 进入项目 | 配置yml --> 端口设置 应用名 eureka连接 | 开启断路器。。。 项目用到的eureka server和provider以及hystrix 2.1 创建项目 2.2 yml配置 spring: application: name: hystrix

PHP操作实现一个多功能购物网站

倖福魔咒の 提交于 2020-03-12 14:36:16
PHP操作实现一个多功能购物网站 一、需要实现的页面: Index.aspx:浏览商品页面,显示商品列表,用户可以点击“加入购物车“。 ViewCart.aspx:查看购物车页面,显示已购买的商品信息,可以点击“删除“和“提交添加订单购买”商品 ViewAccount.aspx:查看个人账户余额 Login.aspx:登录页面 二、实现功能: 1.显示商品列表 2.实现购买功能,购买的时候动态显示购物车中的商品数量和商品总价格 3.点击查看购物车后,显示已购买的商品。注意“购买数量”列,如果对一种商品点击购买多次,其“购买数量”不断增加。 4.删除购物车中已购买的商品。 如果某商品的“购买数量”为1时,则点击“删除”时,直接从购物车中删除该商品; 如果商品的“购买数量”大于1时,点击一次“删除”时,把其购买数量减1。直到该商品购买数量为1时,再点击删除时,删除该商品 5.在查看完购物车后还可以点击“浏览商品”继续购买。并在上面显示已购买的商品数量和总价格。 6.在“查看购物车“后,可以提交订单。 但在提交订单时,须完成以下功能: (a) 检查用户是否已登录,未登录则转到Login.aspx页面 (b)检查用户账户余额是否能够满足本次够买 (c)检查库存数量是否满足本次够买 (d)如果以上条件都满足则 i.从用户账户中扣除本次购买的总价格 ii.从商品库存中扣除本次每种商品的购买数量

Java 构建不限级别,不限字段个数的树形菜单

若如初见. 提交于 2020-03-11 17:10:01
我们要用到树形菜单的时候需要一些工具类,但是菜单显示的内容或者字段个数不一样,要统一封装,直接上代码 package common; import org.apache.commons.lang.StringUtils; import java.util.ArrayList; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; /** * * 类名称:MenuTreeUtil * * 类描述:递归构造树型结构 * */ public class MenuTreeUtil { public static Map<String, Object> mapArray = new LinkedHashMap<String, Object>(); public List<Map<String,Object>> menuCommon; public List<Object> list = new ArrayList<Object>(); /*** * * @param menuList * @param ids 主键 {"显示的字段","数据库查询出来的字段"} * @param parentIds 父键{"显示的字段","数据库查询出来的字段"} * @param names 名称{

微人事项目学习之职称管理

五迷三道 提交于 2020-03-10 03:35:37
学习SpringBoot+Vue前后端分离项目, 原项目GitHub地址 , 项目作者江雨一点雨博客 。 前端页面设计 < template > < div > < div > < el - input size = "small" v - model = "jl.name" style = "width: 300px" prefix - icon = "el-icon-plus" placeholder = "添加职称..." > < / el - input > < el - select size = "small" v - model = "jl.titleLevel" placeholder = "职称等级" style = "margin-left: 8px;margin-right: 8px" > < el - option v - for = "item in titleLevels" : key = "item" : label = "item" : value = "item" > < / el - option > < / el - select > < el - button icon = "el-icon-plus" size = "small" type = "primary" @click = "addJobLevel" > 添加 < / el -