언어 바꾸기English
이전 목록

Shodan에 무료 API가 있다 — 노출된 장치를 인터넷에서 스캔하세요 (Python 예제 포함)

Shodan Has a Free API — Scan the Internet for Exposed Devices (With Python Examples)

TL;DR AI

핵심 요약

1분
  1. Free plan 무료 플랜이 검색당 100개 결과를 제공한다, free plan: 100 results per search.

  2. 월 1회 스캔 가능하다, free plan: 1 scan/month.

  3. Shodan API API 키로 프로그래매틱 검색이 가능하다, sign up at shodan.io → Account → API Key.

  4. Python library Python용 공식 라이브러리를 설치할 수 있다 pip install shodan.

  5. MongoDB 인증이 없는 MongoDB 인스턴스 48,231개가 검색되었다, output: Found 48,231 exposed MongoDB instances.

원문 보기