LCatro
LCatro
@luke-jr Oh ,I'm forget something .parse_config() will return a buffer ,and this is a static buffer .I change this buffer alloc by malloc() .
@luke-jr this is my fix code at parse_config() ```C static char *parse_config(json_t *config, bool fileconf, int * const fileconf_load_p) { //static char err_buf[200]; struct opt_table *opt; json_t *val; if (fileconf...
@luke-jr I'm try to fuzzing bfgminer and fix more code at last mouth .now forget these codes where i rewrite .So sorry . :) other little problem :  
@MBTimY 多谢老哥的pull ,我印象中记得是修复了重放这个问题的,明天合你的代码,然后我小小重构一下~
马老板666 ,我还没用过Merge pull ,先摸索一下..
马老板,我把代码改了,没有pull 你的这个..
老哥,我从你的代码里抽出了主要的逻辑封装进去了,谢谢啦..
前端漏洞能检测,二进制漏洞不能..
是网络问题导致了recv() 没有返回值引发了异常,然后data 还是一个空变量,然后print data 引用了空变量,给远程DoS 了,哈哈..
This payloads is not command execute ,just check remote server vuln state and return a echo string ..