Skip to content
KitploitKITPLOIT
उपकरणब्लॉग
जमा करें
उपकरणब्लॉग
जमा करें

हैकिंग, पेनटेस्ट और साइबर सुरक्षा उपकरण आपके सुरक्षा शस्त्रागार के लिए!

Kitploit हैकिंग, साइबर सुरक्षा और पेंटेस्टिंग टूल्स की एक निर्देशिका है। कमजोरियों को खोजने, सिस्टम का विश्लेषण करने, परीक्षण को स्वचालित करने और अपनी सुरक्षा को मजबूत करने के लिए नवीनतम प्रोजेक्ट अपडेट खोजें।

··फ़ीड·संपर्क·गोपनीयता·© 2026 Kitploit

टूल निर्देशिका

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
github-endpoints — Find endpoints on GitHub. | Kitploit
उपकरण/GitHubGitHub/gwen001/github-endpoints
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringWeb SecurityPenetration Testing
GitHubgwen001/github-endpoints

github-endpoints

Find endpoints on 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 फ़ाइल बनाएं जिसमें प्रति पंक्ति 1 टोकन हो:

root@kitploit:~
token1
token2
...

या टोकन को अल्पविराम से अलग करके एक पर्यावरण चर का उपयोग करें:

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

जब GitHub रेट लिमिट चेतावनी जारी करता है तो टोकन अक्षम हो जाते हैं, हालांकि वे 1 मिनट बाद पुनः सक्षम हो जाते हैं। आप -k विकल्प का उपयोग करके इस सुविधा को अक्षम कर सकते हैं।

कार्य सूची

  • अतिरिक्त खोजों का क्रम बदलें?
  • ?

परिवर्तन लॉग

20/09/2022

  • सबडोमेन के लिए रेगेक्स ठीक किया गया

25/09/2020

  • त्वरित मोड जोड़ा गया
  • टोकन किसी भी फ़ाइल से पढ़े जा सकते हैं

23/09/2020

  • एपीआई कॉल में एक समस्या ठीक की गई (पैराम नाम)
  • बाइनरी जोड़ा गया

10/08/2020

  • निर्माण

यदि आपको स्क्रिप्ट में कोई समस्या हो तो एक मुद्दा खोलने में संकोच न करें।

टूल डाउनलोड करें