🎴 Flashcard Mode

Web Application Security and AppScan

Card1 / 20
Mastered0
Review0
QuestionClick to flip

After the appscan finished testing your web application you found that your password was changed to 1234. What do you think happened?

AnswerClick to flip back
A
Change password form was submitted by appscan
💡 Explanation:

AppScan systematically tests all forms including password change functionality, so it submitted the change password form during automated testing. This is not an attack but rather AppScan exercising the application's functionality, which is why testing should be done against non-production environments.

Change Mode