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

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

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

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

工具目录

分类

查看所有分类
Loading categories
github-endpoints — 在 GitHub 上查找端点。 | Kitploit
工具/GitHubGitHub/gwen001/github-endpoints
OSINT (开源情报)侦察信息收集Web安全渗透测试
GitHubgwen001/github-endpoints

github-endpoints

在 GitHub 上查找端点。

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

github-endpoints

在 GitHub 上查找端点。

go badge MIT license badge twitter badge


描述

该 Go 工具在 GitHub 上执行搜索并解析结果,以查找指定域名的端点。

安装

root@kitploit:~
go install github.com/gwen001/github-endpoints@latest

或

root@kitploit:~
git clone https://github.com/gwen001/github-endpoints
cd github-endpoints
go install

用法

root@kitploit:~
$ github-endpoints -h

Usage of github-endpoints:
  -all
    	displays urls of all other domains, default=false
  -d string
    	domain you are looking for (required)
  -e	extended mode, also look for <dummy>example.com
  -k	exit the program when all tokens have been disabled
  -o string
    	output file, default: <domain>.txt
  -r	display relative urls, default=false
  -raw
    	raw output
  -t string
    	github token (required), can be:
    	  • a single token
    	  • a list of tokens separated by comma
    	  • a file (.tokens) containing 1 token per line
    	if the options is not provided, the environment variable GITHUB_TOKEN is readed, it can be:
    	  • a single token
    	  • a list of tokens separated by comma

如果你想使用多个令牌,最好在可执行文件目录下创建一个 .tokens 文件,每行一个令牌

root@kitploit:~
token1
token2
...

或者使用以逗号分隔的令牌环境变量:

root@kitploit:~
export GITHUB_TOKEN=token1,token2...

当 GitHub 触发速率限制警报时,令牌会被禁用,但会在 1 分钟后重新启用。 你可以使用 -k 选项禁用该功能。

待办事项

  • 更改额外搜索的顺序?
  • ?

更新日志

20/09/2022

  • 修复子域名的正则表达式

25/09/2020

  • 新增快速模式
  • 令牌可以从任何文件读取

23/09/2020

  • 修复了 API 调用中的一个问题(参数名称)
  • 添加了二进制文件

10/08/2020

  • 创建

如果你在使用脚本时遇到任何问题,欢迎打开一个 issue。

下载工具