- Kali Linux:An Ethical Hacker's Cookbook(Second Edition)
- Himanshu Sharma
- 130字
- 2021-06-24 15:59:26
How to do it...
- Download/clone the repository from GitHub: https://github.com/Warflop/CloudBunny:

- Next, install the Python dependencies by using the pip install -r requirements.txt command.
- Since the tool is dependent on Shodan, Censys, and Zoomeye, we need to provide the API keys in api.conf:

- Now that everything is set, we can run the tool with the -h flag to see all of its features:

- As an example, we will run the tool to find the IP address of a domain using only Shodan. The command for the same is mentioned in the following code block:
python cloudbunny.py -u domain.com -s
The following screenshot shows the output of the preceding command:

From the preceding screenshot, we can see that we have gathered one IP address for the packtpub.com domain.
推薦閱讀
- Kubernetes修煉手冊
- Linux系統架構與運維實戰
- Modern Web Testing with TestCafe
- 零起點學Linux系統管理
- 新手易學:系統安裝與重裝
- VMware Horizon View Essentials
- Agile IT Security Implementation Methodology
- 鴻蒙HarmonyOS應用開發入門
- BuddyPress Theme Development
- Responsive Web Design with AngularJS
- Windows 8玩全不求人
- Apache ShardingSphere權威指南
- 電子商務系統建設與管理
- Windows PE權威指南
- Building E-commerce Sites with Drupal Commerce Cookbook