You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/protocols/network/network.go
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,10 @@ type Request struct {
85
85
// SelfContained specifies if the request is self-contained.
86
86
SelfContainedbool`yaml:"-" json:"-"`
87
87
88
+
// description: |
89
+
// StopAtFirstMatch stops the execution of the requests and template as soon as a match is found.
90
+
StopAtFirstMatchbool`yaml:"stop-at-first-match,omitempty" json:"stop-at-first-match,omitempty" jsonschema:"title=stop at first match,description=Stop the execution after a match is found"`
91
+
88
92
// description: |
89
93
// ports is post processed list of ports to scan (obtained from Port)
0 commit comments