Skip to content

v1.0.1

Compare
Choose a tag to compare
@MattKeeley MattKeeley released this 22 Mar 01:31
· 93 commits to main since this release
83fc9a4

We are excited to announce the release of Spoofy v1.0.1! This update brings a significant enhancement to the performance of our domain analysis tool by introducing multi-threading capabilities. Now, you can process multiple domains simultaneously, leading to faster results and a more efficient experience.

Key features and improvements in Spoofy v1.0.1 include:

  1. Multi-threading support: With this update, we have implemented multi-threading to parallelize domain processing. This allows the tool to analyze multiple domains concurrently, improving the overall performance and speed, especially when processing large domain lists.
  2. Synchronized output: To ensure that the output from different threads does not overlap or interfere with each other, we've introduced thread synchronization using threading.Lock. This guarantees that the console output and report generation remain consistent and easy to read.
  3. Code optimization: We have refactored and optimized the codebase to accommodate multi-threading, making it more robust and maintainable.