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

24 lines
482 B
YAML
Raw Normal View History

2021-07-13 20:51:30 +00:00
id: default-codeigniter-page
info:
name: Default CodeIgniter Page
author: dhiyaneshDK
severity: info
reference: https://www.shodan.io/search?query=http.title%3A%22Welcome+to+CodeIgniter%22
tags: tech,codeigniter
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
2021-07-14 10:53:33 +00:00
- type: regex
regex:
- '^<title>Welcome to CodeIgniter\s?(?:[0-9]!)?</title>$'
2021-07-13 20:51:30 +00:00
- type: status
status:
- 200