MCPcopy
hub / github.com/0x727/ShuiZe_0x727 / BaiduSubdomain

Function BaiduSubdomain

ShuiZe.py:259–265  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

257
258 # 百度爬虫
259 def BaiduSubdomain():
260 cprint('Load BaiduSpider ...', 'green') # 启动百度爬虫
261 from Plugins.infoGather.subdomain.Spider.Baidu.baidu import BaiduSpider
262 bdSubdomains, links = BaiduSpider().run_subdomain(domain)
263 # 保存到excel
264 spiderSheet.saveSpider('百度', links)
265 return bdSubdomains
266
267 # 必应爬虫
268 def BingSubdomain():

Callers 1

SpiderSubdomainFunction · 0.85

Calls 3

BaiduSpiderClass · 0.90
saveSpiderMethod · 0.80
run_subdomainMethod · 0.45

Tested by

no test coverage detected