comparison fuzzer-client.dict @ 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
comparison
equal deleted inserted replaced
11:085bf7b8293d 12:499778557810
35 "\x00\x00\x00\x0cssh-userauth" 35 "\x00\x00\x00\x0cssh-userauth"
36 "\x00\x00\x00\x0essh-connection" 36 "\x00\x00\x00\x0essh-connection"
37 "\x00\x00\x00\x09publickey" 37 "\x00\x00\x00\x09publickey"
38 "\x00\x00\x00\x08password" 38 "\x00\x00\x00\x08password"
39 "\x00\x00\x00\x14keyboard-interactive" 39 "\x00\x00\x00\x14keyboard-interactive"
40
40 # rsa_asn1_magic 41 # rsa_asn1_magic
41 "\x30\x21\x30\x09\x06\x05\x2b\x0e\x03\x02\x1a\x05\x00\x04\x14" 42 "\x30\x21\x30\x09\x06\x05\x2b\x0e\x03\x02\x1a\x05\x00\x04\x14"
42 "\x30\x31\x30\x0d\x06\x09\x60\x86\x48\x01\x65\x03\x04\x02\x01\x05\x00\x04\x20" 43 "\x30\x31\x30\x0d\x06\x09\x60\x86\x48\x01\x65\x03\x04\x02\x01\x05\x00\x04\x20"
44
45 # post-auth
46 "\x00\x00\x00\x07session"
47 "\x00\x00\x00\x07pty-req"
48 "\x00\x00\x00\x07x11-req"
49 "\x00\x00\x00\x03x11"
50 "\x00\x00\x00\x03env"
51 "\x00\x00\x00\x05shell"
52 "\x00\x00\x00\x04exec"
53 "\x00\x00\x00\x09subsystem"
54 "\x00\x00\x00\x0dwindow-change"
55 "\x00\x00\x00\x08xon-xoff"
56 "\x00\x00\x00\x06signal"
57 "\x00\x00\x00\x0bexit-status"
58 "\x00\x00\x00\x0bexit-signal"
59 "\x00\x00\x00\x0dtcpip-forward"
60 "\x00\x00\x00\x14cancel-tcpip-forward"
61 "\x00\x00\x00\x0fforwarded-tcpip"
62 "\x00\x00\x00\x0cdirect-tcpip"