项目特点 GitHub项目地址:https://github.com/json-path/JsonPath 主要功能: 将Json字符串转为Java Map对象(这个不算什么,FastJson之类的工具都可以) 通过强大的规则表达式定位字段,返回字段值或值集合(很厉害) 支持的规则表达式以及示例(选自项目readme): JsonPath (点击测试) 结果 $.store.book[*].author The authors of all books $..author All authors
0x01 看一条规则alert tcp any any -> any any (content:"union";http_uri;nocase;content:"select":nocase;http_uri;)下面这两条会触发哪一条?http://foo.com?id=union select http://foo.com?id=select union实验结果是都会触发.这个实验说明content如果不加distance之类的修饰符的话,多个content