BingC

基于Bing搜索引擎的C段/旁站查询,多线程,支持API

Stars
103

BingC

Bing IP-> Bing APIC

python bingC.py IP/MASK [output_path]


Bing API``API API-Key

config.py

# 
accountKey = 'JaDRZblJ6OheyvTxxxxxxxxxxxxxxxxWx8OThobZoRA' 

# TrueAPI
ENABLE_API = True 

 python bingC.py 139.129.132.156

Running...
139.129.132.156 -> www.cdxy.me | 
139.129.132.156 -> 139.129.132.156 | 
139.129.132.156 -> www.presentxin.com | www.presentxin.com
139.129.132.156 -> www.cdxy.me | CTF  
Total: 4

C

 python bingC.py 139.129.132.0/24

Running...
139.129.132.237 -> www.huiu-technology.com |  - 
139.129.132.72 -> www.vsqq360.cn | -PK-
139.129.132.6 -> ld.yanlejy.com | __
139.129.132.81 -> www.jiulide.com | --96766_
139.129.132.237 -> www.fengdajd.com | - 
139.129.132.162 -> www.hjzj-vip.com | 
139.129.132.147 -> seahi.me |  - 
139.129.132.237 -> www.zhshunbo.com | , ...

...

API-KEY


  1. https://login.live.com
  2. https://datamarket.azure.com/dataset/bing/search 5000
  3. https://datamarket.azure.com/account `My Account```
  4. ```Primary AccountKey`
  5. config.py``ENABLE_API = True
Related Projects