Downloadliste

Projektbeschreibung

Spike PHP Security Audit Tool is a tool that performs a static analysis of PHP code for security exploits.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-08-01 02:15
0.23

Geändert zu PHP 4 freundlich. Einige Funktionen wurden auf die Wissensbasis zu extrahieren, shell_exec, pcntl_exec hinzugefügt und exec. Die Organisation der Wissensbasis Datei (vuln_db.xml) wurde leicht verbessert. Die Funktion kann _getAllPhpFiles vermissen ein paar (nicht geprüft). Die Tokenizer muss in der Lage, zwischen einer nativen Funktion aufrufen und Klasse-Methode aufrufen, mit dem gleichen Namen, also mail () und $ class-> mail unterscheiden ().
Tags: Minor feature enhancements
Modified to be PHP 4 friendly. A few functions have been added to the knowledge base: extract, shell_exec, pcntl_exec, and exec. The organization of the knowledge base file (vuln_db.xml) has been slightly improved. The _getAllPhpFiles function may miss a few (unverified). The tokenizer needs to be able to differentiate between a native function call and class method call of the same name, i.e. mail() and $class->mail().

2006-07-08 07:51
0.19

Tags: Initial freshmeat announcement

Project Resources