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 Opera Web Browser on Ubuntu 18.04: Complete Setup Guide

Opera is one of the most popular cross-platform web browsers in the world, available on Windows,…

17 hours ago

Install Gogs on Ubuntu 18.04: Self-Hosted Git Server Setup Guide

Gogs is a free, self-hosted Git service written in Go. It gives you a private GitHub-like…

17 hours ago

Install Elasticsearch on Ubuntu 18.04: Setup and Config Guide

Elasticsearch is an open-source distributed search and analytics engine built on Apache Lucene. It supports RESTful…

17 hours ago

Install Flask on Ubuntu 18.04: venv Setup and Hello World App

Flask is a free, open-source micro web framework for Python. It is built on Werkzeug and…

17 hours ago

Install Memcached on Ubuntu 18.04: Setup, Config, and Client Guide

Memcached is a free, open-source, high-performance in-memory caching system. It stores data as key-value pairs in…

17 hours ago

Install TensorFlow on Ubuntu 18.04: Python venv Setup and Usage

TensorFlow is a free, open-source machine learning platform developed by Google. It is used by major…

2 days ago