- Kali Linux:An Ethical Hacker's Cookbook
- Himanshu Sharma
- 154字
- 2021-07-08 09:41:19
How to do it...
To learn about Shodan, follow the given steps:
- Open your browser and visit https://www.shodan.io:

- We begin by performing a simple search for the FTP services running. To do this we can use the following Shodan dorks: port:"21". The following screenshot shows the search results:

- This search can be made more specific by specifying a particular country/organization: port:"21" country:"IN". The following screenshot shows the search results:

- We can now see all the FTP servers running in India; we can also see the servers that allow anonymous login and the version of the FTP server they are running.
- Next, we try the organization filter. It can be done by typing port:"21" country:"IN" org:"BSNL" as shown in the following screenshot:

Shodan has other tags as well that can be used to perform advanced searches, such as:
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.
推薦閱讀
- 編程的修煉
- INSTANT MinGW Starter
- Kotlin Standard Library Cookbook
- Web程序設計(第二版)
- Android 應用案例開發大全(第3版)
- 單片機原理及應用技術
- MyBatis 3源碼深度解析
- Greenplum構建實時數據倉庫實踐
- Learning D3.js 5 Mapping(Second Edition)
- Python全棧開發:數據分析
- PHP高性能開發:基礎、框架與項目實戰
- JavaScript重難點實例精講
- Building an E-Commerce Application with MEAN
- WordPress 3.7 Complete(Third Edition)
- OpenStack Networking Cookbook