모의해킹/정보수집 단계
정보수집 단계 - (12) 쇼단(Shodan)을 활용한 정보수집 -4
jacob942
2019. 3. 1. 21:22
정보수집 단계 - (12) 쇼단(Shodan)을 활용한 정보수집 -4
shodan host <IP_address>
shodan host --history <IP_address>
> host정보 획득
shodan scan submit <IP_address>
shodan myip
> 나의 ip정보
shodan stats --facets <정렬기준> <무엇으로 검색>
shodan stats --facets product product:d-link
> d-link와 관련된 product 정보 많이 사용되는 순으로 정렬
shodan stats --facets port country:KR
> 한국에서 가장 많이 사용하고 있는 포트
7547 : 통신사 게이트웨이
80 : http
shodan stats --facets country telnet
> country기준으로 telnet을 가장 많이 사용하는 곳 ( telnet은 외부에 열려있으면 안 됨)
shodan stats --facets http.componet_category:1000 http
> http에서 사용하는 컴포넌트 정보들