nuclei-templates/technologies/abyss-web-server.yaml

26 lines
415 B
YAML

id: abyss-web-server
info:
name: Detect Abyss Web Server
author: pussycat0x
severity: info
tags: tech
metadata:
fofa-query: 'app="Abyss-Web-Server"'
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Welcome to Abyss Web Server"
- type: status
status:
- 200