PHP Classes

PHP Vulnerability Scanner: Scan script files for malicious code

Recommend this page to a friend!

  Detailed description   Download Download .zip .tar.gz   Install with Composer Install with Composer  
This class can be used to scan script files to find eventually malicious code.

It can traverse a given directory recursively and checks script files to see if they may contain code that may be eventually malicious.

Currently it finds script files that are using functions often used in infected scripts, such as base64_encode and base64_decode.

Example

<?php
$dir
="../Facebook Clones"; // Where to scan recurcivly
$toScanArray=array("base64_encode", "base64_decode", "unescape"); // What to find inside a file (possible virus / Malicious code)

require_once("phpVulnerabilityScanner.inc.php");
$phpVulnerabilityScanner = new PhpVulnerabilityScanner($dir,$toScanArray);
$phpVulnerabilityScanner->showResult();
?>



  Author Author  
Picture of Er. Rochak Chauhan
Name: Er. Rochak Chauhan is available for providing paid consulting. Contact Er. Rochak Chauhan .
Classes: 53 packages by
Country: India India
Age: 44
All time rank: 21 in India India
Week rank: 16 Down2 in India India Down
Innovation award
Innovation award
Nominee: 14x

Winner: 3x

  Classes of Er. Rochak Chauhan  >  PHP Vulnerability Scanner  >  Download Download .zip .tar.gz  >  Support forum Support forum (5)  >  Blog Blog  
Name: PHP Vulnerability Scanner
Base name: phpvulnerabilityscan
Description: Scan script files for malicious code
Version: 1
PHP version: 5
License: Free For Educational Use
All time users: 2468 users
All time rank: 1568
Week users: 2 users
Week rank: 52 Up
 
  Groups   Rate classes User ratings   Trackback   Applications   Files Files  

  Groups  
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Files and Folders Listing, accessing and manipulating files and folders View top rated classes
Group folder image Security Security protection and attack detection View top rated classes


  User ratings  
Not enough user ratings

  Pages that reference this package  
PHP Vulnerability Scanner is a PHP class that will help us analyze the contents of our projects in search of malicious codes that could be inserted by third parties...
OS Commerce, WordPress, Joomla, Drupal, and custom built sites have all been hacked by the “wonderful” <?php @eval(base64_decode($_GET[q])); ?> hack...

Latest pages that reference packages Latest pages that reference packages


  Applications that use this package  
No pages of applications that use this class were specified.

Add link image If you know an application of this package, send a message to the author to add a link here.

  Files folder image Files  
File Role Description
Accessible without login Plain text file example.php Example Example Script

Install with Composer Install with Composer - Download Download all files: phpvulnerabilityscan.tar.gz phpvulnerabilityscan.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.
  Files folder image Files  
File Role Description
Accessible without login Plain text file example.php Example Example Script

Install with Composer Install with Composer - Download Download all files: phpvulnerabilityscan.tar.gz phpvulnerabilityscan.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.