Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated wp_plugin.yaml #907

Merged
merged 2 commits into from
Sep 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions nettacker/modules/scan/wp_plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ info:
- low_severity
- wp
- wordpress

payloads:
- library: http
steps:
Expand All @@ -36,13 +35,12 @@ payloads:
- 443
#We are using small txt file. Work need to be done for handling user input based format files
paths:
read_from_file: wordlists/wp_plugin_small.txt

read_from_file: wordlists/wp_plugin_small.txt
response:
condition_type: and
conditions:
content:
regex: "Tags:"
regex: Stable\stag:\s(\d+\.\d+\.\d+)
reverse: false
status_code:
regex: "200"
Expand Down