use multiple ports
parent
61e5b1b0eb
commit
9b2c596aee
|
@ -49,7 +49,7 @@ javascript:
|
|||
args:
|
||||
Body: "{{payload}}"
|
||||
Host: "{{Host}}"
|
||||
Port: "80" # if port not specified, default to 80
|
||||
Port: 80,443 # if port not specified, defaults to both 80 and 443
|
||||
exclude-ports: "0" # override default skip list of 80,443,8080,8443
|
||||
|
||||
matchers:
|
||||
|
|
Loading…
Reference in New Issue