Nines9 wrote:It's easy to tell with an alert box, but different people use different syntax and the more in-depth the challenges get, the longer the answers get. Then you need more validation of answers. We've seen what happened with Extbasic.7 when you can have more than one possible solution to a mission. People get pissy over it and end up disliking the challenge. :/
$pass = false;
switch (strtolower($the_answer)){
case '1st possible answer':
case '2nd possible answer':
case '3rd possible answer':
// etc...
$pass = true;
break;
}
Karec wrote:Eh even with the difficulty in writing them, XSS is so widespread these days I do feel there should at least be one mission that can address this topic.
As for dealing with multiple answers, have at least two people who know XSS very well try to brainstorm all the possible answers and make it a multiple answer problem.
mosshack wrote:I dont think XXS Mission as such in there own catorgory, i would like to see more XXS within other missions. Like in realistic missions have a hidden vulnerability and if the user finds that then they can use that to there advantage.
I think this would be a good idea, also it would make challenges more a challenge
Return to Comments & Suggestions
Users browsing this forum: No registered users and 0 guests