PumpkinSeed / sqlfuzz

Simple SQL table fuzzing
Apache License 2.0
158 stars 16 forks source link

Intelligent mode #24

Open PumpkinSeed opened 3 years ago

PumpkinSeed commented 3 years ago

Intelligent mode should figure out what the given field represents and load data related to the field. Ex. the field nem is firstname, than load firstname into it. Keep in mind that do that only in case if the field does NOT have unique constraint.