mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-02 16:53:25 +08:00
19 lines
417 B
YAML
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 |