Skip to content

Commit d3d7297

Browse files
committed
added missing url logging
1 parent 9c4cd46 commit d3d7297

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

nettacker/modules/scan/pma.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,12 @@ payloads:
3535
- 80
3636
- 443
3737
response:
38-
condition_type: or
38+
condition_type: and
39+
log: "response_dependent['url']"
3940
conditions:
4041
status_code:
4142
regex: 200|403|401
4243
reverse: false
44+
url:
45+
regex: .*
46+
reverse: false

nettacker/modules/scan/wp_plugin.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,14 @@ payloads:
3838
read_from_file: wordlists/wp_plugin_small.txt
3939
response:
4040
condition_type: and
41+
log: "response_dependent['url']"
4142
conditions:
4243
content:
4344
regex: Stable\stag:\s(\d+\.\d+\.\d+)
4445
reverse: false
4546
status_code:
4647
regex: "200"
4748
reverse: false
49+
url:
50+
regex: .*
51+
reverse: false

nettacker/modules/scan/wp_theme.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,12 @@ payloads:
3939
read_from_file: wordlists/wp_theme_small.txt
4040

4141
response:
42-
condition_type: or
42+
condition_type: and
43+
log: "response_dependent['url']"
4344
conditions:
4445
status_code:
4546
regex: 200|403|401
4647
reverse: false
48+
url:
49+
regex: .*
50+
reverse: false

nettacker/modules/scan/wp_timethumbs.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,12 @@ payloads:
4040

4141

4242
response:
43-
condition_type: or
43+
condition_type: and
44+
log: "response_dependent['url']"
4445
conditions:
4546
status_code:
4647
regex: 200|403|401
4748
reverse: false
49+
url:
50+
regex: .*
51+
reverse: false

0 commit comments

Comments
 (0)