OWASP – WSTG-BUSL-03 – Business logic Testing – Test Integrity Checks Summary Many applications are designed to display different fields depending on the user of situation by leaving some inputs...
OWASP – WSTG-ATHN-02 – Authentication Testing – Testing for Default Credentials Summary Nowadays web applications often make use of popular Open Source or commercial software that can be installed on servers...
OWASP – WSTG-BUSL-04 – Business logic Testing – Test for Process Timing Summary It is possible that attackers can gather information on an application by monitoring the time it takes to complete...
OWASP – WSTG-ATHN-03 – Authentication Testing – Testing for Weak Lock Out Mechanism Summary Account lockout mechanisms are used to mitigate brute force attacks. Some of the attacks that can be defeated by...
OWASP – WSTG-BUSL-05 – Business logic Testing – Test Number of Times a Function Can be Used Limits Summary Many of the problems that applications are solving require limits to the number of times a function can...
OWASP – WSTG-ATHN-04 – Authentication Testing – Testing for Bypassing Authentication Schema Summary In computer security, authentication is the process of attempting to verify the digital identity of the sender of...
OWASP – WSTG-ATHN-05 – Authentication Testing – Testing for Vulnerable Remember Password Summary Credentials are the most widely used authentication technology. Due to such a wide usage of username-password pairs, users are...
OWASP – WSTG-ATHN-06 – Authentication Testing – Testing for Browser Cache Weaknesses Summary In this phase the tester checks that the application correctly instructs the browser to not retain sensitive data....
OWASP – WSTG-ATHN-07 – Authentication Testing – Testing for Weak Password Policy Summary The most prevalent and most easily administered authentication mechanism is a static password. The password represents the keys to...
OWASP – WSTG-ATHN-08 – Authentication Testing – Testing for Weak Security Question Answer Summary Often called “secret” questions and answers, security questions and answers are often used to recover forgotten passwords (see Testing for...