Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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: 5 additions & 1 deletion nettacker/modules/scan/pma.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,12 @@ payloads:
- 80
- 443
response:
condition_type: or
condition_type: and
log: "response_dependent['url']"
conditions:
status_code:
regex: 200|403|401
reverse: false
url:
regex: .*
reverse: false
4 changes: 4 additions & 0 deletions nettacker/modules/scan/wp_plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,14 @@ payloads:
read_from_file: wordlists/wp_plugin_small.txt
response:
condition_type: and
log: "response_dependent['url']"
conditions:
content:
regex: Stable\stag:\s(\d+\.\d+\.\d+)
reverse: false
status_code:
regex: "200"
reverse: false
url:
regex: .*
reverse: false
6 changes: 5 additions & 1 deletion nettacker/modules/scan/wp_theme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@ payloads:
read_from_file: wordlists/wp_theme_small.txt

response:
condition_type: or
condition_type: and
log: "response_dependent['url']"
conditions:
status_code:
regex: 200|403|401
reverse: false
url:
regex: .*
reverse: false
6 changes: 5 additions & 1 deletion nettacker/modules/scan/wp_timethumbs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,12 @@ payloads:


response:
condition_type: or
condition_type: and
log: "response_dependent['url']"
conditions:
status_code:
regex: 200|403|401
reverse: false
url:
regex: .*
reverse: false