- 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.
推薦閱讀
- 操作系統實用教程(Linux版)
- SOA實踐者說
- Windows Phone 7.5 Data Cookbook
- 8051軟核處理器設計實戰
- OpenStack系統架構設計實戰
- Introduction to R for Quantitative Finance
- 統信UOS應用開發進階教程
- Multi-Cloud for Architects
- Docker容器技術與應用
- Linux集群之美
- Learning IBM Watson Analytics
- 鴻蒙HarmonyOS應用開發入門
- BuddyPress Theme Development
- OpenStack Trove Essentials
- VMware Virtual SAN Cookbook