Security_Code/资产收集/子域名爆破2/README.MD

19 lines
669 B
Markdown
Raw Permalink 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.

安装依赖
aiofiles,aiomultiprocess,asyncio,aiodnsaiohttp
能够实现批量爆破网站的二级三级域名并且检测使用http或者https最后根据页面存活保存结果
基于异步多进程协程方式的子域名爆破,提供如下:
1. 批量爆破网站的二级域名,三级域名
2. 定义二级三级字典,可以修改源码改变
3. 对爆破结果进行网页访问,保存访问成功的(通过状态码判断,可以在代码中修改)
在代码中
Check_Alive_Status = [200,301,302]
# 这里可以进行设置状态码存活,符合状态码将会判断为网页存活
建议是200和301当然加入404也行