子域名扫描报告
生成于
"""
htmlcat = """
Repository: TheKingOfDuck/domain_screen Branch: master Commit: ea3949a5050a Files: 7 Total size: 67.1 KB Directory structure: gitextract_80hm6apt/ ├── .gitattributes ├── README.md ├── main.py ├── template.htm ├── template_files/ │ └── main.css ├── test.py └── urls.txt ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitattributes ================================================ *.js linguist-language=python *.css linguist-language=python *.html linguist-language=python ================================================ FILE: README.md ================================================ # domain_screen 批量采集站点基础信息&截图。 ## log 20190726:修复截图过大导致的网络超时问题及简化使用,支持批量截图,截图完的域名列表会直接移到finished目录。(需要截图的域名列表放在根目录下即可) 20190724:感谢\xeb\xfe师傅帮忙修复一个bug。 ## about [bcScan](https://github.com/TheKingOfDuck/bcScan)的升级版本,包括但不限于提升了截图的速度,报告的友好度。 py3环境下运行,报告生成在report目录下。依赖缺啥就自己pip装啥就OK了。 ## use: python3 main.py  ================================================ FILE: main.py ================================================ # -*- coding: utf-8 -*- __author__ = 'CoolCat' import asyncio from pyppeteer import launch import sys import shutil # -*- coding: utf-8 -*- """ ------------------------------------------------- File Name: srcScan Description : Author : CoolCat date: 2019/3/14 ------------------------------------------------- Change Activity: 2019/3/14: ------------------------------------------------- """ # coding=utf-8 import re import requests import time import os import socket global info import urllib3 urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) htmlHeader = """