Add files via upload

patch-1
pussycat0x 2021-06-22 20:39:40 +05:30 committed by GitHub
parent 788fc31fd3
commit 1c1186e4da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
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"
- "/wp-content/plugins/"
- "/wp-includes/ALFA_DATA/"
- type: status
status:
- 200