Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esecuritylab/kostebek
https://github.com/esecuritylab/kostebek
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/esecuritylab/kostebek
- Owner: esecuritylab
- License: gpl-3.0
- Created: 2018-08-14T14:19:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:14:48.000Z (almost 2 years ago)
- Last Synced: 2024-05-08T01:34:10.022Z (6 months ago)
- Language: Python
- Size: 43 KB
- Stars: 90
- Watchers: 5
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - esecuritylab/kostebek - (Python)
README
Reconnaissance Tool
### Introduction
The Kostebek is a reconnaissance tool which uses firms' trademark information to discover their domains.#### Reference :
https://evren.ninja/en/post/recon-is-everywhere/#### Demo video :
[![Kostebek](https://img.youtube.com/vi/OR4YzrgNNcE/0.jpg)](https://www.youtube.com/watch?v=OR4YzrgNNcE)
### Setup
#### Downloading Kostebek
`git clone https://github.com/esecuritylab/kostebek`#### Requirements
```
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
```
### Example Usage
##### Trademark Scan
```
python3 kostebek.py -u list.txt -n Organization Name
```##### Yearmode (between the years Copyright-1990 and Copyright-2020)
```
python3 kostebek.py -u list.txt -n Organization Name -yearmode yes
```##### 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
```#### Contribution
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.#### Contributors
Ahmet Burak Gökalp - @A_Burak_Gokalp