Skip to content

NetSweep v5.1.0

Choose a tag to compare

@sondt99 sondt99 released this 10 Aug 17:29
· 4 commits to main since this release

Professional package refactor

NetSweep is now an installable layered package under netsweep/.

Layout

  • cli/ — menu, lan, host, sadp
  • scan/ — NetworkScanner, DeviceInfo, PortScanner, ServiceDetector
  • config/, net/, policy/, data/, logging/, report/

Changes

  • Menu runs scanners in-process (no subprocess)
  • Shared scope policy for LAN/host confirmation
  • Unified networking helpers
  • Console scripts: netsweep, netsweep-lan, netsweep-host, netsweep-sadp
  • Root scripts remain as compatibility shims

Tests

202 passed

pip install -e ".[dev]"
python -m netsweep