Skip to content

Commit

Permalink
fix ServiceDetection port input
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Feb 22, 2024
1 parent 93cb030 commit ba5b45d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kraken_frontend/src/views/workspace/workspace-attacks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ const ATTACKS: AllAttackDescr = {
defaultValue: ["1-65535"],
prefill: ["port"],
type: PortListInput,
preprocess: (v) => (typeof v == "number" ? [v] : v),
},
connectTimeout: {
label: "Connect Timeout (in ms)",
Expand Down

0 comments on commit ba5b45d

Please sign in to comment.