Skip to content

Commit 34523c8

Browse files
authored
fixed the admin_scan output to include the hit URLs (#1008)
1 parent cd3d4c6 commit 34523c8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nettacker/modules/scan/admin.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:
41+
url:
42+
regex: .*
43+
reverse: false
4044
status_code:
4145
regex: 200|403|401
4246
reverse: false

0 commit comments

Comments
 (0)