Scilla

Subdomain enumeration

git clone https://github.com/edoardottt/scilla.git
cd scilla
cd cmd
go build
cd /usr/bin
mkdir lists
cp scilla/lists/dirs.txt /usr/bin/lists
cp scilla/lists/subdomains.txt /usr/bin/lists

#usage

scilla dns -target target.domain
scilla subdomain -target target.domain
scilla subdomain -w wordlist.txt -target target.domain
scilla dir -target target.domain
scilla dir -w wordlist.txt -target target.domain

Last updated