Merge pull request #7886 from projectdiscovery/combodo-itop-installer

Create combodo-itop-installer.yaml
patch-1
Ritik Chaddha 2023-08-08 22:52:45 +05:30 committed by GitHub
commit f2e2dd03f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: combodo-itop-installer
info:
name: Combodo iTop Installer/Upgrade - Exposure
author: DhiyaneshDK
severity: high
reference:
- https://www.itophub.io/wiki/page?id=2_4_0:install:install_wizard
metadata:
max-request: 1
verified: true
shodan-query: html:"Installation" html:"itop"
tags: misconfig,itop,install,exposure
http:
- method: GET
path:
- '{{BaseURL}}/setup/wizard.php'
- '{{BaseURL}}/itop/setup/wizard.php'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "iTop Installation Wizard"
- "/setup.js"
condition: and
- type: status
status:
- 200