WebFuzzForge / wenum

Wfuzz fork
GNU General Public License v2.0
19 stars 6 forks source link

Fuse FuzzStats and FuzzSession #46

Open percepo opened 1 year ago

percepo commented 1 year ago

Keeping these two apart is kind of difficult. "By feeling", FuzzStats is more diagnostic and FuzzSession more for configurational information. But that logic doesnt hold true right now, and even if some of the attributes were shifted around to ensure that, there is no guarantee that some of the diagnostic attributes wont in the future also be utilized in conditional statements. Maybe just throwing them together is cleaner, even if it is then a single class holding more attributes.