The Kostebek is a reconnaissance tool which uses firms' trademark information to discover their domains.
https://evren.ninja/en/post/recon-is-everywhere/
git clone https://github.com/esecuritylab/kostebek
sudo pip3 install virtualenv
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
Download latest version of Chrome
https://www.google.com/chrome/browser/desktop/
dpkg -i google-chrome-stable_current_amd64.deb
python3 kostebek.py -u list.txt -n Organization Name
python3 kostebek.py -u list.txt -n Organization Name -yearmode yes
python3 kostebek.py -g Organization Name
python3 kostebek.py -b Organization Name
python3 kostebek.py -y Organization Name
python3 kostebek.py -t Organization Name
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.
Ahmet Burak Gökalp - @A_Burak_Gokalp