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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
disclo — 연락처 검색 엔진 | Kitploit
도구/GitHubGitHub/chaelsoo/disclo
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringSocial EngineeringThreat IntelligenceSubdomain EnumerationEmail HarvestingCrawlerDNS Analysis
GitHubchaelsoo/disclo

disclo

연락처 검색 엔진

22개월 전아직 검토되지 않음

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
저장소 보기

disclo

도메인 연락처 찾기. 도메인을 입력하면 12개의 수동 소스에서 병렬로 해당 도메인과 연관된 모든 이메일, 핸들, 리드를 가져옵니다.

root@kitploit:~
$ python disclo.py gitlab.com

disclo -> gitlab.com
----------------------------------------------------------------------

  [hackerone]
    https://hackerone.com/gitlab  (url)  <- Direct H1 handle match

  [nvd_cve]
    [email protected]  (email)  <- CVE sourceIdentifier (CVE-2021-22262)

  [security.txt]
    https://hackerone.com/gitlab/  (url)
    https://about.gitlab.com/security/disclosure/  (url)

  [twitter]
    https://twitter.com/gitlab  (twitter)  <- GitLab - Build software faster...

  Total: 30 contacts found

설치

root@kitploit:~
git clone https://github.com/Chaelsoo/disclo
cd disclo
pip install -r requirements.txt

사용법

root@kitploit:~
python disclo.py <domain>

예시:

root@kitploit:~
python disclo.py example.com
python disclo.py tawk.to
python disclo.py speakylink.com

소스


선택적 환경 변수

자동으로 읽어오며 플래그가 필요하지 않습니다.

변수효과
GITHUB_TOKENGitHub API 속도 제한 증가 (시간당 5000회 vs 60회)
LINKEDIN_USER + LINKEDIN_PASS세션 API를 통한 LinkedIn 연락처 보강 활성화
TWITTER_BEARER_TOKENTwitter v2 API 검색 활성화
root@kitploit:~
export GITHUB_TOKEN=ghp_xxxxxxxxxxxx
python disclo.py target.com

출력 유형

  • email - 이메일 주소
  • url - 플랫폼 또는 권고 링크
  • twitter - Twitter/X 핸들
  • linkedin - LinkedIn 프로필
  • github - GitHub 프로필
  • other - 사람 이름

프로젝트 구조

root@kitploit:~
disclo/
├── disclo.py
├── requirements.txt
├── disclo/
│   ├── core/
│   │   ├── runner.py      # async orchestrator
│   │   ├── store.py       # contact deduplication
│   │   └── utils.py       # email validation
│   ├── sources/           # one file per data source
│   │   ├── security_txt.py
│   │   ├── security_page.py
│   │   ├── dns_records.py
│   │   ├── crtsh.py
│   │   ├── hackerone.py
│   │   ├── github.py
│   │   ├── npm.py
│   │   ├── jobs.py
│   │   ├── nvd.py
│   │   ├── twitter.py
│   │   ├── sitecrawl.py
│   │   └── appstore.py
│   └── output/
│       └── printer.py

새 소스 추가: disclo/sources/mysource.py 파일을 만들고 async def run(client, domain, store) 함수를 작성한 후, 이를 disclo/core/runner.py에 임포트하여 추가하세요.

도구 다운로드
소스찾는 항목
security.txt연락처 이메일 및 URL
security_page/security, /contact, /about 페이지에서 추출한 이메일
dns_dmarcDMARC rua/ruf 레코드에서 추출한 이메일
crtsh인증서 CN/발급자 필드에 포함된 이메일
hackeroneH1 및 Bugcrowd 프로그램 페이지
github조직 멤버 이메일, SECURITY.md 링크
npm / pypi패키지 관리자 이메일
job_postingLever 및 Greenhouse의 채용 공고 URL
nvd_cveCVE sourceIdentifier 이메일, H1/Bugcrowd 참조
twitter신디케이션 API를 통한 핸들 (인증 불필요)
sitecrawl사이트맵 기반 크롤링에서 추출한 이메일 및 작성자 이름
appstore번들 ID로 일치하는 앱 스토어 개발자 정보