2021-07-13 20:51:30 +00:00
|
|
|
id: default-codeigniter-page
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Default CodeIgniter Page
|
|
|
|
author: dhiyaneshDK
|
|
|
|
severity: info
|
2022-07-04 08:46:15 +00:00
|
|
|
metadata:
|
|
|
|
shodan-query: http.title:"Welcome to CodeIgniter"
|
2021-07-13 20:51:30 +00:00
|
|
|
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
|