Giter VIP home page Giter VIP logo

bypass_cdn's Introduction

Bypass_cdn

绕过CDN查找网站的真实IP地址

简介

项目结构

项目结构

说明

  • 魔改了lijiejie的subDomainsBrute用于子域名扫描
  • 根据HTTP响应包长度在扫出的地址范围内寻找真实IP
  • requirements.txt可能不全,缺什么需要手动安装一下
  • 输入的目标必须以http/https开头

示例

PS C:\Users\SH\Desktop\Bypass_cdn> python3 .\scan.py https://www.ghxi.com/
[+] 目标不存在CDN
[+] 220.167.108.138
PS C:\Users\SH\Desktop\Bypass_cdn> python3 .\scan.py https://www.runoob.com/
[+] 目标存在CDN: 七牛云
[+] phpinfo测试...
[+] 奇特ping测试...
[+] DNS解析历史记录...
[+] 子域名扫描...
[+] All Done. 1 found, 27450 scanned in 120.5 seconds.
[+] 扫描C段: 47.246.16.0/24
[*] 47.246.16.252       8       0
[+] 扫描C段: 113.200.15.0/24
[+] 扫描C段: 113.16.206.0/24
[*] 113.16.206.254      8       0
[+] 扫描C段: 113.96.109.0/24
[*] 113.96.109.115      8       0
[+] 扫描C段: 118.31.45.0/24
[*] 118.31.45.64        719     0
[*] 118.31.45.36        3547    0
[*] 118.31.45.76        26358   26358
[*] 118.31.45.5         1517    0
    ......
    ......
    ......
[+] 扫描C段: 219.147.154.0/24
[+] 扫描C段: 124.239.162.0/24
[+] 扫描C段: 223.15.226.0/24
[*] 223.15.226.208      8       0
[+] 扫描C段: 118.123.2.0/24
[*] 118.123.2.232       8       0
[+] 扫描C段: 111.6.226.0/24
[*] 111.6.226.250       8       0
[+] 找到可能的IP地址
61.168.100.115

考虑到很多网站的真实IP所在主机为反向代理,会根据host头转发到后端的负载均衡服务器 上面输出中ip后面跟着的两个数字,就是有host和无host的响应包大小

bypass_cdn's People

Contributors

pluto-123 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.