Skip to content

v1.1.0

Compare
Choose a tag to compare
@securechicken securechicken released this 25 Jul 16:55
· 4 commits to main since this release
  • 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".