()
| 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(): |
no test coverage detected