Added drupal login template (#3471)
* Added drupal login template * moved drupal detection to separate template Co-authored-by: sandeep <sandeep@projectdiscovery.io>patch-1
parent
362c381732
commit
a39245bf40
|
@ -0,0 +1,30 @@
|
|||
id: drupal-login
|
||||
|
||||
info:
|
||||
name: Drupal login
|
||||
author: pathtaga
|
||||
severity: info
|
||||
tags: panel,drupal
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
- "{{BaseURL}}/user/login"
|
||||
|
||||
stop-at-first-match: true
|
||||
matchers-condition: or
|
||||
matchers:
|
||||
- type: regex
|
||||
part: body
|
||||
regex:
|
||||
- '<(?:link|style)[^>]+"/sites/(?:default|all)/(?:themes|modules)/'
|
||||
- '<[^>]+(?:id="block[_-]commerce[_-]cart[_-]cart|class="commerce[_-]product[_-]field)'
|
||||
condition: or
|
||||
|
||||
- type: regex
|
||||
part: header
|
||||
regex:
|
||||
- '(?i)x-drupal'
|
||||
- "(?i)x-generator: drupal"
|
||||
condition: or
|
|
@ -2095,17 +2095,6 @@ requests:
|
|||
condition: or
|
||||
part: body
|
||||
|
||||
- type: regex
|
||||
name: drupal
|
||||
part: all
|
||||
regex:
|
||||
- <(?:link|style)[^>]+"/sites/(?:default|all)/(?:themes|modules)/
|
||||
- <[^>]+(?:id="block[_-]commerce[_-]cart[_-]cart|class="commerce[_-]product[_-]field)
|
||||
- "X-Drupal"
|
||||
- "x-drupal"
|
||||
- "X-Generator: Drupal"
|
||||
condition: or
|
||||
|
||||
- type: regex
|
||||
name: webxpay
|
||||
regex:
|
||||
|
|
Loading…
Reference in New Issue