Release v0.0.3
Pre-release
Pre-release
Dotnet Tool
Kangaroo is packaged as both a library and dotnet CLI tool.
dotnet tool install --global Kangaroo.CLI --version 0.0.3
and use the cli command kangaroo
Kangaroo.CLI
Commands:
range Scans the configured range of IP addresses
adapter Scans IP address using the subnet on the provided adapter
scan-adapter
subnet Scans the configured subnet, note only /16 - /24 is currently available
Options:
-h, --help Show help message
--version Show version
What's Changed
- Added subnet and adapter scans by @ewilliams0305 in #16
Full Changelog: v0.0.2...v0.0.3