feat: create piwigo panel detection

patch-1
Muhammad Daffa 2022-10-15 09:22:41 +07:00 committed by GitHub
parent 733be506a2
commit a292595451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: piwigo-panel
info:
name: Piwigo panel login
author: daffainfo
severity: info
metadata:
verified: true
fofa-query: title="piwigo"
google-query: "Powered by Piwigo"
tags: panel,piwigo
requests:
- method: GET
path:
- "{{BaseURL}}/identification.php"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<body id=theIdentificationPage>'
- '<meta name="description" content="Identification">'
- 'piwigo.org">Piwigo</a>'
condition: and
- type: status
status:
- 200