扫描一切联网的设备
www.shodan.io
一、ip
直接搜索:123.123.123.123
二、搜索服务
http
http country:"DE" 指定搜索德国
http country:"DE" product:"Apache httpd"
http product:"Apache httpd"
ssh
ssh default password
ssh default password country:"JP"
FTP anon successful
三、country city搜索指定的国家、城市
country:cn
country:us
country:jp
city:"shanghai"
四、product 搜索指定的操作平台、软件、系统
product:"Microsoft IIS httpd"
product:"nginx"
product:"Apache httpd"
product:"MySQL"
五、version 搜索指定的软件版本
product:MySQL version:"5.1.73"
product:"Microsft IIS httpd" version:"7.5"
六、hostname 搜索指定的主机或域名,例如
hostname:.org
hostname:.edu
hostname:"google"
hostname:baidu.com
七、os
os:"Windows Server 2008 R2"
os:"Windows 7 or 8"
os:"Linux 2.6.x"
八、net
net:110.180.13.0/24
200 ok net:110.180.13.0/24
200 ok country:JP net:110.180.13.0/24
九、port 搜索指定端口或服务
port:22
port:80
port:21