Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

ThinkPHP Blog:
Leveraging Security to PHP (using sausages)
Mar 10, 2006 @ 13:22:30

When do PHP security and sausages come together? Only in this post from the ThinkPHP blog that takes a look at their security application being developed specifically for finding issues with web applications - Chorizo.

Let's be honest - the guys over at bugtraq, full-disclosure and others make fun of us PHP people. Chorizo ScreenshotNot only do we provide the dramatis personae - be it phpBB, the Nuke family or XMLRPC, we also deliver remote code execution, XSS or SQL injections right to the security peoples' doorstep. Why does this happen? Are we all dumbnuts? That's not the explanation - at least not all of it.

In the history of PHP, users and ISPs have always been nice and friendly like our grandma. Their continued support even in rough times ensures PHP's ongoing success, so we shouldn't let them down and ignore everything they say (like we do with our grandmas).

Enter Chorizo, an easy-to-use, speedy little proxying bit of software that looks at the data coming through and finds whatever issues it can. It looks at where "web applications get interactive" instead of just spidering the sites, and checks multiple kinds of attacks including: XSS, SQL injections, code inclusions, code executions, HTTP response splitting, and many more. It's not open to the public just yet, but you can preregister to have an active account just as soon as it goes live.

tagged: security sausage web application vulnerabilities security sausage web application vulnerabilities

Link:

ThinkPHP Blog:
Leveraging Security to PHP (using sausages)
Mar 10, 2006 @ 13:22:30

When do PHP security and sausages come together? Only in this post from the ThinkPHP blog that takes a look at their security application being developed specifically for finding issues with web applications - Chorizo.

Let's be honest - the guys over at bugtraq, full-disclosure and others make fun of us PHP people. Chorizo ScreenshotNot only do we provide the dramatis personae - be it phpBB, the Nuke family or XMLRPC, we also deliver remote code execution, XSS or SQL injections right to the security peoples' doorstep. Why does this happen? Are we all dumbnuts? That's not the explanation - at least not all of it.

In the history of PHP, users and ISPs have always been nice and friendly like our grandma. Their continued support even in rough times ensures PHP's ongoing success, so we shouldn't let them down and ignore everything they say (like we do with our grandmas).

Enter Chorizo, an easy-to-use, speedy little proxying bit of software that looks at the data coming through and finds whatever issues it can. It looks at where "web applications get interactive" instead of just spidering the sites, and checks multiple kinds of attacks including: XSS, SQL injections, code inclusions, code executions, HTTP response splitting, and many more. It's not open to the public just yet, but you can preregister to have an active account just as soon as it goes live.

tagged: security sausage web application vulnerabilities security sausage web application vulnerabilities

Link:


Trending Topics: