Create secret-token-rb.yaml
parent
1df82f0f74
commit
06f45f0194
|
@ -0,0 +1,30 @@
|
|||
id: secret-token-rb
|
||||
|
||||
info:
|
||||
name: Secret Token Ruby File Disclosure
|
||||
author: DhiyaneshDK
|
||||
severity: medium
|
||||
metadata:
|
||||
verified: true
|
||||
google-query: intitle:"index of" "secret_token.rb"
|
||||
tags: redmine,devops,exposure,ruby
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/secret_token.rb"
|
||||
- "{{BaseURL}}/config/initializers/secret_token.rb"
|
||||
- "{BaseURL}}/redmine/config/initializers/secret_token.rb"
|
||||
|
||||
|
||||
stop-at-first-match: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- 'Application.config.secret'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue