nuclei-templates/technologies/default-django-page.yaml

21 lines
417 B
YAML

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