You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed: FQDNs/domains from input file can now be internationalized names (punnycode: xn--...);
Changed: the script can now check more than 1000 domains at once (it will take a huge time though) - it only could search for 999 FQDNs/domains at once before (SQLite3 maximum tree depth limitation);
Changed: FQDNs/domains from input are now searched as exact names or subdomains of these exact names only by default. Any DNS query for a hostname ending with the input name matched before, leading in some irrelevant matches, i.e. "anytoto.com" and "any.toto.com" matched for "toto.com", while now "toto.com" and "any.toto.com" still match for "toto.com", but not "anytoto.com".