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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
kostebek — 조직의 도메인을 Google, Bing, Yahoo 및 상표 등록처를 통해 상표 데이터베이스를 조회하여 발견하는 자동화된 정찰 도구. | Kitploit
도구/GitHubGitHub/esecuritylab/kostebek
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringSubdomain Enumeration
GitHubesecuritylab/kostebek

kostebek

조직의 도메인을 Google, Bing, Yahoo 및 상표 등록처를 통해 상표 데이터베이스를 조회하여 발견하는 자동화된 정찰 도구.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유


Kostebek

정찰 도구

소개

Kostebek은 기업의 상표 정보를 활용하여 도메인을 발견하는 정찰 도구입니다.

참고 자료 :

https://evren.ninja/en/post/recon-is-everywhere/

데모 비디오 :

Kostebek

설치

Kostebek 다운로드

git clone https://github.com/esecuritylab/kostebek

요구 사항

root@kitploit:~
sudo pip3 install virtualenv
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
root@kitploit:~
Download latest version of Chrome
https://www.google.com/chrome/browser/desktop/

dpkg -i google-chrome-stable_current_amd64.deb

사용 예

상표 스캔
root@kitploit:~
python3 kostebek.py -u list.txt -n Organization Name
연도 모드 (Copyright-1990과 Copyright-2020 사이)
root@kitploit:~
python3 kostebek.py -u list.txt -n Organization Name -yearmode yes
Google 도메인 가져오기
root@kitploit:~
python3 kostebek.py -g Organization Name 
Bing 도메인 가져오기
root@kitploit:~
python3 kostebek.py -b Organization Name 
Yahoo 도메인 가져오기
root@kitploit:~
python3 kostebek.py -y Organization Name 
회사 상표 가져오기
root@kitploit:~
python3 kostebek.py -t Organization Name

기여

풀 리퀘스트는 환영합니다. 주요 변경 사항이 있는 경우, 먼저 이슈를 열어 변경하고자 하는 내용을 논의해 주세요. 기능 제안도 가능하며, 이슈를 열어 주시면 됩니다.

기여자

Ahmet Burak Gökalp - @A_Burak_Gokalp

도구 다운로드