Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
cloudbunny — CloudBunny 是一款用于捕获使用WAF作为代理或保护的服务器真实IP的工具。在该工具中,我们使用了三个搜索引擎来搜索域名信息:Shodan、Censys 和 Zoomeye。 | Kitploit
工具/GitHubGitHub/warflop/cloudbunny
OSINT (开源情报)侦察信息收集WAF绕过Web安全
GitHubwarflop/cloudbunny

cloudbunny

CloudBunny 是一款用于捕获使用WAF作为代理或保护的服务器真实IP的工具。在该工具中,我们使用了三个搜索引擎来搜索域名信息:Shodan、Censys 和 Zoomeye。

查看仓库
376662年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CloudBunny

CloudBunny 是一款用于捕获使用 WAF 作为代理或防护的原始服务器的工具。

你可以在此处了解更多关于该工具的信息:https://tinyurl.com/y8p48wb3

工作原理

本工具使用了三个搜索引擎来搜索域名信息:Shodan、Censys 和 ZoomEye。要使用这些工具,你需要 API 密钥,可以在以下链接获取:

root@kitploit:~
Shodan - https://account.shodan.io/
Censys - https://censys.io/account/api
ZoomEye - https://www.zoomeye.org/profile

注意:在 ZoomEye 中,你需要输入登录名和密码,它会生成一个动态的 API 密钥,我已经为你处理好了这一步。只需输入你的登录名和密码。

之后,你需要将凭据放入 api.conf 文件中。

安装依赖:

root@kitploit:~
$ pip3 install -r requirements.txt

使用方法

默认情况下,该工具会在所有搜索引擎上搜索(你可以通过参数进行设置),但你需要像上面提到的那样提供凭据。在加载凭据并安装依赖后,执行:

root@kitploit:~
$ python3 cloudbunny.py -u securityattack.com.br

查看帮助区域:

root@kitploit:~
$ python3 cloudbunny.py -h

将 securityattack.com.br 替换为你选择的域名。

示例

root@kitploit:~

$ python3 cloudbunny.py -u site_example.com.br

	            /|      __  
	           / |   ,-~ /  
	          Y :|  //  /    
	          | jj /( .^  
	          >-"~"-v"  
	         /       Y    
	        jo  o    |  
	       ( ~T~     j   
	        >._-' _./   
	       /   "~"  |    
	      Y     _,  |      
	     /| ;-"~ _  l    
	    / l/ ,-"~    \  
	    \//\/      .- \  
	     Y        /    Y*  
	     l       I     ! 
	     ]\      _\    /"\ 
	    (" ~----( ~   Y.  )   
	~~~~~~~~~~~~~~~~~~~~~~~~~~    
CloudBunny - 通过搜索引擎绕过 WAF
作者:Eddy Oliveira (@Warflop)
https://github.com/Warflop 
    
[+] 正在 Shodan 上查找目标...
[+] 正在 Censys 上查找目标...
[+] 正在 Censys 上查找证书...
[+] 正在 ZoomEye 上查找目标...
[-] 请稍等几秒...


+---------------+------------+-----------+----------------------------+
|   IP 地址     |   ISP      |   端口    |         最后更新时间       |
+---------------+------------+-----------+----------------------------+
|  55.14.232.4  | Amazon.com | [80, 443] | 2018-11-02T16:02:51.074543 |
| 54.222.146.40 | Amazon.com |    [80]   | 2018-11-02T10:16:38.166829 |
| 18.235.52.237 | Amazon.com | [443, 80] | 2018-11-08T01:22:11.323980 |
| 54.237.93.127 | Amazon.com | [443, 80] | 2018-11-05T15:54:40.248599 |
| 53.222.94.157 | Amazon.com | [443, 80] | 2018-11-06T08:46:03.377082 |
+---------------+------------+-----------+----------------------------+
    可能会存在一些误报 :)
下载工具