diff options
author | Matt Johnston <matt@ucc.asn.au> | 2018-03-05 21:02:26 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-03-05 21:02:26 +0800 |
commit | 149b21d7cf0ab4b68e7b24a42aeb500548b5e50b (patch) | |
tree | 1495d2e14d33c99901814b3a8864a26611076a48 /fuzzer-preauth_nomaths.dict | |
parent | 145fb9698929d247dffb35189397a3daff497431 (diff) |
ciphers/hashes/kex algorithms won't have string lengths, also use
dictionary for fuzzer-preauth_nomaths
Diffstat (limited to 'fuzzer-preauth_nomaths.dict')
-rw-r--r-- | fuzzer-preauth_nomaths.dict | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/fuzzer-preauth_nomaths.dict b/fuzzer-preauth_nomaths.dict new file mode 100644 index 0000000..b1d15d9 --- /dev/null +++ b/fuzzer-preauth_nomaths.dict @@ -0,0 +1,33 @@ +"aes128-ctr" +"aes256-ctr" +"aes128-cbc" +"aes256-cbc" +"3des-ctr" +"3des-cbc" +"hmac-sha1-96" +"hmac-sha1" +"hmac-sha2-256" +"zlib@openssh.com" +"zlib" +"none" +"\x00\x00\x00\x13ecdsa-sha2-nistp256" +"\x00\x00\x00\x13ecdsa-sha2-nistp384" +"\x00\x00\x00\x13ecdsa-sha2-nistp521" +"\x00\x00\x00\x07ssh-rsa" +"\x00\x00\x00\x07ssh-dss" +"curve25519-sha256" +"curve25519-sha256@libssh.org" +"ecdh-sha2-nistp521" +"ecdh-sha2-nistp384" +"ecdh-sha2-nistp256" +"diffie-hellman-group14-sha256" +"diffie-hellman-group14-sha1" +"diffie-hellman-group1-sha1" +"kexguess2@matt.ucc.asn.au" +"\x00\x00\x00\x0cssh-userauth" +"\x00\x00\x00\x0essh-connection" +"\x00\x00\x00\x09publickey" +"\x00\x00\x00\x08password" +"\x00\x00\x00\x14keyboard-interactive" +# rsa_asn1_magic +"\x00\x30\x21\x30\x09\x06\x05\x2b\x0e\x03\x02\x1a\x05\x00\x04\x14" |