What's changed
Changed
assessoranddns_utils:logger = logging.getLogger("subdomainenum")moved below all imports (E402 fix).cli: network errors (any non-ValueErrorexception fromassess()) now exit2;ValueError(e.g. missing wordlist) exits1.reporter:save_report()raisesValueErrorfor unsupported extensions;Consolecreated withhighlight=False.
Removed
reporter.print_reportdeprecated alias removed; useprint_full_reportdirectly.
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