Mercurial > dropbear
annotate fuzzer-preauth.dict @ 1594:c69df5d5db94
ciphers/hashes/kex algorithms won't have string lengths, also use
dictionary for fuzzer-preauth_nomaths
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 05 Mar 2018 21:02:26 +0800 |
parents | 149a5329d83a |
children |
rev | line source |
---|---|
1594
c69df5d5db94
ciphers/hashes/kex algorithms won't have string lengths, also use
Matt Johnston <matt@ucc.asn.au>
parents:
1588
diff
changeset
|
1 "aes128-ctr" |
c69df5d5db94
ciphers/hashes/kex algorithms won't have string lengths, also use
Matt Johnston <matt@ucc.asn.au>
parents:
1588
diff
changeset
|
2 "aes256-ctr" |
c69df5d5db94
ciphers/hashes/kex algorithms won't have string lengths, also use
Matt Johnston <matt@ucc.asn.au>
parents:
1588
diff
changeset
|
3 "aes128-cbc" |
c69df5d5db94
ciphers/hashes/kex algorithms won't have string lengths, also use
Matt Johnston <matt@ucc.asn.au>
parents:
1588
diff
changeset
|
4 "aes256-cbc" |
c69df5d5db94
ciphers/hashes/kex algorithms won't have string lengths, also use
Matt Johnston <matt@ucc.asn.au>
parents:
1588
diff
changeset
|
5 "3des-ctr" |
c69df5d5db94
ciphers/hashes/kex algorithms won't have string lengths, also use
Matt Johnston <matt@ucc.asn.au>
parents:
1588
diff
changeset
|
6 "3des-cbc" |
c69df5d5db94
ciphers/hashes/kex algorithms won't have string lengths, also use
Matt Johnston <matt@ucc.asn.au>
parents:
1588
diff
changeset
|
7 "hmac-sha1-96" |
c69df5d5db94
ciphers/hashes/kex algorithms won't have string lengths, also use
Matt Johnston <matt@ucc.asn.au>
parents:
1588
diff
changeset
|
8 "hmac-sha1" |
c69df5d5db94
ciphers/hashes/kex algorithms won't have string lengths, also use
Matt Johnston <matt@ucc.asn.au>
parents:
1588
diff
changeset
|
9 "hmac-sha2-256" |
c69df5d5db94
ciphers/hashes/kex algorithms won't have string lengths, also use
Matt Johnston <matt@ucc.asn.au>
parents:
1588
diff
changeset
|
10 "[email protected]" |
c69df5d5db94
ciphers/hashes/kex algorithms won't have string lengths, also use
Matt Johnston <matt@ucc.asn.au>
parents:
1588
diff
changeset
|
11 "zlib" |
c69df5d5db94
ciphers/hashes/kex algorithms won't have string lengths, also use
Matt Johnston <matt@ucc.asn.au>
parents:
1588
diff
changeset
|
12 "none" |
1588 | 13 "\x00\x00\x00\x13ecdsa-sha2-nistp256" |
14 "\x00\x00\x00\x13ecdsa-sha2-nistp384" | |
15 "\x00\x00\x00\x13ecdsa-sha2-nistp521" | |
16 "\x00\x00\x00\x07ssh-rsa" | |
17 "\x00\x00\x00\x07ssh-dss" | |
1594
c69df5d5db94
ciphers/hashes/kex algorithms won't have string lengths, also use
Matt Johnston <matt@ucc.asn.au>
parents:
1588
diff
changeset
|
18 "curve25519-sha256" |
c69df5d5db94
ciphers/hashes/kex algorithms won't have string lengths, also use
Matt Johnston <matt@ucc.asn.au>
parents:
1588
diff
changeset
|
19 "[email protected]" |
c69df5d5db94
ciphers/hashes/kex algorithms won't have string lengths, also use
Matt Johnston <matt@ucc.asn.au>
parents:
1588
diff
changeset
|
20 "ecdh-sha2-nistp521" |
c69df5d5db94
ciphers/hashes/kex algorithms won't have string lengths, also use
Matt Johnston <matt@ucc.asn.au>
parents:
1588
diff
changeset
|
21 "ecdh-sha2-nistp384" |
c69df5d5db94
ciphers/hashes/kex algorithms won't have string lengths, also use
Matt Johnston <matt@ucc.asn.au>
parents:
1588
diff
changeset
|
22 "ecdh-sha2-nistp256" |
c69df5d5db94
ciphers/hashes/kex algorithms won't have string lengths, also use
Matt Johnston <matt@ucc.asn.au>
parents:
1588
diff
changeset
|
23 "diffie-hellman-group14-sha256" |
c69df5d5db94
ciphers/hashes/kex algorithms won't have string lengths, also use
Matt Johnston <matt@ucc.asn.au>
parents:
1588
diff
changeset
|
24 "diffie-hellman-group14-sha1" |
c69df5d5db94
ciphers/hashes/kex algorithms won't have string lengths, also use
Matt Johnston <matt@ucc.asn.au>
parents:
1588
diff
changeset
|
25 "diffie-hellman-group1-sha1" |
c69df5d5db94
ciphers/hashes/kex algorithms won't have string lengths, also use
Matt Johnston <matt@ucc.asn.au>
parents:
1588
diff
changeset
|
26 "[email protected]" |
1588 | 27 "\x00\x00\x00\x0cssh-userauth" |
28 "\x00\x00\x00\x0essh-connection" | |
29 "\x00\x00\x00\x09publickey" | |
30 "\x00\x00\x00\x08password" | |
31 "\x00\x00\x00\x14keyboard-interactive" | |
32 # rsa_asn1_magic | |
33 "\x00\x30\x21\x30\x09\x06\x05\x2b\x0e\x03\x02\x1a\x05\x00\x04\x14" |