Which among the below do you think appscan will NOT report as “Predictable login credentials?
Reveal answer
Fill a bubble to check yourself
Which among the below do you think appscan will NOT report as “Predictable login credentials?
Admin/admin1
John/nAscar
John/n@sc1234r
John/nascar2
AppScan identifies predictable credentials as weak password patterns. Options A, B, and D use simple variations (admin1, nAscar, nascar2) that are easily guessed. Option C (n@sc1234r) includes special characters and numbers in a non-obvious pattern, making it the least predictable and therefore NOT flagged.
AppScan flags credentials that follow common, guessable patterns (default accounts, dictionary words, simple username-in-password variants). John/n@sc1234r mixes case, digits, and a special character in a way that breaks the predictable pattern, so it wouldn't be flagged, unlike the other options which are all recognizable weak/default-style combinations.