forked from OWASP/Nettacker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwordpress_version.yaml
More file actions
42 lines (41 loc) · 1 KB
/
wordpress_version.yaml
File metadata and controls
42 lines (41 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
info:
name: wordpress_version_scan
author: OWASP Nettacker Team
severity: 3
description: WordPress Version Scan - extracts WP version number from /wp-admin/install.php
reference:
profiles:
- scan
- http
- backup
- low_severity
- wordpress
payloads:
- library: http
steps:
- method: get
timeout: 3
headers:
User-Agent: "{user_agent}"
allow_redirects: false
ssl: false
url:
nettacker_fuzzer:
input_format: "{{schema}}://{target}:{{ports}}/wp-admin/install.php"
prefix: ""
suffix: ""
interceptors:
data:
schema:
- "http"
- "https"
ports:
- 80
- 443
response:
condition_type: or
conditions:
content:
regex: \.css\?ver=(\d.\d.\d+)
reverse: false
log: "response_dependent['content']"