Skip to content

Commit

Permalink
Updated wp_plugin.yaml
Browse files Browse the repository at this point in the history
Minor improvements - added plugin version to regex and fixed overlooked previously copy-pasted text from another module

Signed-off-by: Sam Stepanyan <sam.stepanyan@owasp.org>
  • Loading branch information
securestep9 authored Sep 18, 2024
1 parent e53fca5 commit 4e6cabb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions nettacker/modules/scan/wp_plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
info:
name: wordpress_version_scan
name: wp_plugin_scan
author: OWASP Nettacker Team
severity: 3
description: Directory, Backup finder
description: WordPress plugin finder. Uses wordlists/wp_plugin_small.txt which lists plugins with previously known vulnerabilities
reference:
profiles:
- scan
- http
- backup
- low_severity
- wp
- wordpress
Expand Down Expand Up @@ -44,6 +43,9 @@ payloads:
content:
regex: "Tags:"
reverse: false
content:
regex: Stable\stag:\s(\d+.\d+.\d+)
reverse: false
status_code:
regex: "200"
reverse: false

0 comments on commit 4e6cabb

Please sign in to comment.