Merge pull request #7886 from projectdiscovery/combodo-itop-installer
Create combodo-itop-installer.yamlpatch-1
commit
f2e2dd03f5
|
@ -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
|
Loading…
Reference in New Issue