Files
nsfocus_all/nsfocus_passwd_excel.py
bozhihouc ebff877494 20181209
2018-12-09 18:17:27 +08:00

11 lines
405 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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