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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
BridgeKeeper — 스크래핑, 헌팅, 그리고 이름 및 사용자 이름 변환 | Kitploit
도구/GitHubGitHub/0xzdh/bridgekeeper
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringEmail HarvestingCrawler
GitHub0xzdh/bridgekeeper

BridgeKeeper

스크래핑, 헌팅, 그리고 이름 및 사용자 이름 변환

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

BridgeKeeper

스크래핑 검색 엔진 링크드인 프로필에서 직원 이름을 스크래핑합니다
추적 헌터.io를 통해 이메일 및 사용자명 형식을 찾습니다
변환 이름을 주어진 사용자명 형식으로 변환합니다

사용법

root@kitploit:~
usage: bridgekeeper.py [flags]

BridgeKeeper - v1.0.0

options:
  -h, --help            show this help message and exit

Target(s):
  -c COMPANY, --company COMPANY
                        target company to search for LinkedIn profiles
                        (e.g. 'Example Ltd.')

  -n NAMES, --names NAMES
                        string (comma delimited) or file containing names
                        to be converted to usernames (format: 'First (M) Last')

Username Formatting:
  -f FORMAT, --format FORMAT
                        username format (format identifiers:
                        {first}, {middle}, {last}, {f}, {m}, {l}, [#])

  -a API, --api API     hunter.io API key for email format identification
                        and email scraping

  -d DOMAIN, --domain DOMAIN
                        domain name of target company for hunter.io email
                        format identification and email scraping

  --lower               force usernames to all lower case

  --upper               force usernames to all upper case

Search Engine Configuration:
  --depth DEPTH         number of pages deep to search each search engine
                        (Default: 5)

  --bing-cookies BING_COOKIES
                        string or cookie file for Bing search engine
                        (disabled)

  --duckduckgo-cookies DUCKDUCKGO_COOKIES
                        string or cookie file for DuckDuckGo search engine

  --google-cookies GOOGLE_COOKIES
                        string or cookie file for Google search engine

  --yahoo-cookies YAHOO_COOKIES
                        string or cookie file for Yahoo search engine

HTTP Configuration:
  --timeout TIMEOUT     HTTP request timeout in seconds
                        (Default: 25 seconds)

  --proxy PROXY         proxy to pass HTTP traffic through: `host:port`

Output Configuration:
  -o OUTPUT, --output OUTPUT
                        directory to write output files to
                        (Default: output)

Debug:
  --version             print the tool version and exit

  --debug               enable debug output

회사 Example Ltd.의 직원 이름을 수집하고 각 이름을 'flast' 사용자명 형식의 이메일로 변환합니다:
bridgekeeper.py --company "Example, Ltd." --format {f}{last}@example.com --depth 10 --output example-employees

검색 엔진과 Hunter.io에서 직원 이름과 이메일 주소를 수집합니다:
bridgekeeper.py --company "Example, Ltd." --domain example.com --api {API_KEY} --depth 10 --output example-employees

이미 생성된 이름 목록을 사용자명으로 변환합니다:
bridgekeeper.py --names names.txt --format {f}{last}@example.com --output example-employees

사용자명 형식 예시 (BridgeKeeper는 중간 이름 및 문자 제한 사용자명도 지원합니다. 예: 성의 처음 4자만 사용):

root@kitploit:~
Name: John Adams Smith
{f}{last}                   > jsmith
{f}{m}.{last}               > ja.smith
{f}{last}[4]@example.com    > [email protected]

기능

  • 4대 주요 검색 엔진(Bing, DuckDuckGo, Google, Yahoo)에 대한 스크래핑 지원
    • 참고: Bing 검색 엔진은 일관되지 않은 결과로 인해 현재 비활성화되어 있습니다
  • LinkedIn 제목, 인증서, 접두사 등을 제거하는 이름 파싱
  • 쿠키 파일을 통한 검색 엔진 블랙리스트 회피
  • 사용자명 형식 지정
    • 이름 자르기
      • 예: 사용자명 형식에 성의 처음 4자만 사용하는 경우
    • 하이픈이 포함된 성 처리
    • 중복 사용자명 처리
      • 중복 사용자명에 숫자 증분 추가
  • Hunter.io 스크래핑 지원:
    • 지정된 도메인의 이메일 형식 식별
    • 지정된 도메인의 알려진 이메일 검색

감사의 말

  • m8r0wn: CrossLinked
  • initstring: linkedin2username
  • nullg0re: Hunter.io를 통해 사용자명 형식 및 이메일을 수집하는 코드
도구 다운로드