Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
kostebek — Automated reconnaissance tool that discovers organization domains by querying trademark databases via Google, Bing, Yahoo, and trademark registries. | Kitploit
Tools/GitHubGitHub/esecuritylab/kostebek
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringSubdomain Enumeration
GitHubesecuritylab/kostebek

kostebek

Automated reconnaissance tool that discovers organization domains by querying trademark databases via Google, Bing, Yahoo, and trademark registries.

View Repository
901846 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share


Kostebek

Reconnaissance Tool

Introduction

The Kostebek is a reconnaissance tool which uses firms' trademark information to discover their domains.

Reference :

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

Demo video :

Kostebek

Setup

Downloading Kostebek

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

Requirements

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

Example Usage

Trademark Scan
root@kitploit:~
python3 kostebek.py -u list.txt -n Organization Name
Yearmode (between the years Copyright-1990 and Copyright-2020)
root@kitploit:~
python3 kostebek.py -u list.txt -n Organization Name -yearmode yes
Get Google Domains
root@kitploit:~
python3 kostebek.py -g Organization Name 
Get Bing Domains
root@kitploit:~
python3 kostebek.py -b Organization Name 
Get Yahoo Domains
root@kitploit:~
python3 kostebek.py -y Organization Name 
Get Company Trademarks
root@kitploit:~
python3 kostebek.py -t Organization Name

Contribution

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. You can also suggest a feature, just open an issue.

Contributors

Ahmet Burak Gökalp - @A_Burak_Gokalp

Download Tool