Randolph

Results 10 comments of Randolph

> sorry, I just added a part of the test case, I will fill it up tomorrow, and today I am still testing complex named set operations

we can fix this problem by add a judgment at [rule.go line 87](https://github.com/google/nftables/blob/16a134723a9679a5cc4a63fe37f7624ccf7c07f9/rule.go#L87): ``` var rules []*Rule for _, msg := range reply { r, err := ruleFromMsg(msg) if err...

> Can you send your change as a pull request as well? Or is there any reason why it couldn’t be upstreamed? :) hey, here comes my first pull request,...

If call `defer interactClient.Close()`,`results []*output.ResultEvent` will be empty when the second sacan ends; If not call `defer interactClient.Close()`,the upper function will not wait for all the results output; I do...

不是 只要编译对应环境的动态链接库就可以用 我这边常用MACOS和ubuntu,所以一般打这俩的包,你安装cmake试一下同样的编译过程 libpcap包如果用到了也打一个dll

> I think no one else is working on this at the moment. If you're interested, your contributions would be very welcome! If the `poc_code` generated by the Nuclei YAML...

感谢宝贵的建议! 1. 目前还没根据规范做过review,对适配模块的功能不够熟悉,因此很多无用代码还没删; 2. 由于验证工作还没怎么完善,所以请求结果的处理逻辑还没有通用地处理; 3. 当前仅仅根据goby官方文档映射了数据结构,还没完全符合要求,会继续修正和测试; 4. 主要想先确认nuclei适配模块的设计逻辑,当前`json`转`.py`后通过命令使用时没有通过,我会先解决这个问题;

后面因print_*_frame相关方法并无实用,就删除了相关接口