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

Information Gathering Tool – Dns/Subdomain/Port Enumeration
Installation
First of all, clone the repo locally
git clone https://github.com/edoardottt/scilla.git
Scilla has external dependencies, so they need to be pulled in:
go get
Working on installation… See the open issue.
For now you can run it inside the scilla folder with go run scilla.go ...
Too late.. : see this
Then use the build scripts:
- 
make windowsbuilds 32 and 64 bit binaries for Windows, and writes them to the build subfolder.
- 
make linuxbuilds 32 and 64 bit binaries for Linux, and writes them to the build subfolder.
- 
make unlinuxRemoves binaries.
- 
make fmtrun the golang formatter.
- 
make updateUpdate.
- 
make remodRemod.
- 
make testruns the tests.
- 
make cleanclears out the build subfolder.
Get Started
scilla help prints the help in the command line.
usage: scilla [subcommand] { options }
    Available subcommands:
        - dns { -target <target (URL)> REQUIRED}
        - subdomain { -target <target (URL)> REQUIRED}
        - port { [-p <start-end>] -target <target (URL/IP)> REQUIRED}
        - report { [-p <start-end>] -target <target (URL/IP)> REQUIRED}
        - help
Examples
- 
DNS enumeration scilla dns -target target.domain
- 
Subdomain enumeration scilla subdomain -target target.domain
- 
Port enumeration: - 
Default (all ports, so 1-65635) scilla port -target target.domain
- 
Specifying ports range scilla port -p 20-90 -target target.domain
- 
Specifying starting port (until the last one) scilla port -p 20- -target target.domain
- 
Specifying ending port (from the first one) scilla port -p -90 -target target.domain
- 
Specifying single port scilla port -p 80 -target target.domain
 
- 
- 
Full report: - 
Default (all ports, so 1-65635) scilla report -target target.domain
- 
Specifying ports range scilla report -p 20-90 -target target.domain
- 
Specifying starting port (until the last one) scilla report -p 20- -target target.domain
- 
Specifying ending port (from the first one) scilla report -p -90 -target target.domain
- 
Specifying single port scilla report -p 80 -target target.domain
 
- 
If you like the site, please consider joining the telegram channel or supporting us on Patreon using the button below.


 
                      ![Cobalt Strike Beacon Detected - 140[.]143[.]132[.]170:80 6 Cobalt-Strike](https://www.redpacketsecurity.com/wp-content/uploads/2021/11/Cobalt-Strike-300x201.jpg) 
                       
