- Kali Linux:An Ethical Hacker's Cookbook(Second Edition)
- Himanshu Sharma
- 171字
- 2021-06-24 15:59:20
How to do it...
- Open your browser and visit https://www.shodan.io. You will see the following home page:

- We will begin by performing a simple search for the FTP services that are running. To do this, use the following Shodan command:
port:"21"
The following screenshot shows the output of the preceding command:

- This search can be made more specific by specifying a particular country or organization, as follows:
port:21 country:"IN"
The following screenshot shows the output of the preceding command:

- We can now see all the FTP servers running in India. We can also see which servers allow anonymous login and the version of FTP server they are running.
- Next, we will try the organization filter. This can be done by typing in the following:
port:21 country:"IN" org:"BSNL"
The following screenshot shows the output of the preceding command:

Shodan also has other tags, which can be used to perform advanced searches, such as the following:
Net: To scan IP ranges
City: To filter by city
More details can be found at https://www.shodan.io/explore.
Net: To scan IP ranges
City: To filter by city
More details can be found at https://www.shodan.io/explore.
推薦閱讀
- Mobile-first Bootstrap
- Arch Linux Environment Setup How-to
- VMware Horizon View 6 Desktop Virtualization Cookbook
- 循序漸進學Docker
- 異質結原理與器件
- Python基礎教程(第3版)
- Mobile First Design with HTML5 and CSS3
- 無蘋果不生活 The New iPad隨身寶典
- 注冊表應用完全DIY
- 深入淺出Node.js
- Hands-On UX Design for Developers
- Linux應用大全 基礎與管理
- Learn OpenShift
- Unity AR/VR開發:實戰高手訓練營
- Azure Serverless Computing Cookbook