Installation of Scilla Tool in Kali Linux OS

Step 1: If you have downloaded Golang in your system, verify the installation by checking the version of Golang, use the following command.

go version

Step 2: Get the Scilla repository or clone the Scilla tool from Github, use the following command.

sudo go get github.com/edoardottt/scilla

Step 3: Now Tool is installed successfully, check the help page of the tool to get a better understanding of tool usage.

scilla help

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

Information Gathering is the process of collecting essential data about the target domain or network. Information can be of various types, like subdomains of the target domain, DNS Information, Port Information, etc. So to get this type of information, one must need to do Enumeration or lots of Reconnaissance, but Scilla is the Information Gathering tool that does lots of things for us. Scilla is a Go language-based tool that can help penetration tester collect lots of information about its target domain. Scilla performs DNS, Subdomains, Ports, Directories Enumeration. One of the most attractive features of Scilla is the report-providing mechanism. Scilla can provide a report of each scan, whether it is Subdomain or Port Enum.

Note: As Scilla is a Golang language-based tool, so you need to have a Golang environment on your system.

Click to check the Installation process of Golang in your system: Golang Installation Steps on Linux

Similar Reads

Features of Scilla Tool

Scilla Tool is Open Source to Use. Scilla Tool is Easy to Use. Scilla Tool is faster as it is designed in the Go language. Scilla Tool provides various types of Enumeration like DNS, Port, Directories, etc. Scilla Tool has the capability of Report generation....

Installation of Scilla Tool in Kali Linux OS

Step 1: If you have downloaded Golang in your system, verify the installation by checking the version of Golang, use the following command....

Working with Scilla Tool

Example 1: DNS Enumeration...