45c45
<         "echo \x27%s\x27 . \x27%s\x27\x3b",
---
>         "echo str_repeat\x28\x27%s\x27,5\x29",
47c47
<         "print \x27%s\x27.\x27%s\x27\x3b",
---
>         "print \x27%s\x27x5",
49c49
<         "print \x27%s\x27 + \x27%s\x27",
---
>         "print \x27%s\x27*5",
51c51
<         "Response.Write\x28\x22%s+%s\x22\x29"
---
>         "Response.Write\x28new\x20String\x28\x22%s+%s\x22,5\x29\x29"
245c245
<             match = re.search(eval_error, response.body, re.IGNORECASE)
---
>             match = re.search(eval_error*5, response.body, re.IGNORECASE)
