A
A
Abdulyar2016-11-24 17:28:50
PHP
Abdulyar, 2016-11-24 17:28:50

What are the first steps in checking the security of a PHP web application?

Your development team asks you to check your newly written web application for security. The web application is very dynamic and includes modules like booking, reservation, payment, authentication, registration, etc.
The use of static and dynamic code analyzers is not allowed.
Question : What patterns to look for in the code, what to look for, any first steps to assess security.
Thank you.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
OnYourLips, 2016-11-24
@Abdulyar

Incorrect templating settings, gluing query pieces as strings, no action rights check at the very beginning of each controller action, no owner check when linking the target object to the selected one, deliberately left bookmarks (suspicious places where the code is unreadable).

M
Max, 2016-11-24
@MaxDukov

take OWASP top 10 and read first

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question