Skip to content

Django Default Page

ID: default-django-page

Severity: info

Author: dhiyaneshDk

Tags: tech,django

id: default-django-page
info:
name: Django Default Page
author: dhiyaneshDk
severity: info
classification:
cpe: cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: djangoproject
product: django
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
# digest: 4b0a00483046022100da18479e12b5d715da8cc41e041dbe2dc3b1f4b0f7dc524349c4265eedebc6b5022100d8ce56ef963209ba3294f779f6eb57d1fa455b93aaed7d29f9a0f73ba48358b6:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/default-django-page.yaml"

View on Github