Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
도구/GitHubGitHub/osmankandemir/indicator-intelligence
OSINT (Open Source Intelligence)DNS & Subdomain EnumerationInformation GatheringThreat Intelligence
GitHubosmankandemir/indicator-intelligence

indicator-intelligence

대상 도메인에서 정적 파일을 수집하여 위협 인텔리전스 및 IOC 강화를 위해 관련 도메인과 IPv4 주소를 발견합니다.

저장소 보기
103141년 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Logo

Indicator-Intelligence PyPI - Downloads Version Pip Version License Python Version Docker

Indicator-Intelligence

참고 : 법적 활동에만 사용해야 합니다. 다음을 참조하십시오; USAGE_POLICY.md LICENSE

설명

Indicator-Intelligence가 정적 파일을 수집한 후 위협 인텔리전스를 수행하기 위해 관련 도메인 및 IPv4 주소를 찾습니다.

스크린샷

완료

  • 관련 도메인, IP 수집.
  • HTTP - HTTPS 확인.
  • 대상 웹 애플리케이션에 대한 2차 수준 또는 더 깊은 정적 파일 스캔.

설치

소스 코드에서

설치 전에 패키지 종속성을 위해 virtualenv를 사용할 수 있습니다.

root@kitploit:~
git clone https://github.com/OsmanKandemir/indicator-intelligence.git
cd indicator-intelligence
python setup.py build
python setup.py install

PyPI에서

스크립트는 PyPI에서 사용 가능합니다. pip로 설치하려면:

root@kitploit:~
pip install indicatorintelligence

Dockerfile에서

Dockerfile을 빌드한 후 컨테이너에서 이 애플리케이션을 실행할 수 있습니다.

root@kitploit:~
docker build -t indicator .
docker run indicator --domains target-web.com --json

DockerHub에서

root@kitploit:~
docker pull osmankandemir/indicator
docker run osmankandemir/indicator --domains target-web.com --json

Poetry에서

root@kitploit:~
pip install poetry
poetry install

사용법

root@kitploit:~
-d DOMAINS [DOMAINS], --domains DOMAINS [DOMAINS] Input Targets. --domains target-web1.com target-web2.com
-p PROXY, --proxy PROXY Use HTTP proxy. --proxy 0.0.0.0:8080
-a AGENT, --agent AGENT Use agent. --agent 'Mozilla/5.0 (Windows NT 10.0; Win64; x64)'
-o JSON, --json JSON  JSON output. --json

함수 사용법

root@kitploit:~
from indicator.indicator import Indicator

#SCAN
Indicator(["target-web.com"])

#OUTPUT
Indicator(["target-web.com"],json=True)

개발 및 기여

참조; CONTRIBUTING.md

라이선스

Copyright (c) 2023 Osman Kandemir
GPL-3.0 라이선스에 따라 사용이 허가됩니다.

후원

Indicator-Intelligence가 마음에 드시고 지원을 보여주고 싶다면, 아래 버튼을 사용하여 개발자에게 Buy A Coffee 또는 Github Sponsors 기능을 이용할 수 있습니다.

후원을 위해 GitHub 스폰서 등급 기능을 사용할 수 있습니다.

Sponsor me : https://github.com/sponsors/OsmanKandemir 😊

Buy Me A Coffee

여러분의 지원에 진심으로 감사드립니다😊

도구 다운로드