33 lines
587 B
YAML
33 lines
587 B
YAML
|
id: gibbon-installer
|
||
|
|
||
|
info:
|
||
|
name: Gibbon Installer - Exposure
|
||
|
author: DhiyaneshDK
|
||
|
severity: high
|
||
|
metadata:
|
||
|
max-request: 1
|
||
|
verified: true
|
||
|
fofa-query: icon_hash="-165631681"
|
||
|
tags: misconfig,gibbon,install,exposure
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/installer/install.php'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- '<title>Gibbon Installer</title>'
|
||
|
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- "text/html"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|