|
What you have to do for number 4 is create a tiny scrip that can tell you what
%43%4f%44%45%5a means..cause %43%4f%44%45%5a is the answer
code =
<html>
<head>
</head>
<body>
<script>
var a=unescape("%43%4f%44%45%5a");
alert(a);
</script>
</body>
</html>
|