OWASP / SecurityShepherd

Web and mobile application security training platform
https://owasp.org/www-project-security-shepherd/
GNU General Public License v3.0
1.33k stars 450 forks source link

Module Search Box #145

Closed markdenihan closed 9 years ago

markdenihan commented 9 years ago

I think it would be pretty cool if there was a search box that performed a client side search of the module listings so a user can find one quickly even if they're organised by difficulty

markdenihan commented 9 years ago

I'm gonna implement this with the JQuery Autocomplete utility in JQueryUI. Just need to make it pretty <3

markdenihan commented 9 years ago

Completed, check it out from ff8a73626f63649b0d520e05c83f8a7292cbdf19

It's only really useful if you've got Tournament/Open mode enabled, or if you have completed a lot of challenges in CTF Mode. You type in the level you want, it does a type ahead, and opens the level you select