github Findomain/Findomain 0.2.8
Findomain v0.2.8

latest releases: 9.0.4, 9.0.3, 9.0.2...
4 years ago
  • Use the target string as output file name to easily automatize the workflow. Thanks to @j3ssie for the feedback #12. 8f41477
  • Use TXT format for all output files. It fixes #12 (comment)
  • Remove unneeded characters when printing results, it will make easy to work with findomain output. bf4d8c1
  • Use HashSets instead of Vecs for more performance. HashSets are faster than Vecs at the cost of more memory usage but in the case of Findomain that's irrelevant due the very low resources usage of the tool. f9f81cd, 1b6457d
  • Improve manage_subdomains_data() function for reliability and performance. 5b47188, 6a67fa4

Misc:

  • Make function check_output_file_exists() quiet. 0c02d13
  • Update dependencies to latest version. 268347a

Notes:

  • Since it release you can't specify output file format or name, the name will be just: {target string}+{.txt}. For example, if you execute findomain -t aol.com -o, the output filename will be aol.com.txt. If the filename exists, Findomain will overwrite it ONLY if it has fetched valid data, otherwise (like if the tool fails due to connection issues) Findomain will keep the existing file.

Don't miss a new Findomain release

NewReleases is sending notifications on new releases.