Update autobahn-python-detect.yaml

patch-1
Prince Chaddha 2021-09-17 17:54:06 +05:30 committed by GitHub
parent 62b3120adb
commit f272f5c924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 7 deletions

View File

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