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
scilla — Strumento di raccolta informazioni - Enumerazione di DNS / Sottodomini / Porte / Directory | Kitploit
Strumenti/GitHubGitHub/edoardottt/scilla
RicognizioneScansione PorteEnumerazione DNS e SottodominiRaccolta InformazioniPenetration TestingEnumerazione SottodominiAnalisi DNS
GitHubedoardottt/scilla

scilla

Strumento di raccolta informazioni - Enumerazione di DNS / Sottodomini / Porte / Directory

Vedi Repository
1.2k1441 mese 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
Sito web


🏴‍☠️ Strumento di raccolta informazioni 🏴‍☠️ - Enumerazione DNS / Sottodomini / Porte / Directory

go-report-card workflows
Codificato con 💙 da edoardottt
Condividi su Twitter!

Installazione • Inizia • Esempi • Cambiamenti • Contribuisci • Licenza

Installazione 📡

Homebrew

root@kitploit:~
brew install scilla

Snap

root@kitploit:~
sudo snap install scilla

Golang

root@kitploit:~
go install -v github.com/edoardottt/scilla/cmd/scilla@latest

Compilazione dal sorgente

È necessario Go (>=1.23)

Compilazione dal sorgente per Linux e Windows

Linux

root@kitploit:~
git clone https://github.com/edoardottt/scilla.git
cd scilla
go get ./...
make linux # (per installare)
make unlinux # (per disinstallare)

Modifica il file ~/.config/scilla/keys.yaml se vuoi utilizzare chiavi API.

Comando singolo: git clone https://github.com/edoardottt/scilla.git && cd scilla && go get ./... && make linux

Windows

Nota che l'eseguibile funziona solo nella cartella cariddi (Alias?).

root@kitploit:~
git clone https://github.com/edoardottt/scilla.git
cd scilla
.\make.bat windows # (per installare)
.\make.bat unwindows # (per disinstallare)

Crea un file keys.yaml se vuoi utilizzare chiavi API.

Utilizzo con Docker

root@kitploit:~
docker build -t scilla .
docker run scilla help

Esempi 💡

  • Enumerazione DNS:

    • scilla dns -target example.com
    • scilla dns -oj output -target example.com
    • scilla dns -oh output -target example.com
    • scilla dns -ot output -target example.com
    • scilla dns -plain -target example.com
  • Enumerazione dei sottodomini:

    • scilla subdomain -target example.com
    • scilla subdomain -w wordlist.txt -target example.com
    • scilla subdomain -oj output -target example.com
    • scilla subdomain -oh output -target example.com
    • scilla subdomain -ot output -target example.com
    • scilla subdomain -i 400 -target example.com

Inizia 🎉

scilla help stampa l'aiuto nella riga di comando.

root@kitploit:~
usage: scilla subcommand { options }

   Available subcommands:
       - dns [-oj JSON output file]
             [-oh HTML output file]
             [-ot TXT output file]
             [-plain Print only results]
             -target <target (URL/IP)> REQUIRED
       - port [-p <start-end> or ports divided by comma]
              [-oj JSON output file]
              [-oh HTML output file]
              [-ot TXT output file]
              [-common scan common ports]
              [-plain Print only results]
              -target <target (URL/IP)> REQUIRED
       - subdomain [-w wordlist]
                   [-oj JSON output file]
                   [-oh HTML output file]
                   [-ot TXT output file]
                   [-i ignore status codes]
                   [-c use also a web crawler]
                   [-db use also a public database]
                   [-plain Print only results]
                   [-db -no-check Don't check status codes for subdomains]
                   [-db -vt Use VirusTotal as subdomains source]
                   [-db -bw Use BuiltWith as subdomains source]
                   [-ua Set the User Agent]
                   [-rua Generate a random user agent for each request]
                   [-dns Set DNS IP to resolve the subdomains]
                   [-alive Check also if the subdomains are alive]
                   -target <target (URL)> REQUIRED
       - dir [-w wordlist]
             [-oj JSON output file]
             [-oh HTML output file]
             [-ot TXT output file]
             [-i ignore status codes]
             [-c use also a web crawler]
             [-plain Print only results]
             [-nr No follow redirects]
             [-ua Set the User Agent]
             [-rua Generate a random user agent for each request]
             -target <target (URL/IP)> REQUIRED
       - report [-p <start-end> or ports divided by comma]
                [-ws subdomains wordlist]
                [-wd directories wordlist]
                [-oj JSON output file]
                [-oh HTML output file]
                [-ot TXT output file]
                [-id ignore status codes in directories scanning]
                [-is ignore status codes in subdomains scanning]
                [-cd use also a web crawler for directories scanning]
                [-cs use also a web crawler for subdomains scanning]
                [-db use also a public database for subdomains scanning]
                [-common scan common ports]
                [-nr No follow redirects]
                [-db -vt Use VirusTotal as subdomains source]
                [-ua Set the User Agent]
                [-rua Generate a random user agent for each request]
                [-dns Set DNS IP to resolve the subdomains]
                [-alive Check also if the subdomains are alive]
                -target <target (URL)> REQUIRED
       - help
       - examples

Cambiamenti 📌

Le modifiche dettagliate per ogni versione sono documentate nelle note di rilascio.

Contribuisci 🛠

Apri semplicemente una segnalazione / richiesta di pull.

Prima di aprire una richiesta di pull, scarica golangci-lint ed esegui

root@kitploit:~
golangci-lint run

Se non ci sono errori, vai avanti :)

Da fare:

  • Aggiungere più test

  • Supporto Tor

  • Supporto proxy

Nelle notizie 📰

  • Kali Linux Tutorials
  • GeeksForGeeks.org
  • Brisk Infosec
  • Kalitut

Licenza 📝

Questo repository è sotto GNU General Public License v3.0.
edoardottt.com per contattarmi.

Scarica lo strumento
  • scilla subdomain -i 4** -target example.com
  • scilla subdomain -c -target example.com
  • scilla subdomain -db -target example.com
  • scilla subdomain -plain -target example.com
  • scilla subdomain -db -no-check -target example.com
  • scilla subdomain -db -vt -target example.com
  • scilla subdomain -db -bw -target example.com
  • scilla subdomain -ua "CustomUA" -target example.com
  • scilla subdomain -rua -target example.com
  • scilla subdomain -dns 8.8.8.8 -target example.com
  • scilla subdomain -alive -target example.com
  • Enumerazione delle directory:

    • scilla dir -target example.com
    • scilla dir -w wordlist.txt -target example.com
    • scilla dir -oj output -target example.com
    • scilla dir -oh output -target example.com
    • scilla dir -ot output -target example.com
    • scilla dir -i 500,401 -target example.com
    • scilla dir -i 5**,401 -target example.com
    • scilla dir -c -target example.com
    • scilla dir -plain -target example.com
    • scilla dir -nr -target example.com
    • scilla dir -ua "CustomUA" -target example.com
    • scilla dir -rua -target example.com
  • Enumerazione delle porte:

    • Predefinito (tutte le porte, quindi 1-65635) scilla port -target example.com
    • Specificando un intervallo di porte scilla port -p 20-90 -target example.com
    • Specificando una porta di partenza (fino all'ultima) scilla port -p 20- -target example.com
    • Specificando una porta di fine (dalla prima) scilla port -p -90 -target example.com
    • Specificando più porte scilla port -p 21,25,80 -target example.com
    • Specificando porte comuni scilla port -common -target example.com
    • Specificando una singola porta scilla port -p 80 -target example.com
    • Specificando il formato di output (json) scilla port -oj output -target example.com
    • Specificando il formato di output (html) scilla port -oh output -target example.com
    • Specificando il formato di output (txt) scilla port -ot output -target example.com
    • Stampa solo i risultati scilla port -plain -target example.com
  • Report completo:

    • Predefinito (tutte le porte, quindi 1-65635) scilla report -target example.com
    • Specificando un intervallo di porte scilla report -p 20-90 -target example.com
    • Specificando una porta di partenza (fino all'ultima) scilla report -p 20- -target example.com
    • Specificando una porta di fine (dalla prima) scilla report -p -90 -target example.com
    • Specificando una singola porta scilla report -p 80 -target example.com
    • Specificando più porte scilla report -p 21,25,80 -target example.com
    • Specificando il formato di output (json) scilla report -oj output -target example.com
    • Specificando il formato di output (html) scilla report -oh output -target example.com
    • Specificando il formato di output (txt) scilla report -ot output -target example.com
    • Specificando una wordlist per le directory scilla report -wd dirs.txt -target example.com
    • Specificando una wordlist per i sottodomini scilla report -ws subdomains.txt -target example.com
    • Specificando i codici di stato da ignorare nella scansione delle directory scilla report -id 500,501,502 -target example.com
    • Specificando i codici di stato da ignorare nella scansione dei sottodomini scilla report -is 500,501,502 -target example.com
    • Specificando classi di codici di stato da ignorare nella scansione delle directory scilla report -id 5**,4** -target example.com
    • Specificando classi di codici di stato da ignorare nella scansione dei sottodomini scilla report -is 5**,4** -target example.com
    • Utilizza anche un web crawler per l'enumerazione delle directory scilla report -cd -target example.com
    • Utilizza anche un web crawler per l'enumerazione dei sottodomini scilla report -cs -target example.com
    • Utilizza anche un database pubblico per l'enumerazione dei sottodomini scilla report -db -target example.com
    • Specificando porte comuni scilla report -common -target example.com
    • Nessun reindirizzamento scilla report -nr -target example.com
    • Utilizza VirusTotal come fonte per i sottodomini scilla report -db -vt -target example.com
    • Imposta lo User Agent scilla report -ua "CustomUA" -target example.com
    • Genera uno user agent casuale per ogni richiesta scilla report -rua -target example.com
    • Imposta l'IP DNS per risolvere i sottodomini scilla report -dns 8.8.8.8 -target example.com
    • Controlla anche se i sottodomini sono attivi scilla report -alive -target example.com