boy-hack/w8fuckcdn: 通过扫描全网绕过CDN获取网站IP地址
2018-05-21 22:10:49 Author: github.com(查看原文) 阅读量:172 收藏

Join GitHub today

GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.

Sign up

README.MD

通过扫描全网绕过CDN获取网站IP地址

使用

  • target.log 配置扫描的IP段
  • config.py 设置要查找的文本以及网站域名
  • 运行 python fuckcdn.py

程序流程

基于masscan扫描IP端中开放的80端口,程序自动连接每个IP测试,筛选出符合条件的ip保存到result.txt
后续程序会提供"基于扫描子域名获取IP段"的方法来尽可能减少IP段范围

特性

  1. 支持winodws/linux
  2. gevent 协程IO 最大化利用资源
  3. masscan扫描,最快能6分钟扫完全网

安装

  • pip install gevent

问题&答案

  1. 如果发现masscan运行出错请编译masscan
  2. 如果第一次扫描发现了大量IP可以将IP放到target.log进行第二次扫描并重新设置关键字

Thanks


文章来源: https://github.com/boy-hack/w8fuckcdn
如有侵权请联系:admin#unsafe.sh