Create routes-ini.yaml

patch-1
Dhiyaneshwaran 2022-12-02 10:30:45 +05:30 committed by GitHub
parent 6242d0d126
commit c4e1db2b77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,47 @@
id: routes-ini
info:
name: routes.ini File Exposure
author: geeknik
severity: info
metadata:
verified: true
github-query: filename:routes.ini
google-query: intitle:"index of" "routes.ini"
tags: routes,config,exposure,files
requests:
- method: GET
path:
- "{{BaseURL}}/routes.ini"
- "{{BaseURL}}/config/routes.ini"
- "{{BaseURL}}/admin/configs/routes.ini"
- "{{BaseURL}}/application/configs/routes.ini"
- "{{BaseURL}}/aplicacao/routes/configs/routes.ini"
- "{{BaseURL}}/routes/configs/routes.ini"
- "{{BaseURL}}/cloudexp/routes/configs/routes.ini"
- "{{BaseURL}}/cms/routes/configs/routes.ini"
- "{{BaseURL}}/moto/routes/configs/routes.ini"
- "{{BaseURL}}/Partners/routes/configs/routes.ini"
- "{{BaseURL}}/radio/routes/configs/routes.ini"
- "{{BaseURL}}/seminovos/routes/configs/routes.ini"
- "{{BaseURL}}/shop/routes/configs/routes.ini"
- "{{BaseURL}}/site_cg/routes/configs/routes.ini"
- "{{BaseURL}}/slr/routes/configs/routes.ini"
stop-at-first-match: true
matchers-condition: or
matchers:
- type: word
part: body
words:
- "defaults.action"
- "routes.admin"
condition: and
- type: word
part: body
words:
- "[routes]"
- "GET /"
condition: and