phantom0004 / FuzzFindr-Web-Fuzzing-Tool

FuzzFindr is a robust web fuzzing and web scraper tool inspired by the popular "ffuf" tool on Kali Linux. Designed to enhance web security testing, FuzzFindr allows users to meticulously fuzz web links using customizable wordlists.
MIT License
2 stars 0 forks source link

Multithreading Addition #1

Open phantom0004 opened 2 months ago

phantom0004 commented 2 months ago

Planning on integrating multithreading to enhance the speed of this program, making fuzzing of a large wordlist effortless, this is a consideration for a future update, however as this program stands how it is, it can achieve any wordlist length however with some speed limitations, especially with verbose on.

Comparing to fuzzing tools like "ffuf", multithreading is achieved to get a seamless user experience, unfortunately I did not integrate this earlier making it hard to do it now. If anybody wishes to contribute, feel free!

phantom0004 commented 1 week ago

Multithreading Integration Consideration

Regarding integrating multithreading to enhance the speed of FuzzFindr when handling large wordlists. Currently, this repository is not actively maintained due to my focus on other larger projects. However, I'll keep this issue in mind as a reminder for future updates.

The idea of implementing multithreading, particularly to optimize performance with verbose mode, is crucial for improving user experience, similar to tools like "ffuf". If I find the opportunity to revisit this feature or if anyone in the community wishes to contribute, it would be valuable for enhancing FuzzFindr's capabilities!