Skip to content

v0.14.2

Latest

Choose a tag to compare

@t0kubetsu t0kubetsu released this 15 May 13:17
44b773c

What's changed

Changed

  • assessor and dns_utils: logger = logging.getLogger("subdomainenum") moved below all imports (E402 fix).
  • cli: network errors (any non-ValueError exception from assess()) now exit 2; ValueError (e.g. missing wordlist) exits 1.
  • reporter: save_report() raises ValueError for unsupported extensions; Console created with highlight=False.

Removed

  • reporter.print_report deprecated alias removed; use print_full_report directly.

Impact

Harmonization pass 2. Migration: replace any from subdomainenum.reporter import print_report with print_full_report.


Full changelog: https://github.com/NC3-TestingPlatform/subdomainenum/blob/master/CHANGELOG.md