22 lines
432 B
YAML
22 lines
432 B
YAML
id: default-django-page
|
|
|
|
info:
|
|
name: Django Default Page
|
|
author: dhiyaneshDk
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.title:"The install worked successfully! Congratulations!"
|
|
tags: tech,django
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<title>The install worked successfully! Congratulations!</title>"
|
|
part: body
|