Scilla is a information gathering tool (DNS/Subdomain/Port Enumeration).
Installation
git clone https://github.com/edoardottt/scilla.git
go get
make linux
make unlinux
make windows
make unwindows
make fmt run the golang formatter.
make update Update.
make remod Remod.
make test runs the tests.
Get Started
scilla help prints the help in the command line.
usage: scilla [subcommand] { options }
Available subcommands:
– dns { -target REQUIRED}
– subdomain { [-w wordlist] -target REQUIRED}
– port { [-p ] -target REQUIRED}
– dir { [-w wordlist] -target REQUIRED}
– report { [-p ] -target REQUIRED}
– help
Examples
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
shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…
Extract and execute a PE embedded within a PNG file using an LNK file. The…
Embark on the journey of becoming a certified Red Team professional with our definitive guide.…
This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…
This took me like 4 days (+2 days for an update), but I got it…
MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…