0.5.0 (2025-03-13)
Internal Change
- The default behavior of policy execution when only targets are provided has changed. Previously, specifying just targets performed a ping scan (
nmap -sn
). Now, it executes the standardnmap
default scan, equivalent tonmap -sS -p1-1000 --open -T3 <target>
.
Bug Fixes
- add missing default supported drivers (#61) (54b6f12)
- dependencies of worker custom implementation (5b9b400)
- proper compare interface name and interface ips (6fb8354)
- remove devices interface double check (#63) (552374d)
- submodules drivers load for custom napalm packages (#58) (f51eda1)
Features
- add more nmap options to network discovery (379025c)