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

25 lines
438 B
YAML
Raw Normal View History

2021-09-04 10:24:24 +00:00
id: abyss-web-server
2021-09-03 15:17:35 +00:00
info:
name: Detect Abyss Web Server
author: pussycat0x
severity: info
tags: tech
2021-09-16 15:54:33 +00:00
metadata:
2021-10-22 17:54:21 +00:00
fofa-query: 'app="Abyss-Web-Server"'
2021-09-04 10:24:24 +00:00
2021-09-03 15:17:35 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
2021-09-04 10:24:24 +00:00
2021-09-03 15:17:35 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2021-09-04 10:24:24 +00:00
- "Welcome to Abyss Web Server"
2021-09-03 15:17:35 +00:00
- type: status
status:
- 200