XSS tutorial & filtering
I found this interesting site on XSS. It’s a good tutorial if you want to show a newbie/novice something. And certainly demonstrates XSS and cookie stealing quite handily.
http://www.steve.org.uk/Hacks/XSS/index.html
It’s a bit thin on the xss filtering side. There really should be a white paper on XSS filtering techniques. If not, why the hell not! The following looks like a good start…
http://www.ihtb.org/security/xss_hacking_exposed.txt
nice find,thx
Ye some great links there Wooshy.
[...] XSS? Cross site scripting? What’s that? If that means nothing to you, read xss hacking exposed. The new $wpdb->prepare() function makes protecting SQL queries in WordPress much easier now. via [...]
And let’s not forget, there’s michael daw’s very own cheat sheet!
[...] goes back to the post about XSS tutorial and filtering. Now as you may know, the litmus test for XSS is <script>alert(’michael daw woz [...]