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

morpheus.c

morpheus.c
Posted Jun 17, 2003
Authored by Shashank Pandey

Shellcode that print What is The M4Tr1X ?! and then exits.

tags | shellcode
SHA-256 | 24613700722f04736909af821d62b7e6bc1c78910a71e75776a1e46bce154fb9

morpheus.c

Change Mirror Download
/*morpheus.c >> part of M4TR1X series of codez...


0101010101010101010101010101010101010101010101010101010101010101
Linux x86 shellcode
by
Shashank Pandey a.k.a Shash>> a.k.a Neo1 (Neo wins, Neo Won)

0101010101010101010101010101010101010101010101010101010101010101

ph333r.... ;-)

write(0,"--What is The M4TR1X ?!", 23); exit();

--> up j00rs to all the political dot-slash kids !
--> thanx f0r ru1n1ng tha scene ...jerks !!


Pearl of Wise-dumb : <<Govts. are guided by INTERESTS not by MORALITIES>>

Mail: reach_shash@linuxmail.org

*/

/*

main()

{

__asm__("

// write(0,"--What is The M4TR1X ?!", 23)

xorl %ebx,%ebx #zero-ing ebx as value for STDOUT is 0 here
xorl %eax,%eax #zero-ing eax
xorl %edx,%edx #zero-ing edx
movb $0x18,%dl #creating space for the string

pushl $0x0a213f20
pushl $0x58315254
pushl $0x344d2065
pushl $0x68542073
pushl $0x69207461
pushl $0x68572d2d

mov %esp,%ecx #move contents of esp to ecx
movb $0x4,%al #syscall for write()
int $0x80 #executing the syscall


//exit() call

movb $0x1,%al #syscall for exit()
int $0x80 #executing the syscall

");

}

*/

#include<stdio.h>

char shellcode[]=

"\x31\xdb\x31\xc0\x31\xd2\xb2\x18\x68\x20\x3f\x21"
"\x0a\x68\x54\x52\x31\x58\x68\x65\x20\x4d\x34\x68"
"\x73\x20\x54\x68\x68\x61\x74\x20\x69\x68\x2d\x2d"
"\x57\x68\x89\xe1\xb0\x04\xcd\x80\xb0\x01\xcd\x80";


main(){
void (*funk)() = (void *)shellcode;
printf("Shellcode is %d bytes\nExecuting Shellcode..\n\n", strlen(shellcode));
funk();
}


/*
Morpheus.c >> part of M4TR1X series....
*/
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
    8 Files
  • 9
    Nov 9th
    3 Files
  • 10
    Nov 10th
    0 Files
  • 11
    Nov 11th
    14 Files
  • 12
    Nov 12th
    20 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