Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
kostebek — 自动化侦察工具,通过查询Google、Bing、Yahoo和商标注册机构的商标数据库,发现组织域名。 | Kitploit
工具/GitHubGitHub/esecuritylab/kostebek
OSINT (开源情报)侦察信息收集子域名枚举
GitHubesecuritylab/kostebek

kostebek

自动化侦察工具,通过查询Google、Bing、Yahoo和商标注册机构的商标数据库,发现组织域名。

查看仓库
90186年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享


Kostebek

侦察工具

简介

Kostebek 是一款利用企业商标信息来发现其域名的侦察工具。

参考:

https://evren.ninja/en/post/recon-is-everywhere/

演示视频:

Kostebek

设置

下载 Kostebek

git clone https://github.com/esecuritylab/kostebek

依赖项

root@kitploit:~
sudo pip3 install virtualenv
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
root@kitploit:~
下载最新版本的 Chrome
https://www.google.com/chrome/browser/desktop/

dpkg -i google-chrome-stable_current_amd64.deb

使用示例

商标扫描
root@kitploit:~
python3 kostebek.py -u list.txt -n Organization Name
年份模式(Copyright-1990 到 Copyright-2020 年份之间)
root@kitploit:~
python3 kostebek.py -u list.txt -n Organization Name -yearmode yes
获取 Google 域名
root@kitploit:~
python3 kostebek.py -g Organization Name 
获取 Bing 域名
root@kitploit:~
python3 kostebek.py -b Organization Name 
获取 Yahoo 域名
root@kitploit:~
python3 kostebek.py -y Organization Name 
获取公司商标
root@kitploit:~
python3 kostebek.py -t Organization Name

贡献

欢迎提交拉取请求。对于重大更改,请先开启一个 issue 来讨论您想要更改的内容。您也可以建议一项功能,只需开启一个 issue 即可。

贡献者

Ahmet Burak Gökalp - @A_Burak_Gokalp

下载工具