Mercurial > dropbear-fuzzcorpus
changeset 12:499778557810
add some post-auth strings to the dictionary
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 20 Oct 2020 20:14:25 +0800 |
parents | 085bf7b8293d |
children | 4f2a0a66f69c |
files | fuzzer-client.dict |
diffstat | 1 files changed, 20 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/fuzzer-client.dict Tue Oct 20 20:00:21 2020 +0800 +++ b/fuzzer-client.dict Tue Oct 20 20:14:25 2020 +0800 @@ -37,6 +37,26 @@ "\x00\x00\x00\x09publickey" "\x00\x00\x00\x08password" "\x00\x00\x00\x14keyboard-interactive" + # rsa_asn1_magic "\x30\x21\x30\x09\x06\x05\x2b\x0e\x03\x02\x1a\x05\x00\x04\x14" "\x30\x31\x30\x0d\x06\x09\x60\x86\x48\x01\x65\x03\x04\x02\x01\x05\x00\x04\x20" + +# post-auth +"\x00\x00\x00\x07session" +"\x00\x00\x00\x07pty-req" +"\x00\x00\x00\x07x11-req" +"\x00\x00\x00\x03x11" +"\x00\x00\x00\x03env" +"\x00\x00\x00\x05shell" +"\x00\x00\x00\x04exec" +"\x00\x00\x00\x09subsystem" +"\x00\x00\x00\x0dwindow-change" +"\x00\x00\x00\x08xon-xoff" +"\x00\x00\x00\x06signal" +"\x00\x00\x00\x0bexit-status" +"\x00\x00\x00\x0bexit-signal" +"\x00\x00\x00\x0dtcpip-forward" +"\x00\x00\x00\x14cancel-tcpip-forward" +"\x00\x00\x00\x0fforwarded-tcpip" +"\x00\x00\x00\x0cdirect-tcpip"