Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

v0.5.0.a4

Pre-release
Pre-release
Compare
Choose a tag to compare
@DavidJBianco DavidJBianco released this 21 Jul 17:59
· 59 commits to master since this release

v0.5.0.a4 provides the following big fixes:

  • huntlib.domaintools.DomainTools objects now have working iris_enrich() and enrich() functions.
  • All the functions previously offered by importing the main huntlib module (entropy(), entropy_per_byte(), promptCreds() and edit_distance() have been moved to the new huntlib.util module. Attempting to use the old imports will still work, but result in a FutureWarning to the user.
  • huntlib.data now provides a new flatten() function for transforming nested dicts and/or lists into a single namespace useful for creating pandas DataFrames