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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
AnalyticsRelationships — Google Analytics ID를 통해 관련 도메인/서브도메인을 가져옵니다. | Kitploit
도구/GitHubGitHub/josue87/analyticsrelationships
OSINT (Open Source Intelligence)ReconnaissanceDNS & Subdomain EnumerationInformation Gathering
GitHubjosue87/analyticsrelationships

AnalyticsRelationships

Google Analytics ID를 통해 관련 도메인/서브도메인을 가져옵니다.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

AnalyticsRelationships

이 스크립트는 URL에서 Google Analytics ID를 찾아 관련 도메인/서브도메인을 얻으려고 시도합니다. 먼저 웹페이지에서 Google Analytics ID를 검색한 다음 해당 ID로 builtwith와 hackertarget에 요청을 보냅니다.



참고: 모든 웹사이트에서 작동하지는 않습니다. 다음 표현식으로 검색됩니다:

root@kitploit:~
->  "www\.googletagmanager\.com/ns\.html\?id=[A-Z0-9\-]+"
-> GTM-[A-Z0-9]+
->  "UA-\d+-\d+"

사용 가능한 버전:

  • Python
  • GO

설치:

언어별 설치 방법.

Python

root@kitploit:~
> git clone https://github.com/Josue87/AnalyticsRelationships.git
> cd AnalyticsRelationships/Python
> sudo pip3 install -r requirements.txt

GO

root@kitploit:~
> git clone https://github.com/Josue87/AnalyticsRelationships.git
> cd AnalyticsRelationships/
> go build -ldflags "-s -w"

Docker

root@kitploit:~
> git clone https://github.com/Josue87/AnalyticsRelationships.git
> cd AnalyticsRelationships
> docker build -t analyticsrelationships:latest . 

사용법

언어별 사용법.

Python

root@kitploit:~
> python3 analyticsrelationships.py -u https://www.example.com

또는 출력을 파일로 리디렉션합니다 (배너 또는 정보 메시지는 오류 출력으로 전송됩니다):

root@kitploit:~
python3 analyticsrelationships.py -u https://www.example.com > /tmp/example.txt

GO

root@kitploit:~
>  ./analyticsrelationships --url https://www.example.com

또는 출력을 파일로 리디렉션합니다 (배너 또는 정보 메시지는 오류 출력으로 전송됩니다):

root@kitploit:~
>  ./analyticsrelationships --url https://www.example.com > /tmp/example.txt

입력으로 파일을 전달할 수도 있습니다.

root@kitploit:~
>  cat file.txt | ./analyticsrelationships 

또는 단일 URL

root@kitploit:~
>  echo https://www.example.com | ./analyticsrelationships 

Docker

Python 버전만 지원합니다.

root@kitploit:~
>  docker run -it  analyticsrelationships:latest https://www.example.com

또는 출력을 파일로 리디렉션합니다 (배너 또는 정보 메시지는 오류 출력으로 전송됩니다):

root@kitploit:~
>  docker run -it  analyticsrelationships:latest https://www.example.com > /tmp/example.txt

예제

Python

출력을 파일 /tmp/example.txt로 리디렉션:

image

리디렉션 없이:

image

GO

리디렉션 없이:

image

파일 리디렉션은 Python과 동일하게 작동합니다.

파일 사용 예:

image

면책 조항!

이것은 개념 증명(PoC)입니다. 작성자는 불법적인 사용에 대해 책임을 지지 않습니다.

도구 다운로드