Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
github-endpoints — Trova endpoint su GitHub. | Kitploit
Strumenti/GitHubGitHub/gwen001/github-endpoints
OSINT (Open Source Intelligence)RicognizioneRaccolta InformazioniSicurezza WebPenetration Testing
GitHubgwen001/github-endpoints

github-endpoints

Trova endpoint su GitHub.

Vedi Repository
219403 anni faRevisionato da Kitploit

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi

github-endpoints

Trova endpoint su GitHub.

go badge MIT license badge twitter badge


Descrizione

Questo strumento Go esegue ricerche su GitHub e analizza i risultati per trovare endpoint di un determinato dominio.

Installazione

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

oppure

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

Utilizzo

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

Se vuoi utilizzare più token, è meglio creare un file .tokens nella directory dell'eseguibile con 1 token per riga

root@kitploit:~
token1
token2
...

oppure usa una variabile d'ambiente con i token separati da virgola:

root@kitploit:~
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.

Da fare

  • cambiare l'ordine delle ricerche extra ?
  • ?

Registro delle modifiche

20/09/2022

  • correzione regexp per i sottodomini

25/09/2020

  • aggiunta modalità rapida
  • i token possono essere letti da qualsiasi file

23/09/2020

  • risolto un problema nella chiamata API (nome dei parametri)
  • aggiunto binario

10/08/2020

  • creazione

Sentiti libero di aprire un issue se hai problemi con lo script.

Scarica lo strumento