Files
nuclei-templates/technologies/autobahn-python-detect.yaml
2021-09-14 22:42:29 +05:30

19 lines
417 B
YAML

id: autobahn-python-detect
info:
name: Autobahn Python Webserver default page
author: pussycat0x
severity: info
reference: app="AutobahnPython" -fofa query
tags: default
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<h1>AutobahnPython'
- type: status
status:
- 200