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

19 lines
444 B
YAML
Raw Normal View History

2021-05-30 16:01:52 +00:00
id: default-django-page
info:
name: Django Default Page
author: dhiyaneshDk
2021-05-31 04:51:03 +00:00
severity: info
tags: tech,django
2021-05-30 16:01:52 +00:00
reference: https://www.shodan.io/search?query=http.title%3A%22The+install+worked+successfully%21+Congratulations%21%22
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- "<title>The install worked successfully! Congratulations!</title>"
2021-05-31 04:51:03 +00:00
part: body