v1.0.1
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:
- 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.
- 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. - Code optimization: We have refactored and optimized the codebase to accommodate multi-threading, making it more robust and maintainable.