# HG changeset patch # User Matt Johnston # Date 1520254946 -28800 # Node ID c69df5d5db94c993a638647035c5edbdb188fdd9 # Parent c8c20fb57a9a402688d7d9d80e6596bb23f5b26f ciphers/hashes/kex algorithms won't have string lengths, also use dictionary for fuzzer-preauth_nomaths diff -r c8c20fb57a9a -r c69df5d5db94 fuzzer-preauth.dict --- a/fuzzer-preauth.dict Mon Mar 05 16:50:24 2018 +0800 +++ b/fuzzer-preauth.dict Mon Mar 05 21:02:26 2018 +0800 @@ -1,29 +1,29 @@ -"\x00\x00\x00\x0aaes128-ctr" -"\x00\x00\x00\x0aaes256-ctr" -"\x00\x00\x00\x0aaes128-cbc" -"\x00\x00\x00\x0aaes256-cbc" -"\x00\x00\x00\x083des-ctr" -"\x00\x00\x00\x083des-cbc" -"\x00\x00\x00\x0chmac-sha1-96" -"\x00\x00\x00\x09hmac-sha1" -"\x00\x00\x00\x0dhmac-sha2-256" -"\x00\x00\x00\x10zlib@openssh.com" -"\x00\x00\x00\x04zlib" -"\x00\x00\x00\x04none" +"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" -"\x00\x00\x00\x11curve25519-sha256" -"\x00\x00\x00\x1ccurve25519-sha256@libssh.org" -"\x00\x00\x00\x12ecdh-sha2-nistp521" -"\x00\x00\x00\x12ecdh-sha2-nistp384" -"\x00\x00\x00\x12ecdh-sha2-nistp256" -"\x00\x00\x00\x1ddiffie-hellman-group14-sha256" -"\x00\x00\x00\x1bdiffie-hellman-group14-sha1" -"\x00\x00\x00\x1adiffie-hellman-group1-sha1" -"\x00\x00\x00\x19kexguess2@matt.ucc.asn.au" +"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" diff -r c8c20fb57a9a -r c69df5d5db94 fuzzer-preauth_nomaths.dict --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fuzzer-preauth_nomaths.dict Mon Mar 05 21:02:26 2018 +0800 @@ -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"