Merge pull request #5680 from daffainfo/patch-24

feat: create piwigo panel detection
patch-1
Prince Chaddha 2022-10-17 16:02:59 +05:30 committed by GitHub
commit d4b4863bbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
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"
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<body id=theIdentificationPage>'
- 'piwigo.org">Piwigo</a>'
condition: and
- type: status
status:
- 200