
Find endpoints on GitHub.
यह Go टूल GitHub पर खोज करता है और किसी दिए गए डोमेन के एंडपॉइंट खोजने के लिए परिणामों को पार्स करता है।
go install github.com/gwen001/github-endpoints@latest
या
git clone https://github.com/gwen001/github-endpoints
cd github-endpoints
go install
$ 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 टोकन हो:
token1
token2
...
या टोकन को अल्पविराम से अलग करके एक पर्यावरण चर का उपयोग करें:
export GITHUB_TOKEN=token1,token2...
जब GitHub रेट लिमिट चेतावनी जारी करता है तो टोकन अक्षम हो जाते हैं, हालांकि वे 1 मिनट बाद पुनः सक्षम हो जाते हैं।
आप -k विकल्प का उपयोग करके इस सुविधा को अक्षम कर सकते हैं।
20/09/2022
25/09/2020
23/09/2020
10/08/2020
यदि आपको स्क्रिप्ट में कोई समस्या हो तो एक मुद्दा खोलने में संकोच न करें।