evilsocket / spycast
- среда, 28 сентября 2022 г. в 00:35:45
A crossplatform mDNS enumeration tool.
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.
cargo build --releaseOS specific bundle packages (for example dmg and app bundles on OSX) can be built via:
cargo tauri buildSpyCast can also be built without the default UI, in which case all output will be printed on the terminal:
cargo build --no-default-features --releaseRun SpyCast in active mode (it will recursively query all available mDNS services):
./target/release/spycastRun in passive mode (it won't produce any mDNS traffic and only listen for multicast packets):
./target/release/spycast --passiveRun spycast --help for the complete list of options.
This project is made with