WordPress 1 flash gallery listing
ID: wp-plugin-1-flashgallery-listing
Severity: info
Author: pussycat0x
Tags: wordpress,listing
Description
Section titled “Description”Searches for sensitive directories present in the 1-flash-gallery plugin.
YAML Source
Section titled “YAML Source”id: wp-plugin-1-flashgallery-listing
info: name: WordPress 1 flash gallery listing author: pussycat0x severity: info description: Searches for sensitive directories present in the 1-flash-gallery plugin. reference: https://www.exploit-db.com/ghdb/6978 metadata: max-request: 2 tags: wordpress,listing
http: - method: GET path: - "{{BaseURL}}/wp-content/plugins/1-flash-gallery/" - "{{BaseURL}}/blog/wp-content/plugins/1-flash-gallery/"
stop-at-first-match: true
matchers-condition: and matchers: - type: word words: - "Index of" - "/wp-content/plugins/1-flash-gallery" condition: and
- type: status status: - 200# digest: 4a0a00473045022100d223e0321ab58ffb4b2f0cc16c680914283cc3fa67ea98b49f561059826c9a2702200c64fd4dd7883307bce04a842fb51609736bf008d4c7c3bf317fd428b21d53ec:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/vulnerabilities/wordpress/wp-plugin-1-flashgallery-listing.yaml"