commit
ecceab6f36
|
@ -0,0 +1,37 @@
|
|||
id: boa-web-server
|
||||
|
||||
info:
|
||||
name: Boa Web Server - Detect
|
||||
author: johnk3r
|
||||
severity: info
|
||||
description: |
|
||||
Boa is a single-tasking HTTP server. That means that unlike traditional web servers, it does not fork for each incoming connection, nor does it fork many copies of itself to handle multiple connections.
|
||||
reference:
|
||||
- https://www.microsoft.com/en-us/security/blog/2022/11/22/vulnerable-sdk-components-lead-to-supply-chain-risks-in-iot-and-ot-environments/
|
||||
- http://www.boa.org/
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
||||
cwe-id: CWE-200
|
||||
metadata:
|
||||
shodan-query: "Server: Boa/"
|
||||
verified: true
|
||||
max-request: 1
|
||||
tags: boa,tech
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: regex
|
||||
part: header
|
||||
regex:
|
||||
- "Server: Boa/"
|
||||
|
||||
extractors:
|
||||
- type: kval
|
||||
part: header
|
||||
kval:
|
||||
- Server
|
Loading…
Reference in New Issue