Replaced WebScarab references with OWASP ZAP in java code only

This commit is contained in:
Bruce Mayhew
2014-09-15 21:41:25 -04:00
parent 9bb1cb8d9c
commit 4202c12c18
8 changed files with 15 additions and 15 deletions

View File

@ -107,7 +107,7 @@ public class SQLInjection extends GoatHillsFinancial
+ "Try appending a SQL statement that always resolves to true");
// Stage 1
hints.add("You may need to use WebScarab to remove a field length limit to fit your attack.");
hints.add("You may need to use OWASP ZAP to remove a field length limit to fit your attack.");
hints.add("Try entering a password of [ smith' OR '1' = '1 ].");
// Stage 2