Merge pull request #10074 from icarot/main

Create apache-allura-detect.yaml
patch-4
Ritik Chaddha 2024-06-24 13:04:39 +05:30 committed by GitHub
commit e094d4ff50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
id: apache-allura-detect
info:
name: Apache Allura - Detection
author: icarot
severity: info
description: |
Detects a Apache Allura server, a open source implementation of a software "forge".
reference:
- https://allura.apache.org/
classification:
cpe: cpe:2.3:a:apache:allura:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: apache
product: allura
verified: true
fofa-query: body="Apache Allura"
tags: tech,allura,apache,detect
http:
- method: GET
path:
- "{{BaseURL}}/neighborhood"
matchers-condition: and
matchers:
- type: word
words:
- '<title>All Neighborhoods</title>'
- '>Apache Allura</a>'
condition: and
- type: status
status:
- 200