This repository was archived by the owner on Jul 16, 2024. It is now read-only.
v0.5.0.a4
Pre-release
Pre-release
v0.5.0.a4 provides the following big fixes:
huntlib.domaintools.DomainTools
objects now have workingiris_enrich()
andenrich()
functions.- All the functions previously offered by importing the main huntlib module (
entropy()
,entropy_per_byte()
,promptCreds()
andedit_distance()
have been moved to the newhuntlib.util
module. Attempting to use the old imports will still work, but result in a FutureWarning to the user. huntlib.data
now provides a newflatten()
function for transforming nested dicts and/or lists into a single namespace useful for creating pandas DataFrames