Skip to content

Commit 2974c51

Browse files
authored
Merge pull request #783 from Cytrian/master
Fix example ssh_banner check: Send identification string
2 parents cdab0e7 + 7076899 commit 2974c51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

blackbox.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ modules:
2020
tcp:
2121
query_response:
2222
- expect: "^SSH-2.0-"
23+
- send: "SSH-2.0-blackbox-ssh-check"
2324
irc_banner:
2425
prober: tcp
2526
tcp:

0 commit comments

Comments
 (0)