1、docker打包环境
2、wooyun漏洞库新增功能:待完成关键字分析->词库添加;标签添加;关注度添加
3、[完成]wp下标签正则:
//add cve
$cve = $post_title;
preg_match_all('/(CVE|cve|CNVD|cnvd)-[0-9]{0,}-[0-9]{0,}/', $cve, $matches);
$res = $matches[0];
for ($x=0; $x<=count($res); $x++) {
$keywords = $keywords.",".$res[$x];
}
//end cve
4、词库-关键字提取
#lac
#paddle
5、ctf添加
6、自动化:
通过存量数据分类及文章信息,获取关键字;作为基础分析数据;根据该基础数据,对后续文章通过贝叶斯算法,自动判断分类归属