Aug 07
29
Pixy; the PHP security scanner
The Problem: Finding XSS and SQLI vulnerabilities
Cross-site scripting (XSS) and SQL injection (SQLI) vulnerabilities are present in many modern web applications, and are reported continuously on pages such as BugTraq. In the past, finding such vulnerabilities usually involved manual source code audits. Unfortunately, this manual vulnerability search is a very tiresome and error-prone task.
The Solution: Pixy
Pixy is a Java program that performs automatic scans of PHP 4 source code, aimed at the detection of XSS and SQL injection vulnerabilities. Pixy takes a PHP program as input, and creates a report that lists possible vulnerable points in the program, together with additional information for understanding the vulnerability.
For more information, take a look at the documentation page!
They also provide a list of other Open-Source Analysis Tools for PHP. Including PHP-Sat which is a Static Analysis Tool that performs several static checks on PHP source code and PHP string analyzer, a static program analyser that approximates the string output of a PHP program with a context-free grammar.






















Subscribe to Comments
Weekly Stats Chart
Wordpress.org

50个非常有用的PHP工具 | 胡言乱语 said,
January 21, 2009 @ 9:26 am
[...] Pixy :代码检查工具。 [...]