Why does my automated SQL Injection with ffuf not work on the login form? [closed]

Question: Why does my curl request perform the SQL-Injection correctly but my ffuf request with the same payload does not?
curl -X POST -d "username=admin’ #&password=a" $TARGET`

ffuf -w /usr/share/seclists/Fuzzing/SQLi/quic… Continue reading Why does my automated SQL Injection with ffuf not work on the login form? [closed]