- 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.
推薦閱讀
- Windows Server 2019 Cookbook
- Linux系統(tǒng)文件安全實戰(zhàn)全攻略
- Learning Windows Server Containers
- 從零開始寫Linux內(nèi)核:一書學(xué)透核心原理與實現(xiàn)
- Instant Handlebars.js
- 深入Linux內(nèi)核架構(gòu)與底層原理(第2版)
- 混沌工程:復(fù)雜系統(tǒng)韌性實現(xiàn)之道
- RESS Essentials
- Kali Linux 2018:Windows Penetration Testing
- OpenSolaris設(shè)備驅(qū)動原理與開發(fā)
- Introduction to R for Quantitative Finance
- 大規(guī)模分布式系統(tǒng)架構(gòu)與設(shè)計實戰(zhàn)
- Python機器學(xué)習(xí)系統(tǒng)構(gòu)建(原書第3版)
- Unity AR/VR開發(fā):實戰(zhàn)高手訓(xùn)練營
- 樹莓派+傳感器:創(chuàng)建智能交互項目的實用方法、工具及最佳實踐