SpyCast - A Crossplatform mDNS Enumeration Tool
2022-9-29 19:30:0 Author: www.kitploit.com(查看原文) 阅读量:29 收藏

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.

Building

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

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

cargo build --no-default-features --release

Running

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

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

./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.


SpyCast - A Crossplatform mDNS Enumeration Tool SpyCast - A Crossplatform mDNS Enumeration Tool Reviewed by Zion3R on 8:30 AM Rating: 5


文章来源: http://www.kitploit.com/2022/09/spycast-crossplatform-mdns-enumeration.html
如有侵权请联系:admin#unsafe.sh