# Latest PoCs

{{ this.createDate(poc.created_at) }} {{ poc.full_name }}
{{ poc.description }}

# PoC in GitHub

This is the alpha(α) version.

ISSUE: https://github.com/nomi-sec/PoC-in-GitHub/issues


# RSS

https://poc-in-github.motikan2010.net/rss

https://poc-in-github.motikan2010.net/rss/?sort=inserted_at

# API

Example:

https://poc-in-github.motikan2010.net/api/v1/?limit=3


## Using


GET /api/v1/

Request
$ curl '/api/v1/'
Response
{
    "pocs": [
      {
        "id": "358714819",
        "cve_id": "CVE-2021-29447",
        "name": "CVE-2021-29447",
        "owner": "motikan2010",
        "full_name": "motikan2010/CVE-2021-29447",
        "html_url": "https://github.com/motikan2010/CVE-2021-29447",
        "description": "WordPress - Authenticated XXE (CVE-2021-29447)",
        "stargazers_count": "24",
        "nvd_description": "Wordpress is an open source CMS. A user with the ability to upload files (like an Author) can exploit an XML parsing issue in the Media Library leading to XXE attacks. This requires WordPress installation to be using PHP 8. Access to internal files is possible in a successful XXE attack. This has been patched in WordPress version 5.7.1, along with the older affected versions via a minor release. We strongly recommend you keep auto-updates enabled.",
        "created_at": "2021-04-16 20:41:26",
        "updated_at": "2022-02-28 04:38:12",
        "pushed_at": "2021-10-04 01:13:54"
      },

  (...snip...)

  ]
}

GET /api/v1/?cve_id=<cve_id>

https://poc-in-github.motikan2010.net/api/v1/?cve_id=cve-2021-44228


GET /api/v1/?sort=stargazers_count

https://poc-in-github.motikan2010.net/api/v1/?sort=stargazers_count


GET /api/v1/?limit=30

https://poc-in-github.motikan2010.net/api/v1/?limit=30



Powered by motikan2010