David Coallier's Blog: Free PHP Security Scan
David Coallier has posted about his ideas for an Open Source, free PHP security scanner: The idea of this project is quite simple, I was thinking that offering this service to anyone who requests it...
View ArticlePHP Security Blog: A Trio of Javascript Issues
On the PHP Security Blog, there's three new posts that Stefan Esser has written up that demonstrate some of the more destructive uses of Javascript that he's found: JavaScript/HTML Portscanning and...
View ArticleDeveloper Tutorials Blog: Port Scanning and Service Status Checking in PHP
The Developer Tutorials blog has posted a new tutorial covering how to scan ports and checking a remote service's status with PHP. Having access to the current status of public servers can empower...
View ArticleNETTUTS.com: Scanning Folders with PHP
The NETTUTS.com site has posted a new PHP-related screencast that covers a simple script to scan over the contents of folders in PHP. To illustrate, they create an image gallery script that mirrors...
View ArticleDeveloperTutorials.com: Port Scanning and Service Status Checking in PHP
On the DeveloperTutorials.com site today there's a new tutorial showing the creation of a port scanner with PHP - a tool that, given some of the familiar ports that services (like web or email...
View ArticleSitePoint PHP Blog: Check Your Code's Quality with SensioLabs Insight
On the SitePoint PHP blog today there's a new post by Peter Nijssen introducing you to the SensioLabs Insight service and how it can improve your code quality (including locating security concerns)....
View Article