PHP IPAM Installation Page - Exposed
ID: phpipam-installer
Severity: high
Author: DhiyaneshDK
Tags: misconfig,exposure,install,phpipam
Description
Section titled “Description”PHP IPAM is susceptible to the Installation page exposure due to misconfiguration.
YAML Source
Section titled “YAML Source”id: phpipam-installer
info: name: PHP IPAM Installation Page - Exposed author: DhiyaneshDK severity: high description: | PHP IPAM is susceptible to the Installation page exposure due to misconfiguration. classification: cpe: cpe:2.3:a:phpipam:phpipam:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: phpipam product: phpipam shodan-query: html:"phpipam installation wizard" tags: misconfig,exposure,install,phpipam
http: - method: GET path: - "{{BaseURL}}/index.php?page=install"
matchers-condition: and matchers: - type: word part: body words: - "<title>phpipam installation</title>"
- type: status status: - 200# digest: 4b0a00483046022100d243cbb835d98ed0e327a7b6c0dc1529d674aad779861541b0102e8b9afa28200221008f32b1bcc581cb97b12cbe8a355238992d985e36ee11e60a56ea757f8f0a5ca9:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/misconfiguration/installer/phpipam-installer.yaml"