19 lines
444 B
YAML
19 lines
444 B
YAML
|
id: default-django-page
|
||
|
|
||
|
info:
|
||
|
name: Django Default Page
|
||
|
author: dhiyaneshDk
|
||
|
severity: info
|
||
|
tags: tech,django
|
||
|
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>"
|
||
|
part: body
|