View Issue Details

IDProjectCategoryView StatusLast Update
0005956Kali LinuxNew Tool Requestspublic2020-01-13 14:12
Reporteresecuritylab Assigned To 
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionwon't fix 
Summary0005956: Kostebek Reconnaissance Tool
Description

Name: Kostebek
Version: 1.1.0
Homepage: https://github.com/esecuritylab/kostebek
Author: Evren Yalçın <[email protected]>
License: GPL v3.0
Description: The Kostebek is a reconnaissance tool that uses firms' trademark information to discover their domains.
Release: https://github.com/esecuritylab/kostebek/archive/v1.1.0.zip
Old Video PoC: https://www.youtube.com/watch?v=OR4YzrgNNcE

Dependencies:
Python 3.7.4
Chrome 79.0.3945.88
ChromeDriver 79.0.3945.36
beautifulsoup4==4.6.1
gevent==1.4.0
greenlet==0.4.15
requests==2.18.4
selenium==3.14.0
tldextract==2.2.0
urllib3==1.22
argh==0.26.2

Installation:

sudo apt-get -y install python3-pip

pip3 -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

Usage Example :

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

Get Google Domains : python3 kostebek.py -g Organization Name

Get Bing Domains : python3 kostebek.py -b Organization Name

Get Yahoo Domains : python3 kostebek.py -y Organization Name

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

Attached Files
kostebek_kali.png (137,563 bytes)   
kostebek_kali.png (137,563 bytes)   

Activities

g0tmi1k

g0tmi1k

2020-01-13 13:24

administrator   ~0011885

Last edited: 2020-01-13 14:12

It looks like its hardcoded for a single browser - something we can't support.

As a dependancy on Chrome? Something we can't ship/package

Issue History

Date Modified Username Field Change
2019-12-27 11:45 esecuritylab New Issue
2019-12-27 11:45 esecuritylab File Added: kostebek_kali.png
2020-01-13 13:24 g0tmi1k Note Added: 0011885
2020-01-13 13:24 g0tmi1k Status new => closed
2020-01-13 13:24 g0tmi1k Resolution open => won't fix
2020-01-13 14:12 g0tmi1k Note Edited: 0011885