diogoleitao / fenixfuzz

A grey-box fuzzer for FenixEdu
MIT License
0 stars 0 forks source link

Correlate HTTP form field "naming conventions" with fuzz pattern generation #19

Open diogoleitao opened 8 years ago

diogoleitao commented 8 years ago

So far, the forms are not being properly submitted due to incorrect filling of some (sometimes all) of the form fields, mainly because the format expected is not being respected. By analyzing the names of the form fields, it is (sort of) possible to determine what charset or format should be used to fill the field.