dobin / ffw

A fuzzing framework for network servers
GNU General Public License v3.0
114 stars 24 forks source link

Baseport / Targetport cleanup #24

Closed dobin closed 6 years ago

dobin commented 6 years ago

The legacy with the baseport and newer targetport is confusing, and not implemented consistently.

Reference: https://github.com/dobin/ffw/issues/23#issuecomment-379107665

Redesign FFW so the default is a target with a static, unchangeable port. This is the case most of the time.

Add parallel fuzzing (with baseport) config options as an afterthought, with explicit configuration.

dobin commented 6 years ago

Implemented in fenrir.