Files
nsfocus_all/nsfocus_passwd_excel.py

11 lines
405 B
Python
Raw Permalink Normal View History

2018-12-09 18:13:51 +08:00
#!/usr/bin/env python
# -*- coding: utf-8 -*-
2018-12-09 18:17:27 +08:00
# @Time : 2018/12/09 18:14
2018-12-09 18:13:51 +08:00
# @Author : 852782749@qq.com
2018-12-09 18:17:27 +08:00
# @File : nsfocus_passwd_excel.py
2018-12-09 18:13:51 +08:00
# @Software: PyCharm
2018-12-09 18:17:27 +08:00
'''将文件放在要处理的绿盟科技漏洞扫描综合报表内自动识别index.html文件会生成date.xls
在当前目录下执行python nsfocus_passwd_excel.py
2018-12-09 18:13:51 +08:00
需要导入第三方库xlwt库BeautifulSoup库lxml库
2018-12-09 18:17:27 +08:00
'''