- update tlds.go
- fix crash if stdin line bigger than 5MiB (issue #7)
- de-defang
{.}
=>.
- de-defang
{@}
=>@
- allow whitespace before and after special defangs like
{.}
,[@]
,(at)
, etc.
- increase max read buffer from 64KiB to 5MiB
- domain: support internationalized domain names (IDNs)
- url: catch "hzzzp" and "hxxxp"
- url: http is case insensitive
- url: must contain a domain or an ip
- url: catch "://(space)"
- -o flag: extract only selected types
- extract ip4, ip6, domain, url, email, md5, sha1, sha256