jingzhuen

Results 17 issues of jingzhuen

报错了,怎么办? 服务器资源占用情况 ![image](https://user-images.githubusercontent.com/63632785/161932005-17efab75-e505-4e47-a695-d268b7b28b71.png) 日志 [arl_worker.log](https://github.com/TophantTechnology/ARL/files/8425074/arl_worker.log)

问题:爱企查,爬虫,HOST碰撞,动态链接和后台地址标签页一直没有过数据 环境:腾讯云服务器 ubuntu 20.04 使用官方给出的docker部署方式 能添加的key都添加了 ![image](https://user-images.githubusercontent.com/63632785/150896167-d55f1aa1-721a-4385-93a5-587ea5a10ca3.png) ![image](https://user-images.githubusercontent.com/63632785/150896222-e10b5279-c18e-4970-918e-6f709d1695b2.png) ![image](https://user-images.githubusercontent.com/63632785/150896266-837896ca-7276-48e2-9a78-ad0410db090c.png)

我发现每次在使用时都需要多一个步骤,或是手动拼接再批量打开,或是复制进burp直接爆破,等等 如果可以,希望可以有一个功能是导出绝对路径 ![image](https://user-images.githubusercontent.com/63632785/184597302-3af2d94b-9719-4f58-8d5c-e811631ae883.png) 测试网址:http://219.142.83.35/survey/ FindSomething ![image](https://user-images.githubusercontent.com/63632785/184599325-591b772d-4237-40d6-b4eb-a7fe26735131.png) jsfinder ![image](https://user-images.githubusercontent.com/63632785/184599057-8c87a6a5-6e6b-4526-a384-c9a5dfa41959.png)

https://github.com/fuckhoneypot/fuckhoneypot

### 问题描述 JSONPath不支持中划线 ### 环境信息 *请填写以下信息:* - OS信息: [e.g.:windows11] - JDK信息: [e.g.:jdk17] - 版本信息:[e.g.:Fastjson2 2.0.45] ### 重现步骤 ![image](https://github.com/alibaba/fastjson2/assets/63632785/a2374b69-9afa-44fd-b490-827cef2f5ec4) ```java JSONObject u = JSON.parseObject("{\"phone-Numbers\": \"XXX\"}"); Map paths = JSONPath.paths(u); JSONPath.set(u,"$.phone-Numbers", "ccc");...

bug
fixed

``` String json = "{\"message\": \"\\u4f60\\u597d\"}"; System.out.println(JSON.parse(json)); ``` 输出结果:{"message":"你好"} 期待的结果:{"message": "\u4f60\u597d"} 根据文档,[https://alibaba.github.io/fastjson2/features_cn.html](https://alibaba.github.io/fastjson2/features_cn.html) JSONReader.Feature根本没有对应取消解码unicode的实现 我之前有提过,但您一直没有回复,可能是没有看到,所以我关闭了之前的[问题](https://github.com/alibaba/fastjson2/issues/2119),提出了这个问题。

question

例:hunter语法 cert.subject="xxx.com" 查询语法修改为:domain.suffix="xxx.com" or cert.subject="xxx.com" 。。。。 ![image](https://user-images.githubusercontent.com/63632785/202985628-eeeaadff-cf8d-4e47-880c-6e74dad54757.png)

环境:docker部署 + ubuntu 目标:liepin.com dictionary changed size during iteration Traceback (most recent call last): File "/code/app/tasks/domain.py", line 961, in domain_task d.run() File "/code/app/tasks/domain.py", line 942, in run self.domain_fetch() File "/code/app/tasks/domain.py",...