scilla

DNS, subdomain, port and directory enumeration and reconnaissance tool

brewmacoslinux
Try with needOr install directly
Source

About

DNS, subdomain, port, directory enumeration tool

Commands

scilla

Examples

find all subdomains of a domain$ scilla dns -d example.com
scan for open ports on a host$ scilla port -t example.com
discover hidden directories on a web server$ scilla dir -u http://example.com
enumerate subdomains and check which are alive$ scilla dns -d example.com -w subdomains.txt
run full reconnaissance on a domain with all checks$ scilla report -d example.com