Web application scanning

​Web applications is a good way to represent or get an input from users, however web applications also can represent a danger to a company, if such web applications are not properly secured and input from a user is not sanitized.

For example it is possible to create a user form that does not sanitize its input. Such a form can be used by a malicious person to craft specially designed URL that has domain name of that website, however upon clicking such a link a user will be taken to a malicious website.

A user may think that one website is being browsed, but in reality totally different website is being used.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator