I built an API and I would like to test it.
I already did my tests but I want to make sure that it is somehow secure by brute forcing it with a common list of known dangerous user inputs
It is written in PHP and MySql
Some of you might disagree whether brute force is a good practice here or not, but it’s an extra safety measure
I built an API and I would like to test it. I already did
Share
OWASP provides a pretty good cheat sheet that might answer your questions: https://www.owasp.org/index.php/PHP_Security_Cheat_Sheet