Merge pull request #21 from merwan/patch-1

Fix typo
This commit is contained in:
mayhew64 2014-11-25 16:34:59 -05:00
commit e77dda3f22

View File

@ -131,7 +131,7 @@ public class OffByOne extends LessonAdapter
hints.add("Check for hidden form fields during registration");
hints.add("Typically, web-based buffer overflows occur just above the value of 2 to the power of a number. E.g. 1024 + 1, 2048 + 1, 4096 + 1");
hints.add("Overflow the room number field with 4096+1 characters and look for hidden fields");
hints.add("Enter the VIP name in the first and last naem fields");
hints.add("Enter the VIP name in the first and last name fields");
return hints;
}