The Kostebek is a reconnaissance tool which uses firms' trademark information to discover their domains.
Tested on Kali Linux 2018.2, Ubuntu 16.04
Code:
sudo apt-get -y install python3-pip
pip3 install -r requirements.txt
Code:
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
Chrome is the official web browser from Google, built to be fast, secure, and customizable. Download now and make it yours.
www.google.com
dpkg -i google-chrome-stable_current_amd64.deb
apt-get install -f
dpkg -i google-chrome-stable_current_amd64.deb
Example
Trademark Scan : python3 kostebek.py -u list.txt -n Organization Name
Get Google Domains : python3 kostebek.py -g Organization Name
Get Company Trademarks : python3 kostebek.py -t Organization Name
Download Kostebek
Tested on Kali Linux 2018.2, Ubuntu 16.04
Code:
sudo apt-get -y install python3-pip
pip3 install -r requirements.txt
Code:
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
Google Chrome - The Fast & Secure Web Browser Built to be Yours
Chrome is the official web browser from Google, built to be fast, secure, and customizable. Download now and make it yours.
dpkg -i google-chrome-stable_current_amd64.deb
apt-get install -f
dpkg -i google-chrome-stable_current_amd64.deb
Example
Trademark Scan : python3 kostebek.py -u list.txt -n Organization Name
Get Google Domains : python3 kostebek.py -g Organization Name
Get Company Trademarks : python3 kostebek.py -t Organization Name
Download Kostebek