
Trova endpoint su GitHub.
Questo strumento Go esegue ricerche su GitHub e analizza i risultati per trovare endpoint di un determinato dominio.
go install github.com/gwen001/github-endpoints@latest
oppure
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
Se vuoi utilizzare più token, è meglio creare un file .tokens nella directory dell'eseguibile con 1 token per riga
token1
token2
...
oppure usa una variabile d'ambiente con i token separati da virgola:
export GITHUB_TOKEN=token1,token2...
I token vengono disabilitati quando GitHub solleva un avviso di limite di velocità, tuttavia vengono riattivati 1 minuto dopo.
Puoi disabilitare questa funzione utilizzando l'opzione -k.
20/09/2022
25/09/2020
23/09/2020
10/08/2020
Sentiti libero di aprire un issue se hai problemi con lo script.