Scilla – Information Gathering Tool (DNS/Subdomain/Port Enumeration)

Details Accumulating Instrument – Dns/Subdomain/Port Enumeration
Set up
Initially of all, clone the repo domestically
git clone https://github.com/edoardottt/scilla.git
Scilla has exterior dependencies, so they have to have to be pulled in:
go get
Doing the job on installation… See the open problem.
For now you can operate it inside the scilla folder with go operate scilla.go ...
Too late.. : see this
Then use the establish scripts:
make home windows
builds 32 and 64 bit binaries for Home windows, and writes them to the build subfolder.make linux
builds 32 and 64 little bit binaries for Linux, and writes them to the establish subfolder.make unlinux
Gets rid of binaries.make fmt
run the golang formatter.make update
Update.make remod
Remod.make take a look at
operates the checks.make clear
clears out the build subfolder.
Get Begun
scilla help
prints the assist in the command line.
use: scilla [subcommand] possibilities
Out there subcommands:
- dns -focus on Essential
- subdomain -concentrate on Necessary
- port [-p <start-end>] -goal Demanded
- report [-p <start-end>] -focus on Required
- enable
Illustrations
DNS enumeration
scilla dns -goal goal.domain
Subdomain enumeration
scilla subdomain -target goal.area
Port enumeration:
Default (all ports, so 1-65635)
scilla port -target goal.area
Specifying ports range
scilla port -p 20-90 -target target.domain
Specifying commencing port (until finally the last one particular)
scilla port -p 20- -goal concentrate on.domain
Specifying ending port (from the initially one)
scilla port -p -90 -focus on focus on.domain
Specifying single port
scilla port -p 80 -concentrate on focus on.area
Complete report:
Default (all ports, so 1-65635)
scilla report -focus on goal.area
Specifying ports assortment
scilla report -p 20-90 -concentrate on target.domain
Specifying commencing port (until finally the previous just one)
scilla report -p 20- -goal concentrate on.area
Specifying ending port (from the very first a single)
scilla report -p -90 -target target.domain
Specifying solitary port
scilla report -p 80 -target target.area