I want the intruder to flag the attack response only when a specific string DOESN'T MATCH
The string is: Invalid credentials
Tried using RegExp inverse match: https://stackoverflow.com/a/164419/10362396
It is not working
Please note, the current selected response is when the username and password are correct.