Lost Password?


home | tags | Search | Feed
Tag >> XSS

Zend: PHP Security Webinar

Posted by: Jordan in XSSSecurityProgrammingPHPJavaScript on

I attended the Zend: PHP Security Webinar today which is a free one hour course by Zend using Webex presented by Kevin Schroeder.  I'll use this blog for my notes and to discuss some of the information presented.  The actual webinar presented a lot more information than this and I expect the Zend course covers even more.  This brief introduction was enough to entice me to signing up for the full

Cross Site Scripting (XSS)

Posted by: Jordan in XSSSecurityProgrammingPHPJavaScript on

XSS or Cross Site Scripting is the newest trend for hacking and a very popular one. XSS is a very easy method to gain access to a website. Put simply, XSS is injecting a JavaScript forward script into any user input field on a target site. The forward URL will generally be a log script that steals your cookie information (or session ID).

Once the hacker has this information they can take over


Statistics

Members Today: 213
Members Online: 7
Users Online: 90
Total Users: 15,202
Total Threads: 10,394
Total Posts: 97,567
Newest Member: nineUphop

Tutorials

How do I make a [insert standard program assignmen...
OK, you just got your first hard program to build. Maybe it's part of your final project, maybe your teacher is just sadistic. It's hard to tell. Regardless, this thing is BIG. No, really big! No...


C# Tutorial - How To Open New Forms
OK, this question seems to have popped up quite a lot, and it's really quite simple, so here's some details about how to open secondary forms from a main form. Example We have a main form. The u...


Implementing a Fuzzy Set
Before reading this tutorial, be sure to read and . Now we're going to look at fuzzy sets. The key characteristic of this is that every item of interest contains two values: the quantity of interes...