Files
nsfocus_all/README.md

26 lines
651 B
Markdown
Raw Normal View History

2018-03-03 13:36:28 +08:00
# nsfocus
2018-03-05 09:32:35 +08:00
RSAS_html报表处理成excel
2018-03-03 13:36:28 +08:00
# 条件
2018-03-22 11:20:46 +08:00
> 需要导入第三方库xlwt库、BeautifulSoup库、lxml库
2018-04-16 10:59:59 +08:00
2018-04-16 10:58:18 +08:00
> pip install xlwt
2018-04-16 10:59:59 +08:00
2018-04-16 10:58:18 +08:00
> BeautifulSoup库:https://pypi.python.org/pypi/beautifulsoup4/4.6.0
2018-04-16 10:59:59 +08:00
2018-04-16 10:58:18 +08:00
> pip install lxml
2018-04-16 10:59:59 +08:00
2018-03-05 09:32:35 +08:00
> 导出的报告必须包含综合报表+主机报表
2018-02-05 11:43:11 +08:00
<br/>RSAS V6.0
2018-01-18 11:51:51 +08:00
<br/>执行python nsfocus_excel.py
<br/>会自行处理的的index.html文件
2018-03-05 09:32:35 +08:00
<br/>输出格式:受影响主机+风险等级+漏洞名称+漏洞描述+修复建议+CVE编号
#### 没有落实具体的版本,可能会有差异
2018-03-22 11:20:46 +08:00
### 20180303
2018-04-16 10:58:18 +08:00
### 20180416
> 感谢大佬指出 121行 修复建议
2018-08-08 16:32:25 +08:00
> 在mac+windows系统 测试通过,脚本正常运行