Suppose you find PHP queries overtly in the URL, such as /index.php=?page=userID. What would you then be looking to test?

Submitted by: Muhammad
This is an ideal situation for injection and querying. If we know that the server is using a database such as SQL with a PHP controller, it becomes quite easy. We would be looking to test how the server reacts to multiple different types of requests, and what it throws back, looking for anomalies and errors.

One example could be code injection. If the server is not using authentication and evaluating each user, one could simply try /index.php?arg=1;system(‘id') and see if the host returns unintended data.
Submitted by: Muhammad

Read Online Information Security Officer Job Interview Questions And Answers