{"id":13538639,"url":"https://github.com/fate0/prvd","last_synced_at":"2025-09-13T06:47:37.419Z","repository":{"id":59872707,"uuid":"153293902","full_name":"fate0/prvd","owner":"fate0","description":"PHP Runtime Vulnerability Detection","archived":false,"fork":false,"pushed_at":"2019-05-25T16:27:13.000Z","size":1020,"stargazers_count":483,"open_issues_count":1,"forks_count":69,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-05-25T16:09:39.467Z","etag":null,"topics":["php7"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fate0.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-10-16T13:52:02.000Z","updated_at":"2025-03-29T01:14:48.000Z","dependencies_parsed_at":"2022-09-24T02:20:44.284Z","dependency_job_id":null,"html_url":"https://github.com/fate0/prvd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fate0/prvd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fate0%2Fprvd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fate0%2Fprvd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fate0%2Fprvd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fate0%2Fprvd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fate0","download_url":"https://codeload.github.com/fate0/prvd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fate0%2Fprvd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274930303,"owners_count":25375712,"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","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["php7"],"created_at":"2024-08-01T09:01:14.441Z","updated_at":"2025-09-13T06:47:37.394Z","avatar_url":"https://github.com/fate0.png","language":"PHP","readme":"# prvd \n\n[![Build Status](https://travis-ci.org/fate0/prvd.svg?branch=master)](https://travis-ci.org/fate0/prvd)\n![GitHub](https://img.shields.io/github/license/fate0/prvd.svg)\n\n[中文文档](https://github.com/fate0/prvd/blob/master/README.zh-CN.md)\n\n\n### Table of Contents\n\n* [Introduction](#introduction)\n* [Installation](#installation)\n* [Configuration](#configuration)\n* [DVWA](#dvwa)\n* [How it work](#how-it-work)\n* [Ref](#ref)\n\n\n### Introduction\n\nPHP Runtime Vulnerability Detection\n\n![sentry_detail](https://raw.githubusercontent.com/fate0/prvd/master/artwork/sentry_detail.png)\n\n\n### Installation\n\n1. git clone to a non-web directory, assuming the directory is `/data/prvd`\n\n``` sh\ngit clone https://github.com/fate0/prvd.git /data/prvd\n```\n\n2. composer\n\n``` sh\ncomposer install\n```\n\n3. install xmark extension\n\n* [install xmark](https://github.com/fate0/xmark)\n\n4. edit php.ini \n\n* set `auto_prepend_file` to `/data/prvd/src/Entry.php`\n* set `extension` to `xmark.so`\n* for the rest of the configuration, please copy the contents of prvd.ini in this project\n\n\n### Configuration\n\nedit `/data/prvd/src/Config.php`\n\n``` php\ndefine(\"PRVD_FUZZER_DSN\", \"\");\ndefine(\"PRVD_SENTRY_DSN\", \"\");        \ndefine(\"PRVD_TAINT_ENABLE\", true);\ndefine(\"PRVD_TANZI\", \"xtanzi\");\ndefine(\"PRVD_LOG_FILE\", \"/data/prvd/prvd.log\");\n```\n\nSign up for an account at [https://sentry.io](https://sentry.io) or install sentry server by yourself\n\n\n### DVWA\n\nYou can use the docker to experience prvd\n\n```sh\ndocker pull fate0/prvd-dvwa\ndocker run -d -e \"PRVD_SENTRY_DSN={YOUR_SENTRY_DSN}\" -p 80:80 fate0/prvd-dvwa\n```\n\nThe environment variables that can be set are\n\n* `PRVD_FUZZER_DSN`\n* `PRVD_SENTRY_DSN`\n* `PRVD_TAINT_ENABLE`\n* `PRVD_TANZI`\n\n\nMore about `prvd-dvwa` can be seen [here](https://github.com/fate0/prvd/blob/master/dvwa/README.md)\n\n\n### How it work\n\n* [PHP Runtime Vulnerability Detection](http://blog.fatezero.org/2018/11/11/prvd/)\n\n\n### Ref\n\n* [xmark](https://github.com/fate0/xmark)\n","funding_links":[],"categories":["\u003ca id=\"683b645c2162a1fce5f24ac2abfa1973\"\u003e\u003c/a\u003e漏洞\u0026\u0026漏洞管理\u0026\u0026漏洞发现/挖掘\u0026\u0026漏洞开发\u0026\u0026漏洞利用\u0026\u0026Fuzzing"],"sub_categories":["\u003ca id=\"9d1ce4a40c660c0ce15aec6daf7f56dd\"\u003e\u003c/a\u003e未分类-Vul"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffate0%2Fprvd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffate0%2Fprvd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffate0%2Fprvd/lists"}