id: wordpress-detect
info:
name: WordPress Detect
author: pdteam,daffainfo,ricardomaia,topscoder
severity: info
metadata:
max-request: 4
verified: true
shodan-query: http.component:"WordPress"
tags: tech,wordpress,cms,wp
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/wp-admin/install.php"
- "{{BaseURL}}/feed/"
- "{{BaseURL}}/?feed=rss2" # alternative if /feed/ is blocked
redirects: true
max-redirects: 2
stop-at-first-match: true
matchers-condition: and
matchers:
- type: regex
regex:
- 'https?:\/\/wordpress\.org.*'
- 'wp-login.php'
- '\/wp-content/themes\/'
- '\/wp-includes\/'
- 'name="generator" content="wordpress'
- ']+s\d+\.wp\.com'
- '