Merge pull request #4902 from Leovalcante/fix/drupal-user-enum-redirect
Fix Drupal user enum redirect templatepatch-1
commit
90b70d57ac
|
@ -1,10 +1,13 @@
|
|||
id: drupal-user-enum-redirect
|
||||
|
||||
info:
|
||||
name: Drupal User Enumration [Redirect]
|
||||
name: Drupal User Enumeration [Redirect]
|
||||
author: 0w4ys
|
||||
severity: info
|
||||
tags: drupal
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.component:"Drupal"
|
||||
tags: drupal,misconfig
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
|
@ -19,7 +22,7 @@ requests:
|
|||
matchers:
|
||||
- type: regex
|
||||
regex:
|
||||
- '(?i)Location: http(s|):\/\/[\w\.\-]+(\/ar|\/en|)\/users\/\w+'
|
||||
- '(?i)Location: https?:\/\/[\w\.\-]+[:\/\w-]*\/users\/\w+'
|
||||
part: header
|
||||
|
||||
- type: status
|
||||
|
|
Loading…
Reference in New Issue