Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
github-endpoints — GitHub에서 엔드포인트 찾기. | Kitploit
도구/GitHubGitHub/gwen001/github-endpoints
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringWeb SecurityPenetration Testing
GitHubgwen001/github-endpoints

github-endpoints

GitHub에서 엔드포인트 찾기.

저장소 보기
219403년 전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

  • 생성

스크립트에 문제가 있으면 언제든지 이슈를 열어주세요.

도구 다운로드