Kostebek : Tool To Discover Firms Domains

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

Installation

Tested on Kali Linux 2018.2, Ubuntu 16.04

sudo apt-get -y install python3-pip
pip3 install -r requirements.txt

Download latest version of Chromedriver and configure your driver-path

#sudo apt-get install unzip
#sudo unzip /tmp/chromedriver.zip chromedriver -d /usr/local/bin/

Download latest version of Chrome

https://www.google.com/chrome/browser/desktop/
#dpkg -i google-chrome-stable_current_amd64.deb
#apt-get install -f
#dpkg -i google-chrome-stable_current_amd64.deb

Also Read : Adidnsdump : Active Directory Integrated DNS Dump Tool

Example

Trademark Scan : python3 kostebek.py -u list.txt -n Organization NameGet

Google Domains : python3 kostebek.py -g Organization Name

Get Company Trademarks : python3 kostebek.py -t Organization Name

Demo

R K

Recent Posts

Install Asterisk on Ubuntu 18.04: Source Build and Secure Config

Asterisk is the most widely deployed open-source PBX (Private Branch Exchange) platform in the world. It…

20 hours ago

Install Ghost on Ubuntu 18.04: Node.js, MySQL, and Nginx SSL

Ghost is an open-source publishing platform built on Node.js. It is designed for bloggers, journalists, and…

20 hours ago

Install Mattermost on Ubuntu 18.04: Nginx SSL Reverse Proxy Setup

Mattermost is an open-source, self-hosted team messaging platform and a direct alternative to Slack. It is…

20 hours ago

Install Ruby on Ubuntu 18.04: apt, Rbenv, and RVM Methods

Ruby is a dynamic, open-source programming language known for its clean, readable syntax. It powers the…

21 hours ago

Install PyCharm on Ubuntu 18.04: Community Edition via Snap

PyCharm is a full-featured Python IDE developed by JetBrains. It includes built-in debugging, embedded Git control,…

21 hours ago

Install PHP on Ubuntu 26.04: Apache, Nginx, and Multiple Versions

PHP 8.5 is included in Ubuntu 26.04's default repositories and is the recommended version for…

3 days ago