2022-09-08 13:28:46 +00:00
|
|
|
id: alfacgiapi-wordpress
|
2022-04-22 10:38:41 +00:00
|
|
|
|
2022-09-08 13:28:46 +00:00
|
|
|
info:
|
|
|
|
name: alfacgiapi
|
|
|
|
author: pussycat0x
|
|
|
|
severity: low
|
2022-09-11 17:48:17 +00:00
|
|
|
description: Searches for sensitive directories present in the alfacgiapi plugin.
|
2022-09-08 13:28:46 +00:00
|
|
|
reference: https://www.exploit-db.com/ghdb/6999
|
|
|
|
tags: wordpress,listing
|
2022-04-22 10:38:41 +00:00
|
|
|
|
2022-09-08 13:28:46 +00:00
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/wp-includes/ALFA_DATA/"
|
|
|
|
- "{{BaseURL}}/wp-content/uploads/alm_templates/ALFA_DATA/alfacgiapi/"
|
|
|
|
- "{{BaseURL}}/ALFA_DATA/alfacgiapi/"
|
|
|
|
- "{{BaseURL}}/cgi-bin/ALFA_DATA/alfacgiapi/"
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "Index of"
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "/wp-content/plugins/"
|
|
|
|
- "/wp-includes/ALFA_DATA/"
|
|
|
|
- "/ALFA_DATA/alfacgiapi/"
|
|
|
|
- "/cgi-bin/ALFA_DATA/alfacgiapi/"
|
|
|
|
condition: or
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|