|
WishList
A wish list containing the wicked ideas on kicking those VA spiders' butt! :P
Featured 1 A simple Flash application (done) 2 A Multi-page form (done) 3 An html form/link fully created by heavy javascript usage (done) 4 Crazy one, just seen, here; a starter single button in a form, when clicked sets a hidden field to a certain value. When the form is submitted, the middle-end checks the hidden value and shows the other input values. (nay) 5 a simple link with html encoded characters in it, such as; <A HREF="start.do?Cet=Pt&S=Secrule&SetNeed=false&that>click here</A> (done) 6. Classic a element with target attribute set to an iframe (nay) 7. An executed js upon windows.onload, which creates a link on the page; dynamic sweep through the DOM. Inspired from dom-based XSS. (nay) |
► Sign in to add a comment
a simple Flash application is added. check out the svn. Or better yet, check out this live at http://www.webguvenligi.org/wivet/
A multi-page form with a single path to the destination is implemented. check out the svn.
a dynamic standard form is implemented by using extjs v2.2 framework.