Lucene search
+L

1143 matches found

Exploit DB
Exploit DB
added 2015/06/29 12:0 a.m.29 views

encoded 64 bit execve shellcode

encoded 64 bit execve shellcode. Shellcode exploit for linux platform / Compile with: gcc -fno-stack-protector -z execstack This execve shellcode is encoded with 0xff and is for 64 bit linux. shell: file format elf64-x86-64 Disassembly of section .text: 0000000000400080 : 400080:=0948 b9 ff ff ff...

7.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2015/06/27 12:0 a.m.47 views

Linux 64 bit - Encoded execve shellcode

Linux 64 bit - Encoded execve shellcode. Shellcode exploit for linx86-64 platform / Compile with: gcc -fno-stack-protector -z execstack This execve shellcode is encoded with 0xff and is for 64 bit linux. shell: file format elf64-x86-64 Disassembly of section .text: 0000000000400080 : 400080: 48 b...

0.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2015/06/26 12:0 a.m.31 views

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...

7.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2015/06/24 12:0 a.m.32 views

linux/x86-64 execve/bin/sh 30 bytes

linux/x86-64 execve/bin/sh 30 bytes. Shellcode exploit for linx86-64 platform / William Borskey 2015 Compile with: gcc -fno-stack-protector -z execstack Shellcode written in 64 bit Intel assembly using yasm. 1 ; int execveconst char filename, char const argv, char const envp; 2 BITS 64 3 4 sectio...

7.4AI score
SaveExploits0
zdt
zdt
added 2015/06/17 12:0 a.m.24 views

linux/x86 seanux-a 1.0 execve shellcode - 80 bytes

seanux-a Linux distribution is an operating system made as a collection of software based around the Linux kernel and often around a package management system. Most distributions come ready to use and pre-compiled for a specific instruction set, while others are distributed in source code form an...

0.7AI score
SaveExploits0
Exploit DB
Exploit DB
added 2015/06/15 12:0 a.m.23 views

Linux/x86 - execve /bin/sh shellcode 21 bytes 2

Linux/x86 - execve /bin/sh shellcode 21 bytes 2. Shellcode exploit for linx86 platform ​​Linux/x86 - Shutdowninit 0 - 30 bytes Greetz : BombermanLeader Author : B3mB4m 08048060 : 8048060: 31 c0 8048062: 50 8048063: 68 68 61 6c 74 push $0x746c6168 8048068: 68 69 6e 2f 2f push $0x2f2f6e69 804806d: ...

7.4AI score
SaveExploits0
zdt
zdt
added 2015/06/14 12:0 a.m.37 views

linux/x86 - execve /bin/sh shellcode - 21 bytes

Linux/x86 execve /bin/sh shellcode 21 bytes Greetz : KnocKout,curtis,BombermanLeader Author : B3mB4m Disassembly of section .text: 08048060 : 8048060: 31 c0 xor %eax,%eax 8048062: 50 push %eax 8048063: 68 2f 2f 73 68 push $0x68732f2f 8048068: 68 2f 62 69 6e push $0x6e69622f 804806d: 89 e3 mov...

7.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2015/06/10 12:0 a.m.29 views

Linux/x86 - execve /bin/sh shellcode 21 bytes

Linux/x86 - execve /bin/sh shellcode 21 bytes. Shellcode exploit for linx86 platform Linux/x86 execve /bin/sh shellcode 21 bytes Greetz : KnocKout,curtis,BombermanLeader Author : B3mB4m Disassembly of section .text: 08048060 : 8048060: 31 c0 xor %eax,%eax 8048062: 50 push %eax 8048063: 68 2f 2f 7...

7.4AI score
SaveExploits0
zdt
zdt
added 2015/05/21 12:0 a.m.21 views

linux/x86 execve "/bin/sh" shellcode - 26 bytes

/ ; Title: Linux/x86 execve "/bin/sh" - shellcode 26 bytes ; Platform: linux/x8664 ; Date: 2015-05-19 ; Author: Reza Behzadpour ; Simple ShellCode section .text global start start: xor ecx,ecx mul ecx ;execve"/bin/sh", NULL, NULL mov al,11 jmp shell shellret: pop ebx push ecx push ebx pop ebx int...

0.2AI score
SaveExploits0
Exploit DB
Exploit DB
added 2015/05/20 12:0 a.m.18 views

Linux/x86 - execve "/bin/sh" - shellcode 26 bytes

Linux/x86 - execve "/bin/sh" - shellcode 26 bytes. Shellcode exploit for linx86 platform / ; Title: Linux/x86 execve "/bin/sh" - shellcode 26 bytes ; Platform: linux/x8664 ; Date: 2015-05-19 ; Author: Reza Behzadpour ; Simple ShellCode section .text global start start: xor ecx,ecx mul ecx...

SaveExploits0
zdt
zdt
added 2015/05/16 12:0 a.m.26 views

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...

0.7AI score
SaveExploits0
zdt
zdt
added 2015/05/16 12:0 a.m.34 views

Linux/x86 execve "/bin/sh" - shellcode - 35 bytes

/ ; Title: Linux/x86 execve "/bin/sh" - shellcode 35 bytes ; Platform: linux/x8664 ; Date: 2014-06-26 ; Author: Mohammad Reza Espargham ; Simple ShellCode section .text: 08048060 : 8048060: eb 17 jmp 8048079 08048062 : 8048062: 5e pop %esi 8048063: 31 d2 xor %edx,%edx 8048065: 52 push %edx 804806...

0.2AI score
SaveExploits0
zdt
zdt
added 2015/05/16 12:0 a.m.24 views

linux/x86 - Execve /bin/sh Shellcode Via Push - 21 bytes

/ Execve /bin/sh Shellcode Via Push Linux x86 21 bytes Dying to be the shortest. Copyright C 2015 Gu Zhengxiong email protected 18 February 2015 GPL .global start start: char const argv xorl %ecx, %ecx 2 bytes, and both %eax and %edx were zeroed mull %ecx NRexecve 11 movb $11, %al for '\x00' push...

7.4AI score
SaveExploits0
Oracle linux
Oracle linux
added 2015/05/13 12:0 a.m.87 views

Unbreakable Enterprise kernel security and bugfix update

2.6.39-400.250.2 - crypto: aesni - fix memory usage in GCM decryption Stephan Mueller Orabug: 21077389 CVE-2015-3331 2.6.39-400.250.1 - xen/pciback: Don't disable PCICOMMAND on PCI device reset. Konrad Rzeszutek Wilk Orabug: 20807440 CVE-2015-2150 - xen-blkfront: fix accounting of reqs when...

10CVSS7.3AI score0.10108EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2015/05/11 12:0 a.m.16 views

Ubuntu 14.04 LTS : Linux kernel regression (USN-2598-2)

The remote Ubuntu 14.04 LTS host has a package installed that is affected by a vulnerability as referenced in the USN-2598-2 advisory. USN-2598-1 fixed vulnerabilities in the Linux kernel, however an unrelated regression in the auditing of some path names was introduced. Due to the regression the...

5.6AI score
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2015/05/11 12:0 a.m.11 views

Ubuntu 14.04 LTS : Linux kernel (Utopic HWE) vulnerability (USN-2599-2)

The remote Ubuntu 14.04 LTS host has a package installed that is affected by a vulnerability as referenced in the USN-2599-2 advisory. USN-2599-1 fixed vulnerabilities in the Linux kernel, however an unrelated regression in the auditing of some path names was introduced. Due to the regression the...

5.6AI score
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2015/05/11 12:0 a.m.12 views

Ubuntu 12.04 LTS : linux-lts-trusty vulnerability (USN-2597-2)

USN-2597-1 fixed vulnerabilities in the Linux kernel, however an unrelated regression in the auditing of some path names was introduced. Due to the regression the system could crash under certain conditions. This update fixes the problem. We apologize for the inconvenience. A race condition betwe...

5.5AI score
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2015/05/11 12:0 a.m.18 views

Ubuntu 14.10 : linux regression (USN-2600-2)

USN-2600-1 fixed vulnerabilities in the Linux kernel, however an unrelated regression in the auditing of some path names was introduced. Due to the regression the system could crash under certain conditions. This update fixes the problem. We apologize for the inconvenience. A race condition betwe...

5.5AI score
SaveExploits0References1
Ubuntu
Ubuntu
added 2015/05/09 12:44 a.m.55 views

USN-2600-2: Linux kernel regression

USN-2600-1 fixed vulnerabilities in the Linux kernel, however an unrelated regression in the auditing of some path names was introduced. Due to the regression the system could crash under certain conditions. This update fixes the problem. We apologize for the inconvenience. Original advisory...

5.4AI score
SaveExploits0References1
OSV
OSV
added 2015/05/09 12:40 a.m.4 views

USN-2599-2 linux-lts-utopic vulnerability

USN-2599-1 fixed vulnerabilities in the Linux kernel, however an unrelated regression in the auditing of some path names was introduced. Due to the regression the system could crash under certain conditions. This update fixes the problem. We apologize for the inconvenience. Original advisory...

5.8AI score
SaveExploits0References2
Rows per page
Query Builder