mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-04 17:53:27 +08:00
* info field reorder * reference values refactored to list * added new lines after the id and before the protocols * removed extra new lines * split really long descriptions to multiple lines (part 1) * other minor fixes
33 lines
888 B
YAML
33 lines
888 B
YAML
id: alfacgiapi-wordpress
|
|
|
|
info:
|
|
name: alfacgiapi
|
|
author: pussycat0x
|
|
severity: low
|
|
description: Searches for sensitive directories present in the ALFA_DATA.
|
|
reference: https://www.exploit-db.com/ghdb/6999
|
|
tags: wordpress,listing
|
|
|
|
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
|