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

21 lines
470 B
YAML
Raw Normal View History

2021-09-03 15:17:35 +00:00
id: abyss-web-server-detect
info:
name: Detect Abyss Web Server
author: pussycat0x
severity: info
tags: tech
reference: app="Abyss-Web-Server" -fofa query
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<TITLE>Welcome to Abyss Web Server</TITLE>"
condition: and
- type: status
status:
- 200