News Feed
Jobs Feed
Sections




News Archive
Project:
RIPS - Static Source Code Analyzer for Vulnerabilities in PHP Scripts
March 20, 2012 @ 10:34:35

Gareth Heyes has pointed out an interesting tool today for analyzing the source of your application and trying to discover security-related issues: RIPS

RIPS is a tool written in PHP to find vulnerabilities in PHP applications using static code analysis. By tokenizing and parsing all source code files RIPS is able to transform PHP source code into a program model and to detect sensitive sinks (potentially vulnerable functions) that can be tainted by userinput (influenced by a malicious user) during the program flow. Besides the structured output of found vulnerabilities RIPS also offers an integrated code audit framework for further manual analysis.

The project site lists out the features that come with the tool, what it searches for (including command execution issues, header injection, file manipulation and SQL injection) and some example screenshots of its interface. You can download the latest version and try it out for yourself.

0 comments voice your opinion now!
rips security analyze code tool project


blog comments powered by Disqus

Similar Posts

Symfony Blog: New in symfony 1.3: Project Creation Customization

PHPBuilder.com: Validating PHP User Sessions

Volker Dusch's Blog: Setting up Jenkins for PHP Projects

Paul Jones' Blog: Aura for PHP 5.3+, aka Solar 2.0

International PHP Magazine: Poll Question: What Makes a Good PHP Security Architecture?


Community Events











Don't see your event here?
Let us know!


tool opinion testing development composer interview phpunit unittest zendframework2 functional community language series conference podcast example introduction code release framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework