Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/evilsocket/spycast
ReconnaissanceNetwork MappingInformation GatheringDNS Analysis
GitHubevilsocket/spycast

spycast

A crossplatform mDNS enumeration tool.

View Repository
3672113 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

SpyCast is a crossplatform mDNS enumeration tool that can work either in active mode by recursively querying services, or in passive mode by only listening to multicast packets.

spycast

Building

root@kitploit:~
cargo build --release

OS specific bundle packages (for example dmg and app bundles on OSX) can be built via:

root@kitploit:~
cargo tauri build

SpyCast can also be built without the default UI, in which case all output will be printed on the terminal:

root@kitploit:~
cargo build --no-default-features --release

Running

Run SpyCast in active mode (it will recursively query all available mDNS services):

root@kitploit:~
./target/release/spycast

Run in passive mode (it won't produce any mDNS traffic and only listen for multicast packets):

root@kitploit:~
./target/release/spycast --passive

Other options

Run spycast --help for the complete list of options.

License

This project is made with ♥ by @evilsocket and it is released under the GPL3 license.

Download Tool