Skip to content

Commit 0c9b606

Browse files
committed
Improve warning message for full browsing and linking
1 parent 0bffff0 commit 0c9b606

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: nb

+2-1
Original file line numberDiff line numberDiff line change
@@ -22247,9 +22247,10 @@ HEREDOC
2224722247
then
2224822248
_show "${_selector:-}" --render
2224922249
_warn cat <<HEREDOC
22250-
Install \`ncat\`, \`nc\` / \`netcat\`, or Bash 5.2+ for full browsing and linking:
22250+
Install \`ncat\`, \`nc\` / \`netcat\` or \`socat\` or Bash 5.2+ for full browsing and linking:
2225122251
$(_color_primary "https://nmap.org/ncat/")
2225222252
$(_color_primary "https://en.wikipedia.org/wiki/Netcat")
22253+
$(_color_primary "http://www.dest-unreach.org/socat/")
2225322254
HEREDOC
2225422255

2225522256
exit 0

0 commit comments

Comments
 (0)