Shodan

  • 使用没有弄完
  1. asn:AS14064 # 查找指定 ASN 下的记录
  2. product:MYSQL # 查找 MYSQL 服务器
  3. vuln: ms17-010 # 查找指定漏洞
  4. os:windows # 查找操作系统
  5. city:"london" # 城市
  6. country:"IN" # 国家
  7. geo:"56.913055,118.250862" # 通过地理位置查询
  8. server: "gws" hostname:"google" # 查找 hostname
  9. net:210.214.0.0/16 # 查找网络
  10. proftpd port:21 # 查找端口
  11. apache after:22/02/2009 before:14/3/2010 # 查找指定时间
  12. title:"citrix gateway" # 查找 citrix 网关
  13. html:"def_wirelesspassword" # 查找明文 WIFI 密码

参考

GitHub - humblelad/Shodan-Dorks: Dorks for shodan.io. Some basic shodan dorks collected from publicly available data.