Files
nuclei-templates/technologies/autobahn-python-detect.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

31 lines
561 B
YAML

id: autobahn-python-detect
info:
name: Autobahn-Python Webserver Detect
author: pussycat0x
severity: info
reference:
- https://www.shodan.io/search?query=%22AutobahnPython%22
tags: tech,webserver
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: regex
regex:
- '<h1>AutobahnPython([ 0-9.]+)<\/h1>'
- type: status
status:
- 200
extractors:
- type: regex
part: body
regex:
- 'AutobahnPython([ 0-9.]+)'