{"id":13721444,"url":"https://github.com/ollyxar/php-malware-detector","last_synced_at":"2025-04-07T18:15:21.408Z","repository":{"id":57031045,"uuid":"123253437","full_name":"ollyxar/php-malware-detector","owner":"ollyxar","description":"PHP malware detector","archived":false,"fork":false,"pushed_at":"2018-12-18T15:49:21.000Z","size":220,"stargazers_count":130,"open_issues_count":0,"forks_count":14,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-08-05T19:34:10.308Z","etag":null,"topics":["anti-malware","antivirus","php","shell-detector","vulnerability-scanners"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ollyxar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-28T08:26:10.000Z","updated_at":"2024-07-15T22:06:34.000Z","dependencies_parsed_at":"2022-08-23T18:50:38.380Z","dependency_job_id":null,"html_url":"https://github.com/ollyxar/php-malware-detector","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ollyxar%2Fphp-malware-detector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ollyxar%2Fphp-malware-detector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ollyxar%2Fphp-malware-detector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ollyxar%2Fphp-malware-detector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ollyxar","download_url":"https://codeload.github.com/ollyxar/php-malware-detector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247704571,"owners_count":20982298,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anti-malware","antivirus","php","shell-detector","vulnerability-scanners"],"created_at":"2024-08-03T01:01:17.118Z","updated_at":"2025-04-07T18:15:21.388Z","avatar_url":"https://github.com/ollyxar.png","language":"PHP","readme":"# PHP malware detector\n\n[![Build Status](https://travis-ci.org/ollyxar/php-malware-detector.svg?branch=master)](https://travis-ci.org/ollyxar/php-malware-detector)\n![Version](https://poser.pugx.org/ollyxar/php-malware-detector/v/stable.svg)\n![Downloads](https://poser.pugx.org/ollyxar/php-malware-detector/d/total.svg)\n![License](https://poser.pugx.org/ollyxar/php-malware-detector/license.svg)\n\n## Smart PHP vulnerability detector\n\nWeb mode:\n\n![ollyxar php-malware-detector](https://i.imgur.com/oglUEpr.jpg)\n\nConsole mode:\n\n![chat](https://i.imgur.com/VJ4548w.jpg)\n\n## Using PHP malware detector\n\n### Requirements\n* PHP 5.4+\n\n\n### Install php-malware-detector via [composer](http://getcomposer.org).\n\n```bash\n# Install Composer\ncurl -sS https://getcomposer.org/installer | php\n```\n\nNext, run the Composer command to install the latest stable version of php-malware-detector:\n\n```bash\nphp composer.phar require ollyxar/php-malware-detector\n```\n\nAfter installing, you need to require Composer's autoloader and run scan:\n\n```php\nrequire 'vendor/autoload.php';\n\n(new Scanner())-\u003erun();\n```\n\n### Using php-malware-detector in Web-mode:\n\nPut scanner.php in the web-root directory on the web-server and open your website in the browser (like http://mywebsite.com/scanner.php)\n\n### Using php-malware-detector in Cron-mode:\n\nYou can schedule scanning process. To do that you have to add commend:\n\n```bash\nphp /path_to/scanner.php \u003e \"log.txt\"\n```\n\n### Additional parameters for scanner:\n\n```php\n// First parameter is a scan directory\n// Second parameter is an array of file extensions to scan\n(new Scanner('/var/some_other_direcrory_to_scan'), ['php', 'txt', 'php5'])-\u003erun();\n```\n","funding_links":[],"categories":["Vulnerabilities and Security Advisories","PHP"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Follyxar%2Fphp-malware-detector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Follyxar%2Fphp-malware-detector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Follyxar%2Fphp-malware-detector/lists"}